Random Color Generator

#758c0e Color

Color Codes
Hex Code #758c0e
RGB Code rgb(117, 140, 14)
HSL Code hsl(71, 82%, 30%)

#758c0e Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(117, 140, 14);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(71, 82%, 30%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #758c0e

RGB Code Hex Code Preview
rgb(117, 140, 14, 10%) #758c0e1a  
rgb(117, 140, 14, 20%) #758c0e33  
rgb(117, 140, 14, 40%) #758c0e4C  
rgb(117, 140, 14, 60%) #758c0e99  
rgb(117, 140, 14, 80%) #758c0eCC  
rgb(117, 140, 14, 100%) #758c0eFF  

Saturated and desaturated colors of #758c0e

HSL Code Preview
hsl(71, 10%, 30%)  
hsl(71, 20%, 30%)  
hsl(71, 40%, 30%)  
hsl(71, 60%, 30%)  
hsl(71, 80%, 30%)  
hsl(71, 100%, 30%)  

#758c0e Color Usage In CSS

 body {
    color: #758c0e;
    }
 p {
    color: rgb(117, 140, 14);
    }
 header {
    border-bottom:1px solid #758c0e;
    }
Recent Random Colors