Shades of Olive Drab #719021
Tints of Olive Drab #719021
RGB
CMYK
RGB Variations
Color information
#719021 (or 0x719021) is known color: Olive Drab. HEX triplet: 71, 90 and 21. RGB value is (113,144,33). Sum of RGB (Red+Green+Blue) = 113+144+33=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #719021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719021 is #8E6FDE. Grayscale: #7A7A7A. Windows color (decimal): -9334751 or 2199665. OLE color: 2199665.
HSL color Cylindrical-coordinate representation of color #719021: hue angle of 76.76º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #719021 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 33 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.44 |
| HSL | 76.76º | 0.63% | 0.35% | - |
| HSV(B) | 76.76º | 0.77% | 0.56% | - |
| XYZ | 17.06 | 23.57 | 5.09 | - |
| YUV | 122.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 33 | 0.22 | 0 | 0.77 | 0.44 | 76.76 | 0.63 | 0.35 |
| Hex | 71 | 90 | 21 | 16 | 0 | 4D | 2C | 4D | 3F | 23 |
| Octal | 161 | 220 | 41 | 26 | 0 | 115 | 54 | 115 | 77 | 43 |
| Binary | 1110001 | 10010000 | 100001 | 10110 | 0 | 1001101 | 101100 | 1001101 | 111111 | 100011 |
Color Harmonies of #719021
Complementary color
Monochromatic Colors of #719021
Black with #719021
Text Example
Text Example
White with #719021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719021; }
p { color: rgb(113,144,33); }
H1.HeaderClassName
{
color: #719021;
}
.AnyTagClassName
{
color: #719021;
}
</style>
background-color css
<style>
a { background-color: #719021; }
a { background-color: rgb(113,144,33); }
div.DivClassName
{
background-color: #719021;
}
.BgClassName
{
background-color: #719021;
}
</style>
border-color css
<style>
span { border-color: #719021; }
span { border-color: rgb(113,144,33); }
td.TdClassName
{
border-color: #719021;
}
.TagClassName
{
border-color: #719021;
}
</style>