Shades of Olive Drab #718516
Tints of Olive Drab #718516
RGB
CMYK
RGB Variations
Color information
#718516 (or 0x718516) is known color: Olive Drab. HEX triplet: 71, 85 and 16. RGB value is (113,133,22). Sum of RGB (Red+Green+Blue) = 113+133+22=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #718516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718516 is #8E7AE9. Grayscale: #727272. Windows color (decimal): -9337578 or 1475953. OLE color: 1475953.
HSL color Cylindrical-coordinate representation of color #718516: hue angle of 70.81º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #718516 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 22 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.48 |
| HSL | 70.81º | 0.72% | 0.3% | - |
| HSV(B) | 70.81º | 0.83% | 0.52% | - |
| XYZ | 15.34 | 20.34 | 3.88 | - |
| YUV | 114.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 22 | 0.15 | 0 | 0.83 | 0.48 | 70.81 | 0.72 | 0.3 |
| Hex | 71 | 85 | 16 | F | 0 | 53 | 30 | 47 | 48 | 1E |
| Octal | 161 | 205 | 26 | 17 | 0 | 123 | 60 | 107 | 110 | 36 |
| Binary | 1110001 | 10000101 | 10110 | 1111 | 0 | 1010011 | 110000 | 1000111 | 1001000 | 11110 |
Color Harmonies of #718516
Complementary color
Monochromatic Colors of #718516
Black with #718516
Text Example
Text Example
White with #718516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718516; }
p { color: rgb(113,133,22); }
H1.HeaderClassName
{
color: #718516;
}
.AnyTagClassName
{
color: #718516;
}
</style>
background-color css
<style>
a { background-color: #718516; }
a { background-color: rgb(113,133,22); }
div.DivClassName
{
background-color: #718516;
}
.BgClassName
{
background-color: #718516;
}
</style>
border-color css
<style>
span { border-color: #718516; }
span { border-color: rgb(113,133,22); }
td.TdClassName
{
border-color: #718516;
}
.TagClassName
{
border-color: #718516;
}
</style>