Shades of Olive Drab #708922
Tints of Olive Drab #708922
RGB
CMYK
RGB Variations
Color information
#708922 (or 0x708922) is known color: Olive Drab. HEX triplet: 70, 89 and 22. RGB value is (112,137,34). Sum of RGB (Red+Green+Blue) = 112+137+34=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #708922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708922 is #8F76DD. Grayscale: #767676. Windows color (decimal): -9402078 or 2263408. OLE color: 2263408.
HSL color Cylindrical-coordinate representation of color #708922: hue angle of 74.56º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #708922 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 34 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.46 |
| HSL | 74.56º | 0.6% | 0.34% | - |
| HSV(B) | 74.56º | 0.75% | 0.54% | - |
| XYZ | 15.92 | 21.45 | 4.82 | - |
| YUV | 117.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 34 | 0.18 | 0 | 0.75 | 0.46 | 74.56 | 0.6 | 0.34 |
| Hex | 70 | 89 | 22 | 12 | 0 | 4B | 2E | 4B | 3C | 22 |
| Octal | 160 | 211 | 42 | 22 | 0 | 113 | 56 | 113 | 74 | 42 |
| Binary | 1110000 | 10001001 | 100010 | 10010 | 0 | 1001011 | 101110 | 1001011 | 111100 | 100010 |
Color Harmonies of #708922
Complementary color
Monochromatic Colors of #708922
Black with #708922
Text Example
Text Example
White with #708922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708922; }
p { color: rgb(112,137,34); }
H1.HeaderClassName
{
color: #708922;
}
.AnyTagClassName
{
color: #708922;
}
</style>
background-color css
<style>
a { background-color: #708922; }
a { background-color: rgb(112,137,34); }
div.DivClassName
{
background-color: #708922;
}
.BgClassName
{
background-color: #708922;
}
</style>
border-color css
<style>
span { border-color: #708922; }
span { border-color: rgb(112,137,34); }
td.TdClassName
{
border-color: #708922;
}
.TagClassName
{
border-color: #708922;
}
</style>