Shades of Olive Drab #708F36
Tints of Olive Drab #708F36
RGB
CMYK
RGB Variations
Color information
#708F36 (or 0x708F36) is known color: Olive Drab. HEX triplet: 70, 8F and 36. RGB value is (112,143,54). Sum of RGB (Red+Green+Blue) = 112+143+54=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #708F36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F36 is #8F70C9. Grayscale: #7B7B7B. Windows color (decimal): -9400522 or 3575664. OLE color: 3575664.
HSL color Cylindrical-coordinate representation of color #708F36: hue angle of 80.9º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708F36 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 54 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.44 |
| HSL | 80.9º | 0.45% | 0.39% | - |
| HSV(B) | 80.9º | 0.62% | 0.56% | - |
| XYZ | 17.17 | 23.36 | 7.09 | - |
| YUV | 123.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 54 | 0.22 | 0 | 0.62 | 0.44 | 80.9 | 0.45 | 0.39 |
| Hex | 70 | 8F | 36 | 16 | 0 | 3E | 2C | 51 | 2D | 27 |
| Octal | 160 | 217 | 66 | 26 | 0 | 76 | 54 | 121 | 55 | 47 |
| Binary | 1110000 | 10001111 | 110110 | 10110 | 0 | 111110 | 101100 | 1010001 | 101101 | 100111 |
Color Harmonies of #708F36
Complementary color
Monochromatic Colors of #708F36
Black with #708F36
Text Example
Text Example
White with #708F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F36; }
p { color: rgb(112,143,54); }
H1.HeaderClassName
{
color: #708F36;
}
.AnyTagClassName
{
color: #708F36;
}
</style>
background-color css
<style>
a { background-color: #708F36; }
a { background-color: rgb(112,143,54); }
div.DivClassName
{
background-color: #708F36;
}
.BgClassName
{
background-color: #708F36;
}
</style>
border-color css
<style>
span { border-color: #708F36; }
span { border-color: rgb(112,143,54); }
td.TdClassName
{
border-color: #708F36;
}
.TagClassName
{
border-color: #708F36;
}
</style>