Shades of Olive Drab #708720
Tints of Olive Drab #708720
RGB
CMYK
RGB Variations
Color information
#708720 (or 0x708720) is known color: Olive Drab. HEX triplet: 70, 87 and 20. RGB value is (112,135,32). Sum of RGB (Red+Green+Blue) = 112+135+32=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #708720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708720 is #8F78DF. Grayscale: #747474. Windows color (decimal): -9402592 or 2131824. OLE color: 2131824.
HSL color Cylindrical-coordinate representation of color #708720: hue angle of 73.4º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #708720 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 32 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.47 |
| HSL | 73.4º | 0.62% | 0.33% | - |
| HSV(B) | 73.4º | 0.76% | 0.53% | - |
| XYZ | 15.61 | 20.88 | 4.57 | - |
| YUV | 116.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 32 | 0.17 | 0 | 0.76 | 0.47 | 73.4 | 0.62 | 0.33 |
| Hex | 70 | 87 | 20 | 11 | 0 | 4C | 2F | 49 | 3E | 21 |
| Octal | 160 | 207 | 40 | 21 | 0 | 114 | 57 | 111 | 76 | 41 |
| Binary | 1110000 | 10000111 | 100000 | 10001 | 0 | 1001100 | 101111 | 1001001 | 111110 | 100001 |
Color Harmonies of #708720
Complementary color
Monochromatic Colors of #708720
Black with #708720
Text Example
Text Example
White with #708720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708720; }
p { color: rgb(112,135,32); }
H1.HeaderClassName
{
color: #708720;
}
.AnyTagClassName
{
color: #708720;
}
</style>
background-color css
<style>
a { background-color: #708720; }
a { background-color: rgb(112,135,32); }
div.DivClassName
{
background-color: #708720;
}
.BgClassName
{
background-color: #708720;
}
</style>
border-color css
<style>
span { border-color: #708720; }
span { border-color: rgb(112,135,32); }
td.TdClassName
{
border-color: #708720;
}
.TagClassName
{
border-color: #708720;
}
</style>