Shades of Olive Drab #718E29
Tints of Olive Drab #718E29
RGB
CMYK
RGB Variations
Color information
#718E29 (or 0x718E29) is known color: Olive Drab. HEX triplet: 71, 8E and 29. RGB value is (113,142,41). Sum of RGB (Red+Green+Blue) = 113+142+41=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #718E29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E29 is #8E71D6. Grayscale: #7A7A7A. Windows color (decimal): -9335255 or 2723441. OLE color: 2723441.
HSL color Cylindrical-coordinate representation of color #718E29: hue angle of 77.23º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #718E29 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 41 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.44 |
| HSL | 77.23º | 0.55% | 0.36% | - |
| HSV(B) | 77.23º | 0.71% | 0.56% | - |
| XYZ | 16.88 | 23.02 | 5.65 | - |
| YUV | 121.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 41 | 0.20 | 0 | 0.71 | 0.44 | 77.23 | 0.55 | 0.36 |
| Hex | 71 | 8E | 29 | 14 | 0 | 47 | 2C | 4D | 37 | 24 |
| Octal | 161 | 216 | 51 | 24 | 0 | 107 | 54 | 115 | 67 | 44 |
| Binary | 1110001 | 10001110 | 101001 | 10100 | 0 | 1000111 | 101100 | 1001101 | 110111 | 100100 |
Color Harmonies of #718E29
Complementary color
Monochromatic Colors of #718E29
Black with #718E29
Text Example
Text Example
White with #718E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E29; }
p { color: rgb(113,142,41); }
H1.HeaderClassName
{
color: #718E29;
}
.AnyTagClassName
{
color: #718E29;
}
</style>
background-color css
<style>
a { background-color: #718E29; }
a { background-color: rgb(113,142,41); }
div.DivClassName
{
background-color: #718E29;
}
.BgClassName
{
background-color: #718E29;
}
</style>
border-color css
<style>
span { border-color: #718E29; }
span { border-color: rgb(113,142,41); }
td.TdClassName
{
border-color: #718E29;
}
.TagClassName
{
border-color: #718E29;
}
</style>