Shades of Olive Drab #718922
Tints of Olive Drab #718922
RGB
CMYK
RGB Variations
Color information
#718922 (or 0x718922) is known color: Olive Drab. HEX triplet: 71, 89 and 22. RGB value is (113,137,34). Sum of RGB (Red+Green+Blue) = 113+137+34=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #718922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718922 is #8E76DD. Grayscale: #767676. Windows color (decimal): -9336542 or 2263409. OLE color: 2263409.
HSL color Cylindrical-coordinate representation of color #718922: hue angle of 73.98º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #718922 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 34 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.46 |
| HSL | 73.98º | 0.6% | 0.34% | - |
| HSV(B) | 73.98º | 0.75% | 0.54% | - |
| XYZ | 16.04 | 21.52 | 4.82 | - |
| YUV | 118.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 34 | 0.18 | 0 | 0.75 | 0.46 | 73.98 | 0.6 | 0.34 |
| Hex | 71 | 89 | 22 | 12 | 0 | 4B | 2E | 4A | 3C | 22 |
| Octal | 161 | 211 | 42 | 22 | 0 | 113 | 56 | 112 | 74 | 42 |
| Binary | 1110001 | 10001001 | 100010 | 10010 | 0 | 1001011 | 101110 | 1001010 | 111100 | 100010 |
Color Harmonies of #718922
Complementary color
Monochromatic Colors of #718922
Black with #718922
Text Example
Text Example
White with #718922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718922; }
p { color: rgb(113,137,34); }
H1.HeaderClassName
{
color: #718922;
}
.AnyTagClassName
{
color: #718922;
}
</style>
background-color css
<style>
a { background-color: #718922; }
a { background-color: rgb(113,137,34); }
div.DivClassName
{
background-color: #718922;
}
.BgClassName
{
background-color: #718922;
}
</style>
border-color css
<style>
span { border-color: #718922; }
span { border-color: rgb(113,137,34); }
td.TdClassName
{
border-color: #718922;
}
.TagClassName
{
border-color: #718922;
}
</style>