Shades of Olive Drab #708E20
Tints of Olive Drab #708E20
RGB
CMYK
RGB Variations
Color information
#708E20 (or 0x708E20) is known color: Olive Drab. HEX triplet: 70, 8E and 20. RGB value is (112,142,32). Sum of RGB (Red+Green+Blue) = 112+142+32=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #708E20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E20 is #8F71DF. Grayscale: #787878. Windows color (decimal): -9400800 or 2133616. OLE color: 2133616.
HSL color Cylindrical-coordinate representation of color #708E20: hue angle of 76.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #708E20 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 32 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.44 |
| HSL | 76.36º | 0.63% | 0.34% | - |
| HSV(B) | 76.36º | 0.77% | 0.56% | - |
| XYZ | 16.62 | 22.9 | 4.91 | - |
| YUV | 120.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 32 | 0.21 | 0 | 0.77 | 0.44 | 76.36 | 0.63 | 0.34 |
| Hex | 70 | 8E | 20 | 15 | 0 | 4D | 2C | 4C | 3F | 22 |
| Octal | 160 | 216 | 40 | 25 | 0 | 115 | 54 | 114 | 77 | 42 |
| Binary | 1110000 | 10001110 | 100000 | 10101 | 0 | 1001101 | 101100 | 1001100 | 111111 | 100010 |
Color Harmonies of #708E20
Complementary color
Monochromatic Colors of #708E20
Black with #708E20
Text Example
Text Example
White with #708E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E20; }
p { color: rgb(112,142,32); }
H1.HeaderClassName
{
color: #708E20;
}
.AnyTagClassName
{
color: #708E20;
}
</style>
background-color css
<style>
a { background-color: #708E20; }
a { background-color: rgb(112,142,32); }
div.DivClassName
{
background-color: #708E20;
}
.BgClassName
{
background-color: #708E20;
}
</style>
border-color css
<style>
span { border-color: #708E20; }
span { border-color: rgb(112,142,32); }
td.TdClassName
{
border-color: #708E20;
}
.TagClassName
{
border-color: #708E20;
}
</style>