Shades of Olive Drab #718920
Tints of Olive Drab #718920
RGB
CMYK
RGB Variations
Color information
#718920 (or 0x718920) is known color: Olive Drab. HEX triplet: 71, 89 and 20. RGB value is (113,137,32). Sum of RGB (Red+Green+Blue) = 113+137+32=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #718920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718920 is #8E76DF. Grayscale: #767676. Windows color (decimal): -9336544 or 2132337. OLE color: 2132337.
HSL color Cylindrical-coordinate representation of color #718920: hue angle of 73.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #718920 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 32 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.46 |
| HSL | 73.71º | 0.62% | 0.33% | - |
| HSV(B) | 73.71º | 0.77% | 0.54% | - |
| XYZ | 16.02 | 21.51 | 4.67 | - |
| YUV | 117.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 32 | 0.18 | 0 | 0.77 | 0.46 | 73.71 | 0.62 | 0.33 |
| Hex | 71 | 89 | 20 | 12 | 0 | 4D | 2E | 4A | 3E | 21 |
| Octal | 161 | 211 | 40 | 22 | 0 | 115 | 56 | 112 | 76 | 41 |
| Binary | 1110001 | 10001001 | 100000 | 10010 | 0 | 1001101 | 101110 | 1001010 | 111110 | 100001 |
Color Harmonies of #718920
Complementary color
Monochromatic Colors of #718920
Black with #718920
Text Example
Text Example
White with #718920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718920; }
p { color: rgb(113,137,32); }
H1.HeaderClassName
{
color: #718920;
}
.AnyTagClassName
{
color: #718920;
}
</style>
background-color css
<style>
a { background-color: #718920; }
a { background-color: rgb(113,137,32); }
div.DivClassName
{
background-color: #718920;
}
.BgClassName
{
background-color: #718920;
}
</style>
border-color css
<style>
span { border-color: #718920; }
span { border-color: rgb(113,137,32); }
td.TdClassName
{
border-color: #718920;
}
.TagClassName
{
border-color: #718920;
}
</style>