Shades of Olive Drab #718912
Tints of Olive Drab #718912
RGB
CMYK
RGB Variations
Color information
#718912 (or 0x718912) is known color: Olive Drab. HEX triplet: 71, 89 and 12. RGB value is (113,137,18). Sum of RGB (Red+Green+Blue) = 113+137+18=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #718912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718912 is #8E76ED. Grayscale: #747474. Windows color (decimal): -9336558 or 1214833. OLE color: 1214833.
HSL color Cylindrical-coordinate representation of color #718912: hue angle of 72.1º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718912 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 18 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.46 |
| HSL | 72.1º | 0.77% | 0.3% | - |
| HSV(B) | 72.1º | 0.87% | 0.54% | - |
| XYZ | 15.86 | 21.45 | 3.88 | - |
| YUV | 116.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 18 | 0.18 | 0 | 0.87 | 0.46 | 72.1 | 0.77 | 0.3 |
| Hex | 71 | 89 | 12 | 12 | 0 | 57 | 2E | 48 | 4D | 1E |
| Octal | 161 | 211 | 22 | 22 | 0 | 127 | 56 | 110 | 115 | 36 |
| Binary | 1110001 | 10001001 | 10010 | 10010 | 0 | 1010111 | 101110 | 1001000 | 1001101 | 11110 |
Color Harmonies of #718912
Complementary color
Monochromatic Colors of #718912
Black with #718912
Text Example
Text Example
White with #718912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718912; }
p { color: rgb(113,137,18); }
H1.HeaderClassName
{
color: #718912;
}
.AnyTagClassName
{
color: #718912;
}
</style>
background-color css
<style>
a { background-color: #718912; }
a { background-color: rgb(113,137,18); }
div.DivClassName
{
background-color: #718912;
}
.BgClassName
{
background-color: #718912;
}
</style>
border-color css
<style>
span { border-color: #718912; }
span { border-color: rgb(113,137,18); }
td.TdClassName
{
border-color: #718912;
}
.TagClassName
{
border-color: #718912;
}
</style>