Shades of Olive Drab #739211
Tints of Olive Drab #739211
RGB
CMYK
RGB Variations
Color information
#739211 (or 0x739211) is known color: Olive Drab. HEX triplet: 73, 92 and 11. RGB value is (115,146,17). Sum of RGB (Red+Green+Blue) = 115+146+17=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #739211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739211 is #8C6DEE. Grayscale: #7A7A7A. Windows color (decimal): -9203183 or 1151603. OLE color: 1151603.
HSL color Cylindrical-coordinate representation of color #739211: hue angle of 74.42º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739211 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 146 | 17 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.43 |
| HSL | 74.42º | 0.79% | 0.32% | - |
| HSV(B) | 74.42º | 0.88% | 0.57% | - |
| XYZ | 17.45 | 24.24 | 4.29 | - |
| YUV | 122.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 17 | 0.21 | 0 | 0.88 | 0.43 | 74.42 | 0.79 | 0.32 |
| Hex | 73 | 92 | 11 | 15 | 0 | 58 | 2B | 4A | 4F | 20 |
| Octal | 163 | 222 | 21 | 25 | 0 | 130 | 53 | 112 | 117 | 40 |
| Binary | 1110011 | 10010010 | 10001 | 10101 | 0 | 1011000 | 101011 | 1001010 | 1001111 | 100000 |
Color Harmonies of #739211
Complementary color
Monochromatic Colors of #739211
Black with #739211
Text Example
Text Example
White with #739211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739211; }
p { color: rgb(115,146,17); }
H1.HeaderClassName
{
color: #739211;
}
.AnyTagClassName
{
color: #739211;
}
</style>
background-color css
<style>
a { background-color: #739211; }
a { background-color: rgb(115,146,17); }
div.DivClassName
{
background-color: #739211;
}
.BgClassName
{
background-color: #739211;
}
</style>
border-color css
<style>
span { border-color: #739211; }
span { border-color: rgb(115,146,17); }
td.TdClassName
{
border-color: #739211;
}
.TagClassName
{
border-color: #739211;
}
</style>