Shades of Olive Drab #719009
Tints of Olive Drab #719009
RGB
CMYK
RGB Variations
Color information
#719009 (or 0x719009) is known color: Olive Drab. HEX triplet: 71, 90 and 09. RGB value is (113,144,9). Sum of RGB (Red+Green+Blue) = 113+144+9=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #719009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719009 is #8E6FF6. Grayscale: #777777. Windows color (decimal): -9334775 or 626801. OLE color: 626801.
HSL color Cylindrical-coordinate representation of color #719009: hue angle of 73.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #719009 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 9 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.44 |
| HSL | 73.78º | 0.88% | 0.3% | - |
| HSV(B) | 73.78º | 0.94% | 0.56% | - |
| XYZ | 16.83 | 23.48 | 3.9 | - |
| YUV | 119.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 9 | 0.22 | 0 | 0.94 | 0.44 | 73.78 | 0.88 | 0.3 |
| Hex | 71 | 90 | 9 | 16 | 0 | 5E | 2C | 4A | 58 | 1E |
| Octal | 161 | 220 | 11 | 26 | 0 | 136 | 54 | 112 | 130 | 36 |
| Binary | 1110001 | 10010000 | 1001 | 10110 | 0 | 1011110 | 101100 | 1001010 | 1011000 | 11110 |
Color Harmonies of #719009
Complementary color
Monochromatic Colors of #719009
Black with #719009
Text Example
Text Example
White with #719009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719009; }
p { color: rgb(113,144,9); }
H1.HeaderClassName
{
color: #719009;
}
.AnyTagClassName
{
color: #719009;
}
</style>
background-color css
<style>
a { background-color: #719009; }
a { background-color: rgb(113,144,9); }
div.DivClassName
{
background-color: #719009;
}
.BgClassName
{
background-color: #719009;
}
</style>
border-color css
<style>
span { border-color: #719009; }
span { border-color: rgb(113,144,9); }
td.TdClassName
{
border-color: #719009;
}
.TagClassName
{
border-color: #719009;
}
</style>