Shades of Olive Drab #718B3A
Tints of Olive Drab #718B3A
RGB
CMYK
RGB Variations
Color information
#718B3A (or 0x718B3A) is known color: Olive Drab. HEX triplet: 71, 8B and 3A. RGB value is (113,139,58). Sum of RGB (Red+Green+Blue) = 113+139+58=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #718B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B3A is #8E74C5. Grayscale: #7A7A7A. Windows color (decimal): -9336006 or 3836785. OLE color: 3836785.
HSL color Cylindrical-coordinate representation of color #718B3A: hue angle of 79.26º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #718B3A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 58 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.45 |
| HSL | 79.26º | 0.41% | 0.39% | - |
| HSV(B) | 79.26º | 0.58% | 0.55% | - |
| XYZ | 16.81 | 22.28 | 7.42 | - |
| YUV | 121.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 58 | 0.19 | 0 | 0.58 | 0.45 | 79.26 | 0.41 | 0.39 |
| Hex | 71 | 8B | 3A | 13 | 0 | 3A | 2D | 4F | 29 | 27 |
| Octal | 161 | 213 | 72 | 23 | 0 | 72 | 55 | 117 | 51 | 47 |
| Binary | 1110001 | 10001011 | 111010 | 10011 | 0 | 111010 | 101101 | 1001111 | 101001 | 100111 |
Color Harmonies of #718B3A
Complementary color
Monochromatic Colors of #718B3A
Black with #718B3A
Text Example
Text Example
White with #718B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B3A; }
p { color: rgb(113,139,58); }
H1.HeaderClassName
{
color: #718B3A;
}
.AnyTagClassName
{
color: #718B3A;
}
</style>
background-color css
<style>
a { background-color: #718B3A; }
a { background-color: rgb(113,139,58); }
div.DivClassName
{
background-color: #718B3A;
}
.BgClassName
{
background-color: #718B3A;
}
</style>
border-color css
<style>
span { border-color: #718B3A; }
span { border-color: rgb(113,139,58); }
td.TdClassName
{
border-color: #718B3A;
}
.TagClassName
{
border-color: #718B3A;
}
</style>