Shades of Olive Drab #718234
Tints of Olive Drab #718234
RGB
CMYK
RGB Variations
Color information
#718234 (or 0x718234) is known color: Olive Drab. HEX triplet: 71, 82 and 34. RGB value is (113,130,52). Sum of RGB (Red+Green+Blue) = 113+130+52=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #718234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718234 is #8E7DCB. Grayscale: #747474. Windows color (decimal): -9338316 or 3441265. OLE color: 3441265.
HSL color Cylindrical-coordinate representation of color #718234: hue angle of 73.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #718234 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 52 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.49 |
| HSL | 73.08º | 0.43% | 0.36% | - |
| HSV(B) | 73.08º | 0.6% | 0.51% | - |
| XYZ | 15.41 | 19.72 | 6.24 | - |
| YUV | 116.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 52 | 0.13 | 0 | 0.60 | 0.49 | 73.08 | 0.43 | 0.36 |
| Hex | 71 | 82 | 34 | D | 0 | 3C | 31 | 49 | 2B | 24 |
| Octal | 161 | 202 | 64 | 15 | 0 | 74 | 61 | 111 | 53 | 44 |
| Binary | 1110001 | 10000010 | 110100 | 1101 | 0 | 111100 | 110001 | 1001001 | 101011 | 100100 |
Color Harmonies of #718234
Complementary color
Monochromatic Colors of #718234
Black with #718234
Text Example
Text Example
White with #718234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718234; }
p { color: rgb(113,130,52); }
H1.HeaderClassName
{
color: #718234;
}
.AnyTagClassName
{
color: #718234;
}
</style>
background-color css
<style>
a { background-color: #718234; }
a { background-color: rgb(113,130,52); }
div.DivClassName
{
background-color: #718234;
}
.BgClassName
{
background-color: #718234;
}
</style>
border-color css
<style>
span { border-color: #718234; }
span { border-color: rgb(113,130,52); }
td.TdClassName
{
border-color: #718234;
}
.TagClassName
{
border-color: #718234;
}
</style>