Shades of Olive Drab #718A1D
Tints of Olive Drab #718A1D
RGB
CMYK
RGB Variations
Color information
#718A1D (or 0x718A1D) is known color: Olive Drab. HEX triplet: 71, 8A and 1D. RGB value is (113,138,29). Sum of RGB (Red+Green+Blue) = 113+138+29=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #718A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A1D is #8E75E2. Grayscale: #767676. Windows color (decimal): -9336291 or 1935985. OLE color: 1935985.
HSL color Cylindrical-coordinate representation of color #718A1D: hue angle of 73.76º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #718A1D is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 29 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.46 |
| HSL | 73.76º | 0.65% | 0.33% | - |
| HSV(B) | 73.76º | 0.79% | 0.54% | - |
| XYZ | 16.12 | 21.78 | 4.52 | - |
| YUV | 118.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 29 | 0.18 | 0 | 0.79 | 0.46 | 73.76 | 0.65 | 0.33 |
| Hex | 71 | 8A | 1D | 12 | 0 | 4F | 2E | 4A | 41 | 21 |
| Octal | 161 | 212 | 35 | 22 | 0 | 117 | 56 | 112 | 101 | 41 |
| Binary | 1110001 | 10001010 | 11101 | 10010 | 0 | 1001111 | 101110 | 1001010 | 1000001 | 100001 |
Color Harmonies of #718A1D
Complementary color
Monochromatic Colors of #718A1D
Black with #718A1D
Text Example
Text Example
White with #718A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A1D; }
p { color: rgb(113,138,29); }
H1.HeaderClassName
{
color: #718A1D;
}
.AnyTagClassName
{
color: #718A1D;
}
</style>
background-color css
<style>
a { background-color: #718A1D; }
a { background-color: rgb(113,138,29); }
div.DivClassName
{
background-color: #718A1D;
}
.BgClassName
{
background-color: #718A1D;
}
</style>
border-color css
<style>
span { border-color: #718A1D; }
span { border-color: rgb(113,138,29); }
td.TdClassName
{
border-color: #718A1D;
}
.TagClassName
{
border-color: #718A1D;
}
</style>