Shades of Olive Drab #769916
Tints of Olive Drab #769916
RGB
CMYK
RGB Variations
Color information
#769916 (or 0x769916) is known color: Olive Drab. HEX triplet: 76, 99 and 16. RGB value is (118,153,22). Sum of RGB (Red+Green+Blue) = 118+153+22=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #769916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769916 is #8966E9. Grayscale: #808080. Windows color (decimal): -9004778 or 1481078. OLE color: 1481078.
HSL color Cylindrical-coordinate representation of color #769916: hue angle of 76.03º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #769916 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 22 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.4 |
| HSL | 76.03º | 0.75% | 0.34% | - |
| HSV(B) | 76.03º | 0.86% | 0.6% | - |
| XYZ | 19.01 | 26.69 | 4.91 | - |
| YUV | 127.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 22 | 0.23 | 0 | 0.86 | 0.4 | 76.03 | 0.75 | 0.34 |
| Hex | 76 | 99 | 16 | 17 | 0 | 56 | 28 | 4C | 4B | 22 |
| Octal | 166 | 231 | 26 | 27 | 0 | 126 | 50 | 114 | 113 | 42 |
| Binary | 1110110 | 10011001 | 10110 | 10111 | 0 | 1010110 | 101000 | 1001100 | 1001011 | 100010 |
Color Harmonies of #769916
Complementary color
Monochromatic Colors of #769916
Black with #769916
Text Example
Text Example
White with #769916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769916; }
p { color: rgb(118,153,22); }
H1.HeaderClassName
{
color: #769916;
}
.AnyTagClassName
{
color: #769916;
}
</style>
background-color css
<style>
a { background-color: #769916; }
a { background-color: rgb(118,153,22); }
div.DivClassName
{
background-color: #769916;
}
.BgClassName
{
background-color: #769916;
}
</style>
border-color css
<style>
span { border-color: #769916; }
span { border-color: rgb(118,153,22); }
td.TdClassName
{
border-color: #769916;
}
.TagClassName
{
border-color: #769916;
}
</style>