Shades of Olive Drab #718D17
Tints of Olive Drab #718D17
RGB
CMYK
RGB Variations
Color information
#718D17 (or 0x718D17) is known color: Olive Drab. HEX triplet: 71, 8D and 17. RGB value is (113,141,23). Sum of RGB (Red+Green+Blue) = 113+141+23=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #718D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718D17 is #8E72E8. Grayscale: #777777. Windows color (decimal): -9335529 or 1543537. OLE color: 1543537.
HSL color Cylindrical-coordinate representation of color #718D17: hue angle of 74.24º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #718D17 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 23 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.45 |
| HSL | 74.24º | 0.72% | 0.32% | - |
| HSV(B) | 74.24º | 0.84% | 0.55% | - |
| XYZ | 16.49 | 22.62 | 4.31 | - |
| YUV | 119.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 23 | 0.20 | 0 | 0.84 | 0.45 | 74.24 | 0.72 | 0.32 |
| Hex | 71 | 8D | 17 | 14 | 0 | 54 | 2D | 4A | 48 | 20 |
| Octal | 161 | 215 | 27 | 24 | 0 | 124 | 55 | 112 | 110 | 40 |
| Binary | 1110001 | 10001101 | 10111 | 10100 | 0 | 1010100 | 101101 | 1001010 | 1001000 | 100000 |
Color Harmonies of #718D17
Complementary color
Monochromatic Colors of #718D17
Black with #718D17
Text Example
Text Example
White with #718D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D17; }
p { color: rgb(113,141,23); }
H1.HeaderClassName
{
color: #718D17;
}
.AnyTagClassName
{
color: #718D17;
}
</style>
background-color css
<style>
a { background-color: #718D17; }
a { background-color: rgb(113,141,23); }
div.DivClassName
{
background-color: #718D17;
}
.BgClassName
{
background-color: #718D17;
}
</style>
border-color css
<style>
span { border-color: #718D17; }
span { border-color: rgb(113,141,23); }
td.TdClassName
{
border-color: #718D17;
}
.TagClassName
{
border-color: #718D17;
}
</style>