Shades of Olive Drab #719114
Tints of Olive Drab #719114
RGB
CMYK
RGB Variations
Color information
#719114 (or 0x719114) is known color: Olive Drab. HEX triplet: 71, 91 and 14. RGB value is (113,145,20). Sum of RGB (Red+Green+Blue) = 113+145+20=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #719114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719114 is #8E6EEB. Grayscale: #797979. Windows color (decimal): -9334508 or 1347953. OLE color: 1347953.
HSL color Cylindrical-coordinate representation of color #719114: hue angle of 75.36º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #719114 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 20 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.43 |
| HSL | 75.36º | 0.76% | 0.32% | - |
| HSV(B) | 75.36º | 0.86% | 0.57% | - |
| XYZ | 17.06 | 23.81 | 4.36 | - |
| YUV | 121.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 20 | 0.22 | 0 | 0.86 | 0.43 | 75.36 | 0.76 | 0.32 |
| Hex | 71 | 91 | 14 | 16 | 0 | 56 | 2B | 4B | 4C | 20 |
| Octal | 161 | 221 | 24 | 26 | 0 | 126 | 53 | 113 | 114 | 40 |
| Binary | 1110001 | 10010001 | 10100 | 10110 | 0 | 1010110 | 101011 | 1001011 | 1001100 | 100000 |
Color Harmonies of #719114
Complementary color
Monochromatic Colors of #719114
Black with #719114
Text Example
Text Example
White with #719114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719114; }
p { color: rgb(113,145,20); }
H1.HeaderClassName
{
color: #719114;
}
.AnyTagClassName
{
color: #719114;
}
</style>
background-color css
<style>
a { background-color: #719114; }
a { background-color: rgb(113,145,20); }
div.DivClassName
{
background-color: #719114;
}
.BgClassName
{
background-color: #719114;
}
</style>
border-color css
<style>
span { border-color: #719114; }
span { border-color: rgb(113,145,20); }
td.TdClassName
{
border-color: #719114;
}
.TagClassName
{
border-color: #719114;
}
</style>