Shades of Olive Drab #708637
Tints of Olive Drab #708637
RGB
CMYK
RGB Variations
Color information
#708637 (or 0x708637) is known color: Olive Drab. HEX triplet: 70, 86 and 37. RGB value is (112,134,55). Sum of RGB (Red+Green+Blue) = 112+134+55=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #708637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708637 is #8F79C8. Grayscale: #767676. Windows color (decimal): -9402825 or 3638896. OLE color: 3638896.
HSL color Cylindrical-coordinate representation of color #708637: hue angle of 76.71º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #708637 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 55 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.47 |
| HSL | 76.71º | 0.42% | 0.37% | - |
| HSV(B) | 76.71º | 0.59% | 0.53% | - |
| XYZ | 15.9 | 20.77 | 6.79 | - |
| YUV | 118.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 55 | 0.16 | 0 | 0.59 | 0.47 | 76.71 | 0.42 | 0.37 |
| Hex | 70 | 86 | 37 | 10 | 0 | 3B | 2F | 4D | 2A | 25 |
| Octal | 160 | 206 | 67 | 20 | 0 | 73 | 57 | 115 | 52 | 45 |
| Binary | 1110000 | 10000110 | 110111 | 10000 | 0 | 111011 | 101111 | 1001101 | 101010 | 100101 |
Color Harmonies of #708637
Complementary color
Monochromatic Colors of #708637
Black with #708637
Text Example
Text Example
White with #708637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708637; }
p { color: rgb(112,134,55); }
H1.HeaderClassName
{
color: #708637;
}
.AnyTagClassName
{
color: #708637;
}
</style>
background-color css
<style>
a { background-color: #708637; }
a { background-color: rgb(112,134,55); }
div.DivClassName
{
background-color: #708637;
}
.BgClassName
{
background-color: #708637;
}
</style>
border-color css
<style>
span { border-color: #708637; }
span { border-color: rgb(112,134,55); }
td.TdClassName
{
border-color: #708637;
}
.TagClassName
{
border-color: #708637;
}
</style>