Shades of Olive Drab #718A19
Tints of Olive Drab #718A19
RGB
CMYK
RGB Variations
Color information
#718A19 (or 0x718A19) is known color: Olive Drab. HEX triplet: 71, 8A and 19. RGB value is (113,138,25). Sum of RGB (Red+Green+Blue) = 113+138+25=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #718A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A19 is #8E75E6. Grayscale: #767676. Windows color (decimal): -9336295 or 1673841. OLE color: 1673841.
HSL color Cylindrical-coordinate representation of color #718A19: hue angle of 73.27º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #718A19 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 25 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.46 |
| HSL | 73.27º | 0.69% | 0.32% | - |
| HSV(B) | 73.27º | 0.82% | 0.54% | - |
| XYZ | 16.07 | 21.76 | 4.27 | - |
| YUV | 117.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 25 | 0.18 | 0 | 0.82 | 0.46 | 73.27 | 0.69 | 0.32 |
| Hex | 71 | 8A | 19 | 12 | 0 | 52 | 2E | 49 | 45 | 20 |
| Octal | 161 | 212 | 31 | 22 | 0 | 122 | 56 | 111 | 105 | 40 |
| Binary | 1110001 | 10001010 | 11001 | 10010 | 0 | 1010010 | 101110 | 1001001 | 1000101 | 100000 |
Color Harmonies of #718A19
Complementary color
Monochromatic Colors of #718A19
Black with #718A19
Text Example
Text Example
White with #718A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A19; }
p { color: rgb(113,138,25); }
H1.HeaderClassName
{
color: #718A19;
}
.AnyTagClassName
{
color: #718A19;
}
</style>
background-color css
<style>
a { background-color: #718A19; }
a { background-color: rgb(113,138,25); }
div.DivClassName
{
background-color: #718A19;
}
.BgClassName
{
background-color: #718A19;
}
</style>
border-color css
<style>
span { border-color: #718A19; }
span { border-color: rgb(113,138,25); }
td.TdClassName
{
border-color: #718A19;
}
.TagClassName
{
border-color: #718A19;
}
</style>