Shades of Olive Drab #718A10
Tints of Olive Drab #718A10
RGB
CMYK
RGB Variations
Color information
#718A10 (or 0x718A10) is known color: Olive Drab. HEX triplet: 71, 8A and 10. RGB value is (113,138,16). Sum of RGB (Red+Green+Blue) = 113+138+16=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #718A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A10 is #8E75EF. Grayscale: #757575. Windows color (decimal): -9336304 or 1084017. OLE color: 1084017.
HSL color Cylindrical-coordinate representation of color #718A10: hue angle of 72.3º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #718A10 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 16 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.46 |
| HSL | 72.3º | 0.79% | 0.3% | - |
| HSV(B) | 72.3º | 0.88% | 0.54% | - |
| XYZ | 15.99 | 21.73 | 3.84 | - |
| YUV | 116.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 16 | 0.18 | 0 | 0.88 | 0.46 | 72.3 | 0.79 | 0.3 |
| Hex | 71 | 8A | 10 | 12 | 0 | 58 | 2E | 48 | 4F | 1E |
| Octal | 161 | 212 | 20 | 22 | 0 | 130 | 56 | 110 | 117 | 36 |
| Binary | 1110001 | 10001010 | 10000 | 10010 | 0 | 1011000 | 101110 | 1001000 | 1001111 | 11110 |
Color Harmonies of #718A10
Complementary color
Monochromatic Colors of #718A10
Black with #718A10
Text Example
Text Example
White with #718A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A10; }
p { color: rgb(113,138,16); }
H1.HeaderClassName
{
color: #718A10;
}
.AnyTagClassName
{
color: #718A10;
}
</style>
background-color css
<style>
a { background-color: #718A10; }
a { background-color: rgb(113,138,16); }
div.DivClassName
{
background-color: #718A10;
}
.BgClassName
{
background-color: #718A10;
}
</style>
border-color css
<style>
span { border-color: #718A10; }
span { border-color: rgb(113,138,16); }
td.TdClassName
{
border-color: #718A10;
}
.TagClassName
{
border-color: #718A10;
}
</style>