Shades of Olive Drab #719119
Tints of Olive Drab #719119
RGB
CMYK
RGB Variations
Color information
#719119 (or 0x719119) is known color: Olive Drab. HEX triplet: 71, 91 and 19. RGB value is (113,145,25). Sum of RGB (Red+Green+Blue) = 113+145+25=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #719119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719119 is #8E6EE6. Grayscale: #7A7A7A. Windows color (decimal): -9334503 or 1675633. OLE color: 1675633.
HSL color Cylindrical-coordinate representation of color #719119: hue angle of 76º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #719119 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 25 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.43 |
| HSL | 76º | 0.71% | 0.33% | - |
| HSV(B) | 76º | 0.83% | 0.57% | - |
| XYZ | 17.11 | 23.83 | 4.62 | - |
| YUV | 121.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 25 | 0.22 | 0 | 0.83 | 0.43 | 76 | 0.71 | 0.33 |
| Hex | 71 | 91 | 19 | 16 | 0 | 53 | 2B | 4C | 47 | 21 |
| Octal | 161 | 221 | 31 | 26 | 0 | 123 | 53 | 114 | 107 | 41 |
| Binary | 1110001 | 10010001 | 11001 | 10110 | 0 | 1010011 | 101011 | 1001100 | 1000111 | 100001 |
Color Harmonies of #719119
Complementary color
Monochromatic Colors of #719119
Black with #719119
Text Example
Text Example
White with #719119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719119; }
p { color: rgb(113,145,25); }
H1.HeaderClassName
{
color: #719119;
}
.AnyTagClassName
{
color: #719119;
}
</style>
background-color css
<style>
a { background-color: #719119; }
a { background-color: rgb(113,145,25); }
div.DivClassName
{
background-color: #719119;
}
.BgClassName
{
background-color: #719119;
}
</style>
border-color css
<style>
span { border-color: #719119; }
span { border-color: rgb(113,145,25); }
td.TdClassName
{
border-color: #719119;
}
.TagClassName
{
border-color: #719119;
}
</style>