Shades of Olive Drab #708816
Tints of Olive Drab #708816
RGB
CMYK
RGB Variations
Color information
#708816 (or 0x708816) is known color: Olive Drab. HEX triplet: 70, 88 and 16. RGB value is (112,136,22). Sum of RGB (Red+Green+Blue) = 112+136+22=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #708816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708816 is #8F77E9. Grayscale: #747474. Windows color (decimal): -9402346 or 1476720. OLE color: 1476720.
HSL color Cylindrical-coordinate representation of color #708816: hue angle of 72.63º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #708816 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 22 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.47 |
| HSL | 72.63º | 0.72% | 0.31% | - |
| HSV(B) | 72.63º | 0.84% | 0.53% | - |
| XYZ | 15.63 | 21.11 | 4.01 | - |
| YUV | 115.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 22 | 0.18 | 0 | 0.84 | 0.47 | 72.63 | 0.72 | 0.31 |
| Hex | 70 | 88 | 16 | 12 | 0 | 54 | 2F | 49 | 48 | 1F |
| Octal | 160 | 210 | 26 | 22 | 0 | 124 | 57 | 111 | 110 | 37 |
| Binary | 1110000 | 10001000 | 10110 | 10010 | 0 | 1010100 | 101111 | 1001001 | 1001000 | 11111 |
Color Harmonies of #708816
Complementary color
Monochromatic Colors of #708816
Black with #708816
Text Example
Text Example
White with #708816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708816; }
p { color: rgb(112,136,22); }
H1.HeaderClassName
{
color: #708816;
}
.AnyTagClassName
{
color: #708816;
}
</style>
background-color css
<style>
a { background-color: #708816; }
a { background-color: rgb(112,136,22); }
div.DivClassName
{
background-color: #708816;
}
.BgClassName
{
background-color: #708816;
}
</style>
border-color css
<style>
span { border-color: #708816; }
span { border-color: rgb(112,136,22); }
td.TdClassName
{
border-color: #708816;
}
.TagClassName
{
border-color: #708816;
}
</style>