Shades of Olive Drab #718E0F
Tints of Olive Drab #718E0F
RGB
CMYK
RGB Variations
Color information
#718E0F (or 0x718E0F) is known color: Olive Drab. HEX triplet: 71, 8E and 0F. RGB value is (113,142,15). Sum of RGB (Red+Green+Blue) = 113+142+15=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #718E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718E0F is #8E71F0. Grayscale: #777777. Windows color (decimal): -9335281 or 1019505. OLE color: 1019505.
HSL color Cylindrical-coordinate representation of color #718E0F: hue angle of 73.7º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #718E0F is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 15 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.44 |
| HSL | 73.7º | 0.81% | 0.31% | - |
| HSV(B) | 73.7º | 0.89% | 0.56% | - |
| XYZ | 16.57 | 22.89 | 4 | - |
| YUV | 118.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 15 | 0.20 | 0 | 0.89 | 0.44 | 73.7 | 0.81 | 0.31 |
| Hex | 71 | 8E | F | 14 | 0 | 59 | 2C | 4A | 51 | 1F |
| Octal | 161 | 216 | 17 | 24 | 0 | 131 | 54 | 112 | 121 | 37 |
| Binary | 1110001 | 10001110 | 1111 | 10100 | 0 | 1011001 | 101100 | 1001010 | 1010001 | 11111 |
Color Harmonies of #718E0F
Complementary color
Monochromatic Colors of #718E0F
Black with #718E0F
Text Example
Text Example
White with #718E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E0F; }
p { color: rgb(113,142,15); }
H1.HeaderClassName
{
color: #718E0F;
}
.AnyTagClassName
{
color: #718E0F;
}
</style>
background-color css
<style>
a { background-color: #718E0F; }
a { background-color: rgb(113,142,15); }
div.DivClassName
{
background-color: #718E0F;
}
.BgClassName
{
background-color: #718E0F;
}
</style>
border-color css
<style>
span { border-color: #718E0F; }
span { border-color: rgb(113,142,15); }
td.TdClassName
{
border-color: #718E0F;
}
.TagClassName
{
border-color: #718E0F;
}
</style>