Shades of Olive Drab #739921
Tints of Olive Drab #739921
RGB
CMYK
RGB Variations
Color information
#739921 (or 0x739921) is known color: Olive Drab. HEX triplet: 73, 99 and 21. RGB value is (115,153,33). Sum of RGB (Red+Green+Blue) = 115+153+33=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #739921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739921 is #8C66DE. Grayscale: #808080. Windows color (decimal): -9201375 or 2201971. OLE color: 2201971.
HSL color Cylindrical-coordinate representation of color #739921: hue angle of 79º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #739921 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 33 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.4 |
| HSL | 79º | 0.65% | 0.36% | - |
| HSV(B) | 79º | 0.78% | 0.6% | - |
| XYZ | 18.74 | 26.54 | 5.57 | - |
| YUV | 127.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 33 | 0.25 | 0 | 0.78 | 0.4 | 79 | 0.65 | 0.36 |
| Hex | 73 | 99 | 21 | 19 | 0 | 4E | 28 | 4F | 41 | 24 |
| Octal | 163 | 231 | 41 | 31 | 0 | 116 | 50 | 117 | 101 | 44 |
| Binary | 1110011 | 10011001 | 100001 | 11001 | 0 | 1001110 | 101000 | 1001111 | 1000001 | 100100 |
Color Harmonies of #739921
Complementary color
Monochromatic Colors of #739921
Black with #739921
Text Example
Text Example
White with #739921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739921; }
p { color: rgb(115,153,33); }
H1.HeaderClassName
{
color: #739921;
}
.AnyTagClassName
{
color: #739921;
}
</style>
background-color css
<style>
a { background-color: #739921; }
a { background-color: rgb(115,153,33); }
div.DivClassName
{
background-color: #739921;
}
.BgClassName
{
background-color: #739921;
}
</style>
border-color css
<style>
span { border-color: #739921; }
span { border-color: rgb(115,153,33); }
td.TdClassName
{
border-color: #739921;
}
.TagClassName
{
border-color: #739921;
}
</style>