Shades of Olive Drab #718E28
Tints of Olive Drab #718E28
RGB
CMYK
RGB Variations
Color information
#718E28 (or 0x718E28) is known color: Olive Drab. HEX triplet: 71, 8E and 28. RGB value is (113,142,40). Sum of RGB (Red+Green+Blue) = 113+142+40=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #718E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E28 is #8E71D7. Grayscale: #7A7A7A. Windows color (decimal): -9335256 or 2657905. OLE color: 2657905.
HSL color Cylindrical-coordinate representation of color #718E28: hue angle of 77.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #718E28 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 40 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.44 |
| HSL | 77.06º | 0.56% | 0.36% | - |
| HSV(B) | 77.06º | 0.72% | 0.56% | - |
| XYZ | 16.87 | 23.01 | 5.56 | - |
| YUV | 121.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 40 | 0.20 | 0 | 0.72 | 0.44 | 77.06 | 0.56 | 0.36 |
| Hex | 71 | 8E | 28 | 14 | 0 | 48 | 2C | 4D | 38 | 24 |
| Octal | 161 | 216 | 50 | 24 | 0 | 110 | 54 | 115 | 70 | 44 |
| Binary | 1110001 | 10001110 | 101000 | 10100 | 0 | 1001000 | 101100 | 1001101 | 111000 | 100100 |
Color Harmonies of #718E28
Complementary color
Monochromatic Colors of #718E28
Black with #718E28
Text Example
Text Example
White with #718E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E28; }
p { color: rgb(113,142,40); }
H1.HeaderClassName
{
color: #718E28;
}
.AnyTagClassName
{
color: #718E28;
}
</style>
background-color css
<style>
a { background-color: #718E28; }
a { background-color: rgb(113,142,40); }
div.DivClassName
{
background-color: #718E28;
}
.BgClassName
{
background-color: #718E28;
}
</style>
border-color css
<style>
span { border-color: #718E28; }
span { border-color: rgb(113,142,40); }
td.TdClassName
{
border-color: #718E28;
}
.TagClassName
{
border-color: #718E28;
}
</style>