Shades of Olive Drab #719010
Tints of Olive Drab #719010
RGB
CMYK
RGB Variations
Color information
#719010 (or 0x719010) is known color: Olive Drab. HEX triplet: 71, 90 and 10. RGB value is (113,144,16). Sum of RGB (Red+Green+Blue) = 113+144+16=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #719010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719010 is #8E6FEF. Grayscale: #787878. Windows color (decimal): -9334768 or 1085553. OLE color: 1085553.
HSL color Cylindrical-coordinate representation of color #719010: hue angle of 74.53º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #719010 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 16 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.44 |
| HSL | 74.53º | 0.8% | 0.31% | - |
| HSV(B) | 74.53º | 0.89% | 0.56% | - |
| XYZ | 16.88 | 23.49 | 4.14 | - |
| YUV | 120.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 16 | 0.22 | 0 | 0.89 | 0.44 | 74.53 | 0.8 | 0.31 |
| Hex | 71 | 90 | 10 | 16 | 0 | 59 | 2C | 4B | 50 | 1F |
| Octal | 161 | 220 | 20 | 26 | 0 | 131 | 54 | 113 | 120 | 37 |
| Binary | 1110001 | 10010000 | 10000 | 10110 | 0 | 1011001 | 101100 | 1001011 | 1010000 | 11111 |
Color Harmonies of #719010
Complementary color
Monochromatic Colors of #719010
Black with #719010
Text Example
Text Example
White with #719010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719010; }
p { color: rgb(113,144,16); }
H1.HeaderClassName
{
color: #719010;
}
.AnyTagClassName
{
color: #719010;
}
</style>
background-color css
<style>
a { background-color: #719010; }
a { background-color: rgb(113,144,16); }
div.DivClassName
{
background-color: #719010;
}
.BgClassName
{
background-color: #719010;
}
</style>
border-color css
<style>
span { border-color: #719010; }
span { border-color: rgb(113,144,16); }
td.TdClassName
{
border-color: #719010;
}
.TagClassName
{
border-color: #719010;
}
</style>