Shades of Olive Drab #709124
Tints of Olive Drab #709124
RGB
CMYK
RGB Variations
Color information
#709124 (or 0x709124) is known color: Olive Drab. HEX triplet: 70, 91 and 24. RGB value is (112,145,36). Sum of RGB (Red+Green+Blue) = 112+145+36=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #709124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709124 is #8F6EDB. Grayscale: #7B7B7B. Windows color (decimal): -9400028 or 2396528. OLE color: 2396528.
HSL color Cylindrical-coordinate representation of color #709124: hue angle of 78.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #709124 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 36 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.43 |
| HSL | 78.17º | 0.6% | 0.35% | - |
| HSV(B) | 78.17º | 0.75% | 0.57% | - |
| XYZ | 17.13 | 23.82 | 5.36 | - |
| YUV | 122.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 36 | 0.23 | 0 | 0.75 | 0.43 | 78.17 | 0.6 | 0.35 |
| Hex | 70 | 91 | 24 | 17 | 0 | 4B | 2B | 4E | 3C | 23 |
| Octal | 160 | 221 | 44 | 27 | 0 | 113 | 53 | 116 | 74 | 43 |
| Binary | 1110000 | 10010001 | 100100 | 10111 | 0 | 1001011 | 101011 | 1001110 | 111100 | 100011 |
Color Harmonies of #709124
Complementary color
Monochromatic Colors of #709124
Black with #709124
Text Example
Text Example
White with #709124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709124; }
p { color: rgb(112,145,36); }
H1.HeaderClassName
{
color: #709124;
}
.AnyTagClassName
{
color: #709124;
}
</style>
background-color css
<style>
a { background-color: #709124; }
a { background-color: rgb(112,145,36); }
div.DivClassName
{
background-color: #709124;
}
.BgClassName
{
background-color: #709124;
}
</style>
border-color css
<style>
span { border-color: #709124; }
span { border-color: rgb(112,145,36); }
td.TdClassName
{
border-color: #709124;
}
.TagClassName
{
border-color: #709124;
}
</style>