Shades of Olive Drab #768E16
Tints of Olive Drab #768E16
RGB
CMYK
RGB Variations
Color information
#768E16 (or 0x768E16) is known color: Olive Drab. HEX triplet: 76, 8E and 16. RGB value is (118,142,22). Sum of RGB (Red+Green+Blue) = 118+142+22=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #768E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768E16 is #8971E9. Grayscale: #797979. Windows color (decimal): -9007594 or 1478262. OLE color: 1478262.
HSL color Cylindrical-coordinate representation of color #768E16: hue angle of 72º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #768E16 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 22 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.44 |
| HSL | 72º | 0.73% | 0.32% | - |
| HSV(B) | 72º | 0.85% | 0.56% | - |
| XYZ | 17.29 | 23.26 | 4.34 | - |
| YUV | 121.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 22 | 0.17 | 0 | 0.85 | 0.44 | 72 | 0.73 | 0.32 |
| Hex | 76 | 8E | 16 | 11 | 0 | 55 | 2C | 48 | 49 | 20 |
| Octal | 166 | 216 | 26 | 21 | 0 | 125 | 54 | 110 | 111 | 40 |
| Binary | 1110110 | 10001110 | 10110 | 10001 | 0 | 1010101 | 101100 | 1001000 | 1001001 | 100000 |
Color Harmonies of #768E16
Complementary color
Monochromatic Colors of #768E16
Black with #768E16
Text Example
Text Example
White with #768E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E16; }
p { color: rgb(118,142,22); }
H1.HeaderClassName
{
color: #768E16;
}
.AnyTagClassName
{
color: #768E16;
}
</style>
background-color css
<style>
a { background-color: #768E16; }
a { background-color: rgb(118,142,22); }
div.DivClassName
{
background-color: #768E16;
}
.BgClassName
{
background-color: #768E16;
}
</style>
border-color css
<style>
span { border-color: #768E16; }
span { border-color: rgb(118,142,22); }
td.TdClassName
{
border-color: #768E16;
}
.TagClassName
{
border-color: #768E16;
}
</style>