Shades of Olive Drab #718D16
Tints of Olive Drab #718D16
RGB
CMYK
RGB Variations
Color information
#718D16 (or 0x718D16) is known color: Olive Drab. HEX triplet: 71, 8D and 16. RGB value is (113,141,22). Sum of RGB (Red+Green+Blue) = 113+141+22=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #718D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718D16 is #8E72E9. Grayscale: #777777. Windows color (decimal): -9335530 or 1478001. OLE color: 1478001.
HSL color Cylindrical-coordinate representation of color #718D16: hue angle of 74.12º degrees, saturation: 0.73, 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 #718D16 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 22 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.45 |
| HSL | 74.12º | 0.73% | 0.32% | - |
| HSV(B) | 74.12º | 0.84% | 0.55% | - |
| XYZ | 16.48 | 22.62 | 4.26 | - |
| YUV | 119.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 22 | 0.20 | 0 | 0.84 | 0.45 | 74.12 | 0.73 | 0.32 |
| Hex | 71 | 8D | 16 | 14 | 0 | 54 | 2D | 4A | 49 | 20 |
| Octal | 161 | 215 | 26 | 24 | 0 | 124 | 55 | 112 | 111 | 40 |
| Binary | 1110001 | 10001101 | 10110 | 10100 | 0 | 1010100 | 101101 | 1001010 | 1001001 | 100000 |
Color Harmonies of #718D16
Complementary color
Monochromatic Colors of #718D16
Black with #718D16
Text Example
Text Example
White with #718D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D16; }
p { color: rgb(113,141,22); }
H1.HeaderClassName
{
color: #718D16;
}
.AnyTagClassName
{
color: #718D16;
}
</style>
background-color css
<style>
a { background-color: #718D16; }
a { background-color: rgb(113,141,22); }
div.DivClassName
{
background-color: #718D16;
}
.BgClassName
{
background-color: #718D16;
}
</style>
border-color css
<style>
span { border-color: #718D16; }
span { border-color: rgb(113,141,22); }
td.TdClassName
{
border-color: #718D16;
}
.TagClassName
{
border-color: #718D16;
}
</style>