Shades of Olive Drab #719012
Tints of Olive Drab #719012
RGB
CMYK
RGB Variations
Color information
#719012 (or 0x719012) is known color: Olive Drab. HEX triplet: 71, 90 and 12. RGB value is (113,144,18). Sum of RGB (Red+Green+Blue) = 113+144+18=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #719012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719012 is #8E6FED. Grayscale: #787878. Windows color (decimal): -9334766 or 1216625. OLE color: 1216625.
HSL color Cylindrical-coordinate representation of color #719012: hue angle of 74.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #719012 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 18 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.44 |
| HSL | 74.76º | 0.78% | 0.32% | - |
| HSV(B) | 74.76º | 0.88% | 0.56% | - |
| XYZ | 16.89 | 23.5 | 4.22 | - |
| YUV | 120.37 | 70.23 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 18 | 0.22 | 0 | 0.88 | 0.44 | 74.76 | 0.78 | 0.32 |
| Hex | 71 | 90 | 12 | 16 | 0 | 58 | 2C | 4B | 4E | 20 |
| Octal | 161 | 220 | 22 | 26 | 0 | 130 | 54 | 113 | 116 | 40 |
| Binary | 1110001 | 10010000 | 10010 | 10110 | 0 | 1011000 | 101100 | 1001011 | 1001110 | 100000 |
Color Harmonies of #719012
Complementary color
Monochromatic Colors of #719012
Black with #719012
Text Example
Text Example
White with #719012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719012; }
p { color: rgb(113,144,18); }
H1.HeaderClassName
{
color: #719012;
}
.AnyTagClassName
{
color: #719012;
}
</style>
background-color css
<style>
a { background-color: #719012; }
a { background-color: rgb(113,144,18); }
div.DivClassName
{
background-color: #719012;
}
.BgClassName
{
background-color: #719012;
}
</style>
border-color css
<style>
span { border-color: #719012; }
span { border-color: rgb(113,144,18); }
td.TdClassName
{
border-color: #719012;
}
.TagClassName
{
border-color: #719012;
}
</style>