Shades of Olive Drab #708537
Tints of Olive Drab #708537
RGB
CMYK
RGB Variations
Color information
#708537 (or 0x708537) is known color: Olive Drab. HEX triplet: 70, 85 and 37. RGB value is (112,133,55). Sum of RGB (Red+Green+Blue) = 112+133+55=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #708537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708537 is #8F7AC8. Grayscale: #767676. Windows color (decimal): -9403081 or 3638640. OLE color: 3638640.
HSL color Cylindrical-coordinate representation of color #708537: hue angle of 76.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #708537 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 55 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.48 |
| HSL | 76.15º | 0.41% | 0.37% | - |
| HSV(B) | 76.15º | 0.59% | 0.52% | - |
| XYZ | 15.76 | 20.5 | 6.74 | - |
| YUV | 117.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 55 | 0.16 | 0 | 0.59 | 0.48 | 76.15 | 0.41 | 0.37 |
| Hex | 70 | 85 | 37 | 10 | 0 | 3B | 30 | 4C | 29 | 25 |
| Octal | 160 | 205 | 67 | 20 | 0 | 73 | 60 | 114 | 51 | 45 |
| Binary | 1110000 | 10000101 | 110111 | 10000 | 0 | 111011 | 110000 | 1001100 | 101001 | 100101 |
Color Harmonies of #708537
Complementary color
Monochromatic Colors of #708537
Black with #708537
Text Example
Text Example
White with #708537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708537; }
p { color: rgb(112,133,55); }
H1.HeaderClassName
{
color: #708537;
}
.AnyTagClassName
{
color: #708537;
}
</style>
background-color css
<style>
a { background-color: #708537; }
a { background-color: rgb(112,133,55); }
div.DivClassName
{
background-color: #708537;
}
.BgClassName
{
background-color: #708537;
}
</style>
border-color css
<style>
span { border-color: #708537; }
span { border-color: rgb(112,133,55); }
td.TdClassName
{
border-color: #708537;
}
.TagClassName
{
border-color: #708537;
}
</style>