Shades of Olive Drab #718B34
Tints of Olive Drab #718B34
RGB
CMYK
RGB Variations
Color information
#718B34 (or 0x718B34) is known color: Olive Drab. HEX triplet: 71, 8B and 34. RGB value is (113,139,52). Sum of RGB (Red+Green+Blue) = 113+139+52=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #718B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B34 is #8E74CB. Grayscale: #797979. Windows color (decimal): -9336012 or 3443569. OLE color: 3443569.
HSL color Cylindrical-coordinate representation of color #718B34: hue angle of 77.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #718B34 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 52 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.45 |
| HSL | 77.93º | 0.46% | 0.37% | - |
| HSV(B) | 77.93º | 0.63% | 0.55% | - |
| XYZ | 16.66 | 22.22 | 6.66 | - |
| YUV | 121.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 52 | 0.19 | 0 | 0.63 | 0.45 | 77.93 | 0.46 | 0.37 |
| Hex | 71 | 8B | 34 | 13 | 0 | 3F | 2D | 4E | 2E | 25 |
| Octal | 161 | 213 | 64 | 23 | 0 | 77 | 55 | 116 | 56 | 45 |
| Binary | 1110001 | 10001011 | 110100 | 10011 | 0 | 111111 | 101101 | 1001110 | 101110 | 100101 |
Color Harmonies of #718B34
Complementary color
Monochromatic Colors of #718B34
Black with #718B34
Text Example
Text Example
White with #718B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B34; }
p { color: rgb(113,139,52); }
H1.HeaderClassName
{
color: #718B34;
}
.AnyTagClassName
{
color: #718B34;
}
</style>
background-color css
<style>
a { background-color: #718B34; }
a { background-color: rgb(113,139,52); }
div.DivClassName
{
background-color: #718B34;
}
.BgClassName
{
background-color: #718B34;
}
</style>
border-color css
<style>
span { border-color: #718B34; }
span { border-color: rgb(113,139,52); }
td.TdClassName
{
border-color: #718B34;
}
.TagClassName
{
border-color: #718B34;
}
</style>