Shades of Olive Drab #718522
Tints of Olive Drab #718522
RGB
CMYK
RGB Variations
Color information
#718522 (or 0x718522) is known color: Olive Drab. HEX triplet: 71, 85 and 22. RGB value is (113,133,34). Sum of RGB (Red+Green+Blue) = 113+133+34=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #718522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718522 is #8E7ADD. Grayscale: #747474. Windows color (decimal): -9337566 or 2262385. OLE color: 2262385.
HSL color Cylindrical-coordinate representation of color #718522: hue angle of 72.12º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #718522 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 34 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.48 |
| HSL | 72.12º | 0.59% | 0.33% | - |
| HSV(B) | 72.12º | 0.74% | 0.52% | - |
| XYZ | 15.49 | 20.4 | 4.63 | - |
| YUV | 115.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 34 | 0.15 | 0 | 0.74 | 0.48 | 72.12 | 0.59 | 0.33 |
| Hex | 71 | 85 | 22 | F | 0 | 4A | 30 | 48 | 3B | 21 |
| Octal | 161 | 205 | 42 | 17 | 0 | 112 | 60 | 110 | 73 | 41 |
| Binary | 1110001 | 10000101 | 100010 | 1111 | 0 | 1001010 | 110000 | 1001000 | 111011 | 100001 |
Color Harmonies of #718522
Complementary color
Monochromatic Colors of #718522
Black with #718522
Text Example
Text Example
White with #718522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718522; }
p { color: rgb(113,133,34); }
H1.HeaderClassName
{
color: #718522;
}
.AnyTagClassName
{
color: #718522;
}
</style>
background-color css
<style>
a { background-color: #718522; }
a { background-color: rgb(113,133,34); }
div.DivClassName
{
background-color: #718522;
}
.BgClassName
{
background-color: #718522;
}
</style>
border-color css
<style>
span { border-color: #718522; }
span { border-color: rgb(113,133,34); }
td.TdClassName
{
border-color: #718522;
}
.TagClassName
{
border-color: #718522;
}
</style>