Shades of Olive Drab #739A21
Tints of Olive Drab #739A21
RGB
CMYK
RGB Variations
Color information
#739A21 (or 0x739A21) is known color: Olive Drab. HEX triplet: 73, 9A and 21. RGB value is (115,154,33). Sum of RGB (Red+Green+Blue) = 115+154+33=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #739A21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739A21 is #8C65DE. Grayscale: #808080. Windows color (decimal): -9201119 or 2202227. OLE color: 2202227.
HSL color Cylindrical-coordinate representation of color #739A21: hue angle of 79.34º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #739A21 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 33 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.40 |
| HSL | 79.34º | 0.65% | 0.37% | - |
| HSV(B) | 79.34º | 0.79% | 0.6% | - |
| XYZ | 18.9 | 26.87 | 5.63 | - |
| YUV | 128.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 33 | 0.25 | 0 | 0.79 | 0.40 | 79.34 | 0.65 | 0.37 |
| Hex | 73 | 9A | 21 | 19 | 0 | 4F | 28 | 4F | 41 | 25 |
| Octal | 163 | 232 | 41 | 31 | 0 | 117 | 50 | 117 | 101 | 45 |
| Binary | 1110011 | 10011010 | 100001 | 11001 | 0 | 1001111 | 101000 | 1001111 | 1000001 | 100101 |
Color Harmonies of #739A21
Complementary color
Monochromatic Colors of #739A21
Black with #739A21
Text Example
Text Example
White with #739A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A21; }
p { color: rgb(115,154,33); }
H1.HeaderClassName
{
color: #739A21;
}
.AnyTagClassName
{
color: #739A21;
}
</style>
background-color css
<style>
a { background-color: #739A21; }
a { background-color: rgb(115,154,33); }
div.DivClassName
{
background-color: #739A21;
}
.BgClassName
{
background-color: #739A21;
}
</style>
border-color css
<style>
span { border-color: #739A21; }
span { border-color: rgb(115,154,33); }
td.TdClassName
{
border-color: #739A21;
}
.TagClassName
{
border-color: #739A21;
}
</style>