Shades of Olive Drab #768E17
Tints of Olive Drab #768E17
RGB
CMYK
RGB Variations
Color information
#768E17 (or 0x768E17) is known color: Olive Drab. HEX triplet: 76, 8E and 17. RGB value is (118,142,23). Sum of RGB (Red+Green+Blue) = 118+142+23=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #768E17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768E17 is #8971E8. Grayscale: #797979. Windows color (decimal): -9007593 or 1543798. OLE color: 1543798.
HSL color Cylindrical-coordinate representation of color #768E17: hue angle of 72.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #768E17 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 23 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.44 |
| HSL | 72.1º | 0.72% | 0.32% | - |
| HSV(B) | 72.1º | 0.84% | 0.56% | - |
| XYZ | 17.3 | 23.26 | 4.39 | - |
| YUV | 121.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 23 | 0.17 | 0 | 0.84 | 0.44 | 72.1 | 0.72 | 0.32 |
| Hex | 76 | 8E | 17 | 11 | 0 | 54 | 2C | 48 | 48 | 20 |
| Octal | 166 | 216 | 27 | 21 | 0 | 124 | 54 | 110 | 110 | 40 |
| Binary | 1110110 | 10001110 | 10111 | 10001 | 0 | 1010100 | 101100 | 1001000 | 1001000 | 100000 |
Color Harmonies of #768E17
Complementary color
Monochromatic Colors of #768E17
Black with #768E17
Text Example
Text Example
White with #768E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E17; }
p { color: rgb(118,142,23); }
H1.HeaderClassName
{
color: #768E17;
}
.AnyTagClassName
{
color: #768E17;
}
</style>
background-color css
<style>
a { background-color: #768E17; }
a { background-color: rgb(118,142,23); }
div.DivClassName
{
background-color: #768E17;
}
.BgClassName
{
background-color: #768E17;
}
</style>
border-color css
<style>
span { border-color: #768E17; }
span { border-color: rgb(118,142,23); }
td.TdClassName
{
border-color: #768E17;
}
.TagClassName
{
border-color: #768E17;
}
</style>