Shades of Olive Drab #708512
Tints of Olive Drab #708512
RGB
CMYK
RGB Variations
Color information
#708512 (or 0x708512) is known color: Olive Drab. HEX triplet: 70, 85 and 12. RGB value is (112,133,18). Sum of RGB (Red+Green+Blue) = 112+133+18=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #708512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708512 is #8F7AED. Grayscale: #727272. Windows color (decimal): -9403118 or 1213808. OLE color: 1213808.
HSL color Cylindrical-coordinate representation of color #708512: hue angle of 70.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #708512 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 18 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.48 |
| HSL | 70.96º | 0.76% | 0.3% | - |
| HSV(B) | 70.96º | 0.86% | 0.52% | - |
| XYZ | 15.18 | 20.26 | 3.68 | - |
| YUV | 113.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 18 | 0.16 | 0 | 0.86 | 0.48 | 70.96 | 0.76 | 0.3 |
| Hex | 70 | 85 | 12 | 10 | 0 | 56 | 30 | 47 | 4C | 1E |
| Octal | 160 | 205 | 22 | 20 | 0 | 126 | 60 | 107 | 114 | 36 |
| Binary | 1110000 | 10000101 | 10010 | 10000 | 0 | 1010110 | 110000 | 1000111 | 1001100 | 11110 |
Color Harmonies of #708512
Complementary color
Monochromatic Colors of #708512
Black with #708512
Text Example
Text Example
White with #708512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708512; }
p { color: rgb(112,133,18); }
H1.HeaderClassName
{
color: #708512;
}
.AnyTagClassName
{
color: #708512;
}
</style>
background-color css
<style>
a { background-color: #708512; }
a { background-color: rgb(112,133,18); }
div.DivClassName
{
background-color: #708512;
}
.BgClassName
{
background-color: #708512;
}
</style>
border-color css
<style>
span { border-color: #708512; }
span { border-color: rgb(112,133,18); }
td.TdClassName
{
border-color: #708512;
}
.TagClassName
{
border-color: #708512;
}
</style>