Shades of Olive Drab #718818
Tints of Olive Drab #718818
RGB
CMYK
RGB Variations
Color information
#718818 (or 0x718818) is known color: Olive Drab. HEX triplet: 71, 88 and 18. RGB value is (113,136,24). Sum of RGB (Red+Green+Blue) = 113+136+24=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #718818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718818 is #8E77E7. Grayscale: #747474. Windows color (decimal): -9336808 or 1607793. OLE color: 1607793.
HSL color Cylindrical-coordinate representation of color #718818: hue angle of 72.32º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #718818 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 24 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.47 |
| HSL | 72.32º | 0.7% | 0.31% | - |
| HSV(B) | 72.32º | 0.82% | 0.53% | - |
| XYZ | 15.78 | 21.18 | 4.12 | - |
| YUV | 116.36 | 75.88 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 24 | 0.17 | 0 | 0.82 | 0.47 | 72.32 | 0.7 | 0.31 |
| Hex | 71 | 88 | 18 | 11 | 0 | 52 | 2F | 48 | 46 | 1F |
| Octal | 161 | 210 | 30 | 21 | 0 | 122 | 57 | 110 | 106 | 37 |
| Binary | 1110001 | 10001000 | 11000 | 10001 | 0 | 1010010 | 101111 | 1001000 | 1000110 | 11111 |
Color Harmonies of #718818
Complementary color
Monochromatic Colors of #718818
Black with #718818
Text Example
Text Example
White with #718818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718818; }
p { color: rgb(113,136,24); }
H1.HeaderClassName
{
color: #718818;
}
.AnyTagClassName
{
color: #718818;
}
</style>
background-color css
<style>
a { background-color: #718818; }
a { background-color: rgb(113,136,24); }
div.DivClassName
{
background-color: #718818;
}
.BgClassName
{
background-color: #718818;
}
</style>
border-color css
<style>
span { border-color: #718818; }
span { border-color: rgb(113,136,24); }
td.TdClassName
{
border-color: #718818;
}
.TagClassName
{
border-color: #718818;
}
</style>