Shades of Olive Drab #718F16
Tints of Olive Drab #718F16
RGB
CMYK
RGB Variations
Color information
#718F16 (or 0x718F16) is known color: Olive Drab. HEX triplet: 71, 8F and 16. RGB value is (113,143,22). Sum of RGB (Red+Green+Blue) = 113+143+22=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #718F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718F16 is #8E70E9. Grayscale: #787878. Windows color (decimal): -9335018 or 1478513. OLE color: 1478513.
HSL color Cylindrical-coordinate representation of color #718F16: hue angle of 74.88º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #718F16 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 22 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.44 |
| HSL | 74.88º | 0.73% | 0.32% | - |
| HSV(B) | 74.88º | 0.85% | 0.56% | - |
| XYZ | 16.78 | 23.21 | 4.36 | - |
| YUV | 120.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 22 | 0.21 | 0 | 0.85 | 0.44 | 74.88 | 0.73 | 0.32 |
| Hex | 71 | 8F | 16 | 15 | 0 | 55 | 2C | 4B | 49 | 20 |
| Octal | 161 | 217 | 26 | 25 | 0 | 125 | 54 | 113 | 111 | 40 |
| Binary | 1110001 | 10001111 | 10110 | 10101 | 0 | 1010101 | 101100 | 1001011 | 1001001 | 100000 |
Color Harmonies of #718F16
Complementary color
Monochromatic Colors of #718F16
Black with #718F16
Text Example
Text Example
White with #718F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F16; }
p { color: rgb(113,143,22); }
H1.HeaderClassName
{
color: #718F16;
}
.AnyTagClassName
{
color: #718F16;
}
</style>
background-color css
<style>
a { background-color: #718F16; }
a { background-color: rgb(113,143,22); }
div.DivClassName
{
background-color: #718F16;
}
.BgClassName
{
background-color: #718F16;
}
</style>
border-color css
<style>
span { border-color: #718F16; }
span { border-color: rgb(113,143,22); }
td.TdClassName
{
border-color: #718F16;
}
.TagClassName
{
border-color: #718F16;
}
</style>