Shades of Olive Drab #718C0A
Tints of Olive Drab #718C0A
RGB
CMYK
RGB Variations
Color information
#718C0A (or 0x718C0A) is known color: Olive Drab. HEX triplet: 71, 8C and 0A. RGB value is (113,140,10). Sum of RGB (Red+Green+Blue) = 113+140+10=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #718C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718C0A is #8E73F5. Grayscale: #757575. Windows color (decimal): -9335798 or 691313. OLE color: 691313.
HSL color Cylindrical-coordinate representation of color #718C0A: hue angle of 72.46º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #718C0A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 10 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.45 |
| HSL | 72.46º | 0.87% | 0.29% | - |
| HSV(B) | 72.46º | 0.93% | 0.55% | - |
| XYZ | 16.24 | 22.29 | 3.73 | - |
| YUV | 117.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 10 | 0.19 | 0 | 0.93 | 0.45 | 72.46 | 0.87 | 0.29 |
| Hex | 71 | 8C | A | 13 | 0 | 5D | 2D | 48 | 57 | 1D |
| Octal | 161 | 214 | 12 | 23 | 0 | 135 | 55 | 110 | 127 | 35 |
| Binary | 1110001 | 10001100 | 1010 | 10011 | 0 | 1011101 | 101101 | 1001000 | 1010111 | 11101 |
Color Harmonies of #718C0A
Complementary color
Monochromatic Colors of #718C0A
Black with #718C0A
Text Example
Text Example
White with #718C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C0A; }
p { color: rgb(113,140,10); }
H1.HeaderClassName
{
color: #718C0A;
}
.AnyTagClassName
{
color: #718C0A;
}
</style>
background-color css
<style>
a { background-color: #718C0A; }
a { background-color: rgb(113,140,10); }
div.DivClassName
{
background-color: #718C0A;
}
.BgClassName
{
background-color: #718C0A;
}
</style>
border-color css
<style>
span { border-color: #718C0A; }
span { border-color: rgb(113,140,10); }
td.TdClassName
{
border-color: #718C0A;
}
.TagClassName
{
border-color: #718C0A;
}
</style>