Shades of Olive Drab #719111
Tints of Olive Drab #719111
RGB
CMYK
RGB Variations
Color information
#719111 (or 0x719111) is known color: Olive Drab. HEX triplet: 71, 91 and 11. RGB value is (113,145,17). Sum of RGB (Red+Green+Blue) = 113+145+17=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #719111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719111 is #8E6EEE. Grayscale: #797979. Windows color (decimal): -9334511 or 1151345. OLE color: 1151345.
HSL color Cylindrical-coordinate representation of color #719111: hue angle of 75º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #719111 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 17 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.43 |
| HSL | 75º | 0.79% | 0.32% | - |
| HSV(B) | 75º | 0.88% | 0.57% | - |
| XYZ | 17.04 | 23.8 | 4.23 | - |
| YUV | 120.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 17 | 0.22 | 0 | 0.88 | 0.43 | 75 | 0.79 | 0.32 |
| Hex | 71 | 91 | 11 | 16 | 0 | 58 | 2B | 4B | 4F | 20 |
| Octal | 161 | 221 | 21 | 26 | 0 | 130 | 53 | 113 | 117 | 40 |
| Binary | 1110001 | 10010001 | 10001 | 10110 | 0 | 1011000 | 101011 | 1001011 | 1001111 | 100000 |
Color Harmonies of #719111
Complementary color
Monochromatic Colors of #719111
Black with #719111
Text Example
Text Example
White with #719111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719111; }
p { color: rgb(113,145,17); }
H1.HeaderClassName
{
color: #719111;
}
.AnyTagClassName
{
color: #719111;
}
</style>
background-color css
<style>
a { background-color: #719111; }
a { background-color: rgb(113,145,17); }
div.DivClassName
{
background-color: #719111;
}
.BgClassName
{
background-color: #719111;
}
</style>
border-color css
<style>
span { border-color: #719111; }
span { border-color: rgb(113,145,17); }
td.TdClassName
{
border-color: #719111;
}
.TagClassName
{
border-color: #719111;
}
</style>