Shades of Olive Drab #708E36
Tints of Olive Drab #708E36
RGB
CMYK
RGB Variations
Color information
#708E36 (or 0x708E36) is known color: Olive Drab. HEX triplet: 70, 8E and 36. RGB value is (112,142,54). Sum of RGB (Red+Green+Blue) = 112+142+54=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #708E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E36 is #8F71C9. Grayscale: #7B7B7B. Windows color (decimal): -9400778 or 3575408. OLE color: 3575408.
HSL color Cylindrical-coordinate representation of color #708E36: hue angle of 80.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708E36 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 54 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.44 |
| HSL | 80.45º | 0.45% | 0.38% | - |
| HSV(B) | 80.45º | 0.62% | 0.56% | - |
| XYZ | 17.02 | 23.06 | 7.04 | - |
| YUV | 123 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 54 | 0.21 | 0 | 0.62 | 0.44 | 80.45 | 0.45 | 0.38 |
| Hex | 70 | 8E | 36 | 15 | 0 | 3E | 2C | 50 | 2D | 26 |
| Octal | 160 | 216 | 66 | 25 | 0 | 76 | 54 | 120 | 55 | 46 |
| Binary | 1110000 | 10001110 | 110110 | 10101 | 0 | 111110 | 101100 | 1010000 | 101101 | 100110 |
Color Harmonies of #708E36
Complementary color
Monochromatic Colors of #708E36
Black with #708E36
Text Example
Text Example
White with #708E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E36; }
p { color: rgb(112,142,54); }
H1.HeaderClassName
{
color: #708E36;
}
.AnyTagClassName
{
color: #708E36;
}
</style>
background-color css
<style>
a { background-color: #708E36; }
a { background-color: rgb(112,142,54); }
div.DivClassName
{
background-color: #708E36;
}
.BgClassName
{
background-color: #708E36;
}
</style>
border-color css
<style>
span { border-color: #708E36; }
span { border-color: rgb(112,142,54); }
td.TdClassName
{
border-color: #708E36;
}
.TagClassName
{
border-color: #708E36;
}
</style>