Shades of Olive Drab #709409
Tints of Olive Drab #709409
RGB
CMYK
RGB Variations
Color information
#709409 (or 0x709409) is known color: Olive Drab. HEX triplet: 70, 94 and 09. RGB value is (112,148,9). Sum of RGB (Red+Green+Blue) = 112+148+9=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #709409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709409 is #8F6BF6. Grayscale: #797979. Windows color (decimal): -9399287 or 627824. OLE color: 627824.
HSL color Cylindrical-coordinate representation of color #709409: hue angle of 75.54º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #709409 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 9 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.42 |
| HSL | 75.54º | 0.89% | 0.31% | - |
| HSV(B) | 75.54º | 0.94% | 0.58% | - |
| XYZ | 17.32 | 24.64 | 4.1 | - |
| YUV | 121.39 | 64.57 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 9 | 0.24 | 0 | 0.94 | 0.42 | 75.54 | 0.89 | 0.31 |
| Hex | 70 | 94 | 9 | 18 | 0 | 5E | 2A | 4C | 59 | 1F |
| Octal | 160 | 224 | 11 | 30 | 0 | 136 | 52 | 114 | 131 | 37 |
| Binary | 1110000 | 10010100 | 1001 | 11000 | 0 | 1011110 | 101010 | 1001100 | 1011001 | 11111 |
Color Harmonies of #709409
Complementary color
Monochromatic Colors of #709409
Black with #709409
Text Example
Text Example
White with #709409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709409; }
p { color: rgb(112,148,9); }
H1.HeaderClassName
{
color: #709409;
}
.AnyTagClassName
{
color: #709409;
}
</style>
background-color css
<style>
a { background-color: #709409; }
a { background-color: rgb(112,148,9); }
div.DivClassName
{
background-color: #709409;
}
.BgClassName
{
background-color: #709409;
}
</style>
border-color css
<style>
span { border-color: #709409; }
span { border-color: rgb(112,148,9); }
td.TdClassName
{
border-color: #709409;
}
.TagClassName
{
border-color: #709409;
}
</style>