Shades of Olive Drab #708516
Tints of Olive Drab #708516
RGB
CMYK
RGB Variations
Color information
#708516 (or 0x708516) is known color: Olive Drab. HEX triplet: 70, 85 and 16. RGB value is (112,133,22). Sum of RGB (Red+Green+Blue) = 112+133+22=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #708516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708516 is #8F7AE9. Grayscale: #727272. Windows color (decimal): -9403114 or 1475952. OLE color: 1475952.
HSL color Cylindrical-coordinate representation of color #708516: hue angle of 71.35º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #708516 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 22 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.48 |
| HSL | 71.35º | 0.72% | 0.3% | - |
| HSV(B) | 71.35º | 0.83% | 0.52% | - |
| XYZ | 15.21 | 20.28 | 3.87 | - |
| YUV | 114.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 22 | 0.16 | 0 | 0.83 | 0.48 | 71.35 | 0.72 | 0.3 |
| Hex | 70 | 85 | 16 | 10 | 0 | 53 | 30 | 47 | 48 | 1E |
| Octal | 160 | 205 | 26 | 20 | 0 | 123 | 60 | 107 | 110 | 36 |
| Binary | 1110000 | 10000101 | 10110 | 10000 | 0 | 1010011 | 110000 | 1000111 | 1001000 | 11110 |
Color Harmonies of #708516
Complementary color
Monochromatic Colors of #708516
Black with #708516
Text Example
Text Example
White with #708516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708516; }
p { color: rgb(112,133,22); }
H1.HeaderClassName
{
color: #708516;
}
.AnyTagClassName
{
color: #708516;
}
</style>
background-color css
<style>
a { background-color: #708516; }
a { background-color: rgb(112,133,22); }
div.DivClassName
{
background-color: #708516;
}
.BgClassName
{
background-color: #708516;
}
</style>
border-color css
<style>
span { border-color: #708516; }
span { border-color: rgb(112,133,22); }
td.TdClassName
{
border-color: #708516;
}
.TagClassName
{
border-color: #708516;
}
</style>