Shades of Olive Drab #719529
Tints of Olive Drab #719529
RGB
CMYK
RGB Variations
Color information
#719529 (or 0x719529) is known color: Olive Drab. HEX triplet: 71, 95 and 29. RGB value is (113,149,41). Sum of RGB (Red+Green+Blue) = 113+149+41=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #719529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719529 is #8E6AD6. Grayscale: #7E7E7E. Windows color (decimal): -9333463 or 2725233. OLE color: 2725233.
HSL color Cylindrical-coordinate representation of color #719529: hue angle of 80º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #719529 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 41 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.42 |
| HSL | 80º | 0.57% | 0.37% | - |
| HSV(B) | 80º | 0.72% | 0.58% | - |
| XYZ | 17.96 | 25.17 | 6.01 | - |
| YUV | 125.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 41 | 0.24 | 0 | 0.72 | 0.42 | 80 | 0.57 | 0.37 |
| Hex | 71 | 95 | 29 | 18 | 0 | 48 | 2A | 50 | 39 | 25 |
| Octal | 161 | 225 | 51 | 30 | 0 | 110 | 52 | 120 | 71 | 45 |
| Binary | 1110001 | 10010101 | 101001 | 11000 | 0 | 1001000 | 101010 | 1010000 | 111001 | 100101 |
Color Harmonies of #719529
Complementary color
Monochromatic Colors of #719529
Black with #719529
Text Example
Text Example
White with #719529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719529; }
p { color: rgb(113,149,41); }
H1.HeaderClassName
{
color: #719529;
}
.AnyTagClassName
{
color: #719529;
}
</style>
background-color css
<style>
a { background-color: #719529; }
a { background-color: rgb(113,149,41); }
div.DivClassName
{
background-color: #719529;
}
.BgClassName
{
background-color: #719529;
}
</style>
border-color css
<style>
span { border-color: #719529; }
span { border-color: rgb(113,149,41); }
td.TdClassName
{
border-color: #719529;
}
.TagClassName
{
border-color: #719529;
}
</style>