Shades of Olive Drab #728C22
Tints of Olive Drab #728C22
RGB
CMYK
RGB Variations
Color information
#728C22 (or 0x728C22) is known color: Olive Drab. HEX triplet: 72, 8C and 22. RGB value is (114,140,34). Sum of RGB (Red+Green+Blue) = 114+140+34=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #728C22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C22 is #8D73DD. Grayscale: #787878. Windows color (decimal): -9270238 or 2264178. OLE color: 2264178.
HSL color Cylindrical-coordinate representation of color #728C22: hue angle of 74.72º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #728C22 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 34 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.45 |
| HSL | 74.72º | 0.61% | 0.34% | - |
| HSV(B) | 74.72º | 0.76% | 0.55% | - |
| XYZ | 16.61 | 22.45 | 4.97 | - |
| YUV | 120.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 34 | 0.19 | 0 | 0.76 | 0.45 | 74.72 | 0.61 | 0.34 |
| Hex | 72 | 8C | 22 | 13 | 0 | 4C | 2D | 4B | 3D | 22 |
| Octal | 162 | 214 | 42 | 23 | 0 | 114 | 55 | 113 | 75 | 42 |
| Binary | 1110010 | 10001100 | 100010 | 10011 | 0 | 1001100 | 101101 | 1001011 | 111101 | 100010 |
Color Harmonies of #728C22
Complementary color
Monochromatic Colors of #728C22
Black with #728C22
Text Example
Text Example
White with #728C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C22; }
p { color: rgb(114,140,34); }
H1.HeaderClassName
{
color: #728C22;
}
.AnyTagClassName
{
color: #728C22;
}
</style>
background-color css
<style>
a { background-color: #728C22; }
a { background-color: rgb(114,140,34); }
div.DivClassName
{
background-color: #728C22;
}
.BgClassName
{
background-color: #728C22;
}
</style>
border-color css
<style>
span { border-color: #728C22; }
span { border-color: rgb(114,140,34); }
td.TdClassName
{
border-color: #728C22;
}
.TagClassName
{
border-color: #728C22;
}
</style>