Shades of Olive Drab #708936
Tints of Olive Drab #708936
RGB
CMYK
RGB Variations
Color information
#708936 (or 0x708936) is known color: Olive Drab. HEX triplet: 70, 89 and 36. RGB value is (112,137,54). Sum of RGB (Red+Green+Blue) = 112+137+54=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #708936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708936 is #8F76C9. Grayscale: #787878. Windows color (decimal): -9402058 or 3574128. OLE color: 3574128.
HSL color Cylindrical-coordinate representation of color #708936: hue angle of 78.07º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708936 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 54 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.46 |
| HSL | 78.07º | 0.43% | 0.37% | - |
| HSV(B) | 78.07º | 0.61% | 0.54% | - |
| XYZ | 16.29 | 21.6 | 6.8 | - |
| YUV | 120.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 54 | 0.18 | 0 | 0.61 | 0.46 | 78.07 | 0.43 | 0.37 |
| Hex | 70 | 89 | 36 | 12 | 0 | 3D | 2E | 4E | 2B | 25 |
| Octal | 160 | 211 | 66 | 22 | 0 | 75 | 56 | 116 | 53 | 45 |
| Binary | 1110000 | 10001001 | 110110 | 10010 | 0 | 111101 | 101110 | 1001110 | 101011 | 100101 |
Color Harmonies of #708936
Complementary color
Monochromatic Colors of #708936
Black with #708936
Text Example
Text Example
White with #708936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708936; }
p { color: rgb(112,137,54); }
H1.HeaderClassName
{
color: #708936;
}
.AnyTagClassName
{
color: #708936;
}
</style>
background-color css
<style>
a { background-color: #708936; }
a { background-color: rgb(112,137,54); }
div.DivClassName
{
background-color: #708936;
}
.BgClassName
{
background-color: #708936;
}
</style>
border-color css
<style>
span { border-color: #708936; }
span { border-color: rgb(112,137,54); }
td.TdClassName
{
border-color: #708936;
}
.TagClassName
{
border-color: #708936;
}
</style>