Shades of Olive Drab #719117
Tints of Olive Drab #719117
RGB
CMYK
RGB Variations
Color information
#719117 (or 0x719117) is known color: Olive Drab. HEX triplet: 71, 91 and 17. RGB value is (113,145,23). Sum of RGB (Red+Green+Blue) = 113+145+23=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #719117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719117 is #8E6EE8. Grayscale: #797979. Windows color (decimal): -9334505 or 1544561. OLE color: 1544561.
HSL color Cylindrical-coordinate representation of color #719117: hue angle of 75.74º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #719117 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 23 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.43 |
| HSL | 75.74º | 0.73% | 0.33% | - |
| HSV(B) | 75.74º | 0.84% | 0.57% | - |
| XYZ | 17.09 | 23.82 | 4.51 | - |
| YUV | 121.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 23 | 0.22 | 0 | 0.84 | 0.43 | 75.74 | 0.73 | 0.33 |
| Hex | 71 | 91 | 17 | 16 | 0 | 54 | 2B | 4C | 49 | 21 |
| Octal | 161 | 221 | 27 | 26 | 0 | 124 | 53 | 114 | 111 | 41 |
| Binary | 1110001 | 10010001 | 10111 | 10110 | 0 | 1010100 | 101011 | 1001100 | 1001001 | 100001 |
Color Harmonies of #719117
Complementary color
Monochromatic Colors of #719117
Black with #719117
Text Example
Text Example
White with #719117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719117; }
p { color: rgb(113,145,23); }
H1.HeaderClassName
{
color: #719117;
}
.AnyTagClassName
{
color: #719117;
}
</style>
background-color css
<style>
a { background-color: #719117; }
a { background-color: rgb(113,145,23); }
div.DivClassName
{
background-color: #719117;
}
.BgClassName
{
background-color: #719117;
}
</style>
border-color css
<style>
span { border-color: #719117; }
span { border-color: rgb(113,145,23); }
td.TdClassName
{
border-color: #719117;
}
.TagClassName
{
border-color: #719117;
}
</style>