Shades of Olive Drab #718B32
Tints of Olive Drab #718B32
RGB
CMYK
RGB Variations
Color information
#718B32 (or 0x718B32) is known color: Olive Drab. HEX triplet: 71, 8B and 32. RGB value is (113,139,50). Sum of RGB (Red+Green+Blue) = 113+139+50=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #718B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B32 is #8E74CD. Grayscale: #797979. Windows color (decimal): -9336014 or 3312497. OLE color: 3312497.
HSL color Cylindrical-coordinate representation of color #718B32: hue angle of 77.53º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #718B32 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 50 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.45 |
| HSL | 77.53º | 0.47% | 0.37% | - |
| HSV(B) | 77.53º | 0.64% | 0.55% | - |
| XYZ | 16.62 | 22.21 | 6.43 | - |
| YUV | 121.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 50 | 0.19 | 0 | 0.64 | 0.45 | 77.53 | 0.47 | 0.37 |
| Hex | 71 | 8B | 32 | 13 | 0 | 40 | 2D | 4E | 2F | 25 |
| Octal | 161 | 213 | 62 | 23 | 0 | 100 | 55 | 116 | 57 | 45 |
| Binary | 1110001 | 10001011 | 110010 | 10011 | 0 | 1000000 | 101101 | 1001110 | 101111 | 100101 |
Color Harmonies of #718B32
Complementary color
Monochromatic Colors of #718B32
Black with #718B32
Text Example
Text Example
White with #718B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B32; }
p { color: rgb(113,139,50); }
H1.HeaderClassName
{
color: #718B32;
}
.AnyTagClassName
{
color: #718B32;
}
</style>
background-color css
<style>
a { background-color: #718B32; }
a { background-color: rgb(113,139,50); }
div.DivClassName
{
background-color: #718B32;
}
.BgClassName
{
background-color: #718B32;
}
</style>
border-color css
<style>
span { border-color: #718B32; }
span { border-color: rgb(113,139,50); }
td.TdClassName
{
border-color: #718B32;
}
.TagClassName
{
border-color: #718B32;
}
</style>