Shades of Olive Drab #739611
Tints of Olive Drab #739611
RGB
CMYK
RGB Variations
Color information
#739611 (or 0x739611) is known color: Olive Drab. HEX triplet: 73, 96 and 11. RGB value is (115,150,17). Sum of RGB (Red+Green+Blue) = 115+150+17=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #739611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739611 is #8C69EE. Grayscale: #7C7C7C. Windows color (decimal): -9202159 or 1152627. OLE color: 1152627.
HSL color Cylindrical-coordinate representation of color #739611: hue angle of 75.79º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #739611 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 17 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.41 |
| HSL | 75.79º | 0.8% | 0.33% | - |
| HSV(B) | 75.79º | 0.89% | 0.59% | - |
| XYZ | 18.08 | 25.5 | 4.5 | - |
| YUV | 124.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 17 | 0.23 | 0 | 0.89 | 0.41 | 75.79 | 0.8 | 0.33 |
| Hex | 73 | 96 | 11 | 17 | 0 | 59 | 29 | 4C | 50 | 21 |
| Octal | 163 | 226 | 21 | 27 | 0 | 131 | 51 | 114 | 120 | 41 |
| Binary | 1110011 | 10010110 | 10001 | 10111 | 0 | 1011001 | 101001 | 1001100 | 1010000 | 100001 |
Color Harmonies of #739611
Complementary color
Monochromatic Colors of #739611
Black with #739611
Text Example
Text Example
White with #739611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739611; }
p { color: rgb(115,150,17); }
H1.HeaderClassName
{
color: #739611;
}
.AnyTagClassName
{
color: #739611;
}
</style>
background-color css
<style>
a { background-color: #739611; }
a { background-color: rgb(115,150,17); }
div.DivClassName
{
background-color: #739611;
}
.BgClassName
{
background-color: #739611;
}
</style>
border-color css
<style>
span { border-color: #739611; }
span { border-color: rgb(115,150,17); }
td.TdClassName
{
border-color: #739611;
}
.TagClassName
{
border-color: #739611;
}
</style>