Shades of Olive Drab #718F12
Tints of Olive Drab #718F12
RGB
CMYK
RGB Variations
Color information
#718F12 (or 0x718F12) is known color: Olive Drab. HEX triplet: 71, 8F and 12. RGB value is (113,143,18). Sum of RGB (Red+Green+Blue) = 113+143+18=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #718F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718F12 is #8E70ED. Grayscale: #787878. Windows color (decimal): -9335022 or 1216369. OLE color: 1216369.
HSL color Cylindrical-coordinate representation of color #718F12: hue angle of 74.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718F12 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 18 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.44 |
| HSL | 74.4º | 0.78% | 0.32% | - |
| HSV(B) | 74.4º | 0.87% | 0.56% | - |
| XYZ | 16.74 | 23.2 | 4.17 | - |
| YUV | 119.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 18 | 0.21 | 0 | 0.87 | 0.44 | 74.4 | 0.78 | 0.32 |
| Hex | 71 | 8F | 12 | 15 | 0 | 57 | 2C | 4A | 4E | 20 |
| Octal | 161 | 217 | 22 | 25 | 0 | 127 | 54 | 112 | 116 | 40 |
| Binary | 1110001 | 10001111 | 10010 | 10101 | 0 | 1010111 | 101100 | 1001010 | 1001110 | 100000 |
Color Harmonies of #718F12
Complementary color
Monochromatic Colors of #718F12
Black with #718F12
Text Example
Text Example
White with #718F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F12; }
p { color: rgb(113,143,18); }
H1.HeaderClassName
{
color: #718F12;
}
.AnyTagClassName
{
color: #718F12;
}
</style>
background-color css
<style>
a { background-color: #718F12; }
a { background-color: rgb(113,143,18); }
div.DivClassName
{
background-color: #718F12;
}
.BgClassName
{
background-color: #718F12;
}
</style>
border-color css
<style>
span { border-color: #718F12; }
span { border-color: rgb(113,143,18); }
td.TdClassName
{
border-color: #718F12;
}
.TagClassName
{
border-color: #718F12;
}
</style>