Shades of Olive Drab #709422
Tints of Olive Drab #709422
RGB
CMYK
RGB Variations
Color information
#709422 (or 0x709422) is known color: Olive Drab. HEX triplet: 70, 94 and 22. RGB value is (112,148,34). Sum of RGB (Red+Green+Blue) = 112+148+34=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #709422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709422 is #8F6BDD. Grayscale: #7C7C7C. Windows color (decimal): -9399262 or 2266224. OLE color: 2266224.
HSL color Cylindrical-coordinate representation of color #709422: hue angle of 78.95º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #709422 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 34 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.42 |
| HSL | 78.95º | 0.63% | 0.36% | - |
| HSV(B) | 78.95º | 0.77% | 0.58% | - |
| XYZ | 17.56 | 24.74 | 5.36 | - |
| YUV | 124.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 34 | 0.24 | 0 | 0.77 | 0.42 | 78.95 | 0.63 | 0.36 |
| Hex | 70 | 94 | 22 | 18 | 0 | 4D | 2A | 4F | 3F | 24 |
| Octal | 160 | 224 | 42 | 30 | 0 | 115 | 52 | 117 | 77 | 44 |
| Binary | 1110000 | 10010100 | 100010 | 11000 | 0 | 1001101 | 101010 | 1001111 | 111111 | 100100 |
Color Harmonies of #709422
Complementary color
Monochromatic Colors of #709422
Black with #709422
Text Example
Text Example
White with #709422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709422; }
p { color: rgb(112,148,34); }
H1.HeaderClassName
{
color: #709422;
}
.AnyTagClassName
{
color: #709422;
}
</style>
background-color css
<style>
a { background-color: #709422; }
a { background-color: rgb(112,148,34); }
div.DivClassName
{
background-color: #709422;
}
.BgClassName
{
background-color: #709422;
}
</style>
border-color css
<style>
span { border-color: #709422; }
span { border-color: rgb(112,148,34); }
td.TdClassName
{
border-color: #709422;
}
.TagClassName
{
border-color: #709422;
}
</style>