Shades of Olive Drab #709822
Tints of Olive Drab #709822
RGB
CMYK
RGB Variations
Color information
#709822 (or 0x709822) is known color: Olive Drab. HEX triplet: 70, 98 and 22. RGB value is (112,152,34). Sum of RGB (Red+Green+Blue) = 112+152+34=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #709822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709822 is #8F67DD. Grayscale: #7F7F7F. Windows color (decimal): -9398238 or 2267248. OLE color: 2267248.
HSL color Cylindrical-coordinate representation of color #709822: hue angle of 80.34º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #709822 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 34 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.40 |
| HSL | 80.34º | 0.63% | 0.36% | - |
| HSV(B) | 80.34º | 0.78% | 0.6% | - |
| XYZ | 18.2 | 26.02 | 5.58 | - |
| YUV | 126.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 34 | 0.26 | 0 | 0.78 | 0.40 | 80.34 | 0.63 | 0.36 |
| Hex | 70 | 98 | 22 | 1A | 0 | 4E | 28 | 50 | 3F | 24 |
| Octal | 160 | 230 | 42 | 32 | 0 | 116 | 50 | 120 | 77 | 44 |
| Binary | 1110000 | 10011000 | 100010 | 11010 | 0 | 1001110 | 101000 | 1010000 | 111111 | 100100 |
Color Harmonies of #709822
Complementary color
Monochromatic Colors of #709822
Black with #709822
Text Example
Text Example
White with #709822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709822; }
p { color: rgb(112,152,34); }
H1.HeaderClassName
{
color: #709822;
}
.AnyTagClassName
{
color: #709822;
}
</style>
background-color css
<style>
a { background-color: #709822; }
a { background-color: rgb(112,152,34); }
div.DivClassName
{
background-color: #709822;
}
.BgClassName
{
background-color: #709822;
}
</style>
border-color css
<style>
span { border-color: #709822; }
span { border-color: rgb(112,152,34); }
td.TdClassName
{
border-color: #709822;
}
.TagClassName
{
border-color: #709822;
}
</style>