Shades of Olive Drab #708437
Tints of Olive Drab #708437
RGB
CMYK
RGB Variations
Color information
#708437 (or 0x708437) is known color: Olive Drab. HEX triplet: 70, 84 and 37. RGB value is (112,132,55). Sum of RGB (Red+Green+Blue) = 112+132+55=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #708437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708437 is #8F7BC8. Grayscale: #757575. Windows color (decimal): -9403337 or 3638384. OLE color: 3638384.
HSL color Cylindrical-coordinate representation of color #708437: hue angle of 75.58º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #708437 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 55 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.48 |
| HSL | 75.58º | 0.41% | 0.37% | - |
| HSV(B) | 75.58º | 0.58% | 0.52% | - |
| XYZ | 15.62 | 20.22 | 6.69 | - |
| YUV | 117.24 | 92.87 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 55 | 0.15 | 0 | 0.58 | 0.48 | 75.58 | 0.41 | 0.37 |
| Hex | 70 | 84 | 37 | F | 0 | 3A | 30 | 4C | 29 | 25 |
| Octal | 160 | 204 | 67 | 17 | 0 | 72 | 60 | 114 | 51 | 45 |
| Binary | 1110000 | 10000100 | 110111 | 1111 | 0 | 111010 | 110000 | 1001100 | 101001 | 100101 |
Color Harmonies of #708437
Complementary color
Monochromatic Colors of #708437
Black with #708437
Text Example
Text Example
White with #708437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708437; }
p { color: rgb(112,132,55); }
H1.HeaderClassName
{
color: #708437;
}
.AnyTagClassName
{
color: #708437;
}
</style>
background-color css
<style>
a { background-color: #708437; }
a { background-color: rgb(112,132,55); }
div.DivClassName
{
background-color: #708437;
}
.BgClassName
{
background-color: #708437;
}
</style>
border-color css
<style>
span { border-color: #708437; }
span { border-color: rgb(112,132,55); }
td.TdClassName
{
border-color: #708437;
}
.TagClassName
{
border-color: #708437;
}
</style>