Random Color Generator

#76b469 Color

Color Codes
Hex Code #76b469
RGB Code rgb(118, 180, 105)
HSL Code hsl(110, 33%, 56%)

#76b469 Color Syntax

rgb()

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

 main {
    background-color: rgb(118, 180, 105);
   }

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(110, 33%, 56%);
  }

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 #76b469

RGB Code Hex Code Preview
rgb(118, 180, 105, 10%) #76b4691a  
rgb(118, 180, 105, 20%) #76b46933  
rgb(118, 180, 105, 40%) #76b4694C  
rgb(118, 180, 105, 60%) #76b46999  
rgb(118, 180, 105, 80%) #76b469CC  
rgb(118, 180, 105, 100%) #76b469FF  

Saturated and desaturated colors of #76b469

HSL Code Preview
hsl(110, 10%, 56%)  
hsl(110, 20%, 56%)  
hsl(110, 40%, 56%)  
hsl(110, 60%, 56%)  
hsl(110, 80%, 56%)  
hsl(110, 100%, 56%)  

#76b469 Color Usage In CSS

 body {
    color: #76b469;
    }
 p {
    color: rgb(118, 180, 105);
    }
 header {
    border-bottom:1px solid #76b469;
    }
Recent Random Colors