Shades of Olive Drab #719524
Tints of Olive Drab #719524
RGB
CMYK
RGB Variations
Color information
#719524 (or 0x719524) is known color: Olive Drab. HEX triplet: 71, 95 and 24. RGB value is (113,149,36). Sum of RGB (Red+Green+Blue) = 113+149+36=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #719524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719524 is #8E6ADB. Grayscale: #7D7D7D. Windows color (decimal): -9333468 or 2397553. OLE color: 2397553.
HSL color Cylindrical-coordinate representation of color #719524: hue angle of 79.12º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #719524 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 36 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.42 |
| HSL | 79.12º | 0.61% | 0.36% | - |
| HSV(B) | 79.12º | 0.76% | 0.58% | - |
| XYZ | 17.88 | 25.13 | 5.58 | - |
| YUV | 125.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 36 | 0.24 | 0 | 0.76 | 0.42 | 79.12 | 0.61 | 0.36 |
| Hex | 71 | 95 | 24 | 18 | 0 | 4C | 2A | 4F | 3D | 24 |
| Octal | 161 | 225 | 44 | 30 | 0 | 114 | 52 | 117 | 75 | 44 |
| Binary | 1110001 | 10010101 | 100100 | 11000 | 0 | 1001100 | 101010 | 1001111 | 111101 | 100100 |
Color Harmonies of #719524
Complementary color
Monochromatic Colors of #719524
Black with #719524
Text Example
Text Example
White with #719524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719524; }
p { color: rgb(113,149,36); }
H1.HeaderClassName
{
color: #719524;
}
.AnyTagClassName
{
color: #719524;
}
</style>
background-color css
<style>
a { background-color: #719524; }
a { background-color: rgb(113,149,36); }
div.DivClassName
{
background-color: #719524;
}
.BgClassName
{
background-color: #719524;
}
</style>
border-color css
<style>
span { border-color: #719524; }
span { border-color: rgb(113,149,36); }
td.TdClassName
{
border-color: #719524;
}
.TagClassName
{
border-color: #719524;
}
</style>