Shades of Laurel #769F76
Tints of Laurel #769F76
RGB
CMYK
RGB Variations
Color information
#769F76 (or 0x769F76) is known color: Laurel. HEX triplet: 76, 9F and 76. RGB value is (118,159,118). Sum of RGB (Red+Green+Blue) = 118+159+118=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #769F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F76 is #896089. Grayscale: #8E8E8E. Windows color (decimal): -9003146 or 7774070. OLE color: 7774070.
HSL color Cylindrical-coordinate representation of color #769F76: hue angle of 120º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F76 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 118 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.38 |
| HSL | 120º | 0.18% | 0.54% | - |
| HSV(B) | 120º | 0.26% | 0.62% | - |
| XYZ | 23.14 | 29.96 | 21.7 | - |
| YUV | 142.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 118 | 0.26 | 0 | 0.26 | 0.38 | 120 | 0.18 | 0.54 |
| Hex | 76 | 9F | 76 | 1A | 0 | 1A | 26 | 78 | 12 | 36 |
| Octal | 166 | 237 | 166 | 32 | 0 | 32 | 46 | 170 | 22 | 66 |
| Binary | 1110110 | 10011111 | 1110110 | 11010 | 0 | 11010 | 100110 | 1111000 | 10010 | 110110 |
Color Harmonies of #769F76
Complementary color
Monochromatic Colors of #769F76
Black with #769F76
Text Example
Text Example
White with #769F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F76; }
p { color: rgb(118,159,118); }
H1.HeaderClassName
{
color: #769F76;
}
.AnyTagClassName
{
color: #769F76;
}
</style>
background-color css
<style>
a { background-color: #769F76; }
a { background-color: rgb(118,159,118); }
div.DivClassName
{
background-color: #769F76;
}
.BgClassName
{
background-color: #769F76;
}
</style>
border-color css
<style>
span { border-color: #769F76; }
span { border-color: rgb(118,159,118); }
td.TdClassName
{
border-color: #769F76;
}
.TagClassName
{
border-color: #769F76;
}
</style>