Shades of Olive Drab #739220
Tints of Olive Drab #739220
RGB
CMYK
RGB Variations
Color information
#739220 (or 0x739220) is known color: Olive Drab. HEX triplet: 73, 92 and 20. RGB value is (115,146,32). Sum of RGB (Red+Green+Blue) = 115+146+32=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #739220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739220 is #8C6DDF. Grayscale: #7C7C7C. Windows color (decimal): -9203168 or 2134643. OLE color: 2134643.
HSL color Cylindrical-coordinate representation of color #739220: hue angle of 76.32º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #739220 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 146 | 32 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.43 |
| HSL | 76.32º | 0.64% | 0.35% | - |
| HSV(B) | 76.32º | 0.78% | 0.57% | - |
| XYZ | 17.61 | 24.31 | 5.13 | - |
| YUV | 123.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 32 | 0.21 | 0 | 0.78 | 0.43 | 76.32 | 0.64 | 0.35 |
| Hex | 73 | 92 | 20 | 15 | 0 | 4E | 2B | 4C | 40 | 23 |
| Octal | 163 | 222 | 40 | 25 | 0 | 116 | 53 | 114 | 100 | 43 |
| Binary | 1110011 | 10010010 | 100000 | 10101 | 0 | 1001110 | 101011 | 1001100 | 1000000 | 100011 |
Color Harmonies of #739220
Complementary color
Monochromatic Colors of #739220
Black with #739220
Text Example
Text Example
White with #739220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739220; }
p { color: rgb(115,146,32); }
H1.HeaderClassName
{
color: #739220;
}
.AnyTagClassName
{
color: #739220;
}
</style>
background-color css
<style>
a { background-color: #739220; }
a { background-color: rgb(115,146,32); }
div.DivClassName
{
background-color: #739220;
}
.BgClassName
{
background-color: #739220;
}
</style>
border-color css
<style>
span { border-color: #739220; }
span { border-color: rgb(115,146,32); }
td.TdClassName
{
border-color: #739220;
}
.TagClassName
{
border-color: #739220;
}
</style>