Shades of Olive Drab #718918
Tints of Olive Drab #718918
RGB
CMYK
RGB Variations
Color information
#718918 (or 0x718918) is known color: Olive Drab. HEX triplet: 71, 89 and 18. RGB value is (113,137,24). Sum of RGB (Red+Green+Blue) = 113+137+24=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #718918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718918 is #8E76E7. Grayscale: #757575. Windows color (decimal): -9336552 or 1608049. OLE color: 1608049.
HSL color Cylindrical-coordinate representation of color #718918: hue angle of 72.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #718918 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 24 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.46 |
| HSL | 72.74º | 0.7% | 0.32% | - |
| HSV(B) | 72.74º | 0.82% | 0.54% | - |
| XYZ | 15.92 | 21.47 | 4.17 | - |
| YUV | 116.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 24 | 0.18 | 0 | 0.82 | 0.46 | 72.74 | 0.7 | 0.32 |
| Hex | 71 | 89 | 18 | 12 | 0 | 52 | 2E | 49 | 46 | 20 |
| Octal | 161 | 211 | 30 | 22 | 0 | 122 | 56 | 111 | 106 | 40 |
| Binary | 1110001 | 10001001 | 11000 | 10010 | 0 | 1010010 | 101110 | 1001001 | 1000110 | 100000 |
Color Harmonies of #718918
Complementary color
Monochromatic Colors of #718918
Black with #718918
Text Example
Text Example
White with #718918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718918; }
p { color: rgb(113,137,24); }
H1.HeaderClassName
{
color: #718918;
}
.AnyTagClassName
{
color: #718918;
}
</style>
background-color css
<style>
a { background-color: #718918; }
a { background-color: rgb(113,137,24); }
div.DivClassName
{
background-color: #718918;
}
.BgClassName
{
background-color: #718918;
}
</style>
border-color css
<style>
span { border-color: #718918; }
span { border-color: rgb(113,137,24); }
td.TdClassName
{
border-color: #718918;
}
.TagClassName
{
border-color: #718918;
}
</style>