Shades of Olive Drab #718A0C
Tints of Olive Drab #718A0C
RGB
CMYK
RGB Variations
Color information
#718A0C (or 0x718A0C) is known color: Olive Drab. HEX triplet: 71, 8A and 0C. RGB value is (113,138,12). Sum of RGB (Red+Green+Blue) = 113+138+12=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #718A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A0C is #8E75F3. Grayscale: #747474. Windows color (decimal): -9336308 or 821873. OLE color: 821873.
HSL color Cylindrical-coordinate representation of color #718A0C: hue angle of 71.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #718A0C is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 12 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.46 |
| HSL | 71.9º | 0.84% | 0.29% | - |
| HSV(B) | 71.9º | 0.91% | 0.54% | - |
| XYZ | 15.96 | 21.71 | 3.7 | - |
| YUV | 116.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 12 | 0.18 | 0 | 0.91 | 0.46 | 71.9 | 0.84 | 0.29 |
| Hex | 71 | 8A | C | 12 | 0 | 5B | 2E | 48 | 54 | 1D |
| Octal | 161 | 212 | 14 | 22 | 0 | 133 | 56 | 110 | 124 | 35 |
| Binary | 1110001 | 10001010 | 1100 | 10010 | 0 | 1011011 | 101110 | 1001000 | 1010100 | 11101 |
Color Harmonies of #718A0C
Complementary color
Monochromatic Colors of #718A0C
Black with #718A0C
Text Example
Text Example
White with #718A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A0C; }
p { color: rgb(113,138,12); }
H1.HeaderClassName
{
color: #718A0C;
}
.AnyTagClassName
{
color: #718A0C;
}
</style>
background-color css
<style>
a { background-color: #718A0C; }
a { background-color: rgb(113,138,12); }
div.DivClassName
{
background-color: #718A0C;
}
.BgClassName
{
background-color: #718A0C;
}
</style>
border-color css
<style>
span { border-color: #718A0C; }
span { border-color: rgb(113,138,12); }
td.TdClassName
{
border-color: #718A0C;
}
.TagClassName
{
border-color: #718A0C;
}
</style>