Shades of Olive Drab #718D39
Tints of Olive Drab #718D39
RGB
CMYK
RGB Variations
Color information
#718D39 (or 0x718D39) is known color: Olive Drab. HEX triplet: 71, 8D and 39. RGB value is (113,141,57). Sum of RGB (Red+Green+Blue) = 113+141+57=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #718D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D39 is #8E72C6. Grayscale: #7B7B7B. Windows color (decimal): -9335495 or 3771761. OLE color: 3771761.
HSL color Cylindrical-coordinate representation of color #718D39: hue angle of 80º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #718D39 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 57 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.45 |
| HSL | 80º | 0.42% | 0.39% | - |
| HSV(B) | 80º | 0.6% | 0.55% | - |
| XYZ | 17.07 | 22.86 | 7.38 | - |
| YUV | 123.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 57 | 0.20 | 0 | 0.60 | 0.45 | 80 | 0.42 | 0.39 |
| Hex | 71 | 8D | 39 | 14 | 0 | 3C | 2D | 50 | 2A | 27 |
| Octal | 161 | 215 | 71 | 24 | 0 | 74 | 55 | 120 | 52 | 47 |
| Binary | 1110001 | 10001101 | 111001 | 10100 | 0 | 111100 | 101101 | 1010000 | 101010 | 100111 |
Color Harmonies of #718D39
Complementary color
Monochromatic Colors of #718D39
Black with #718D39
Text Example
Text Example
White with #718D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D39; }
p { color: rgb(113,141,57); }
H1.HeaderClassName
{
color: #718D39;
}
.AnyTagClassName
{
color: #718D39;
}
</style>
background-color css
<style>
a { background-color: #718D39; }
a { background-color: rgb(113,141,57); }
div.DivClassName
{
background-color: #718D39;
}
.BgClassName
{
background-color: #718D39;
}
</style>
border-color css
<style>
span { border-color: #718D39; }
span { border-color: rgb(113,141,57); }
td.TdClassName
{
border-color: #718D39;
}
.TagClassName
{
border-color: #718D39;
}
</style>