Shades of Olive Drab #719121
Tints of Olive Drab #719121
RGB
CMYK
RGB Variations
Color information
#719121 (or 0x719121) is known color: Olive Drab. HEX triplet: 71, 91 and 21. RGB value is (113,145,33). Sum of RGB (Red+Green+Blue) = 113+145+33=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #719121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719121 is #8E6EDE. Grayscale: #7B7B7B. Windows color (decimal): -9334495 or 2199921. OLE color: 2199921.
HSL color Cylindrical-coordinate representation of color #719121: hue angle of 77.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #719121 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 33 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.43 |
| HSL | 77.14º | 0.63% | 0.35% | - |
| HSV(B) | 77.14º | 0.77% | 0.57% | - |
| XYZ | 17.21 | 23.87 | 5.14 | - |
| YUV | 122.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 33 | 0.22 | 0 | 0.77 | 0.43 | 77.14 | 0.63 | 0.35 |
| Hex | 71 | 91 | 21 | 16 | 0 | 4D | 2B | 4D | 3F | 23 |
| Octal | 161 | 221 | 41 | 26 | 0 | 115 | 53 | 115 | 77 | 43 |
| Binary | 1110001 | 10010001 | 100001 | 10110 | 0 | 1001101 | 101011 | 1001101 | 111111 | 100011 |
Color Harmonies of #719121
Complementary color
Monochromatic Colors of #719121
Black with #719121
Text Example
Text Example
White with #719121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719121; }
p { color: rgb(113,145,33); }
H1.HeaderClassName
{
color: #719121;
}
.AnyTagClassName
{
color: #719121;
}
</style>
background-color css
<style>
a { background-color: #719121; }
a { background-color: rgb(113,145,33); }
div.DivClassName
{
background-color: #719121;
}
.BgClassName
{
background-color: #719121;
}
</style>
border-color css
<style>
span { border-color: #719121; }
span { border-color: rgb(113,145,33); }
td.TdClassName
{
border-color: #719121;
}
.TagClassName
{
border-color: #719121;
}
</style>