Shades of Olive Drab #739924
Tints of Olive Drab #739924
RGB
CMYK
RGB Variations
Color information
#739924 (or 0x739924) is known color: Olive Drab. HEX triplet: 73, 99 and 24. RGB value is (115,153,36). Sum of RGB (Red+Green+Blue) = 115+153+36=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #739924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739924 is #8C66DB. Grayscale: #808080. Windows color (decimal): -9201372 or 2398579. OLE color: 2398579.
HSL color Cylindrical-coordinate representation of color #739924: hue angle of 79.49º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #739924 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 36 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.4 |
| HSL | 79.49º | 0.62% | 0.37% | - |
| HSV(B) | 79.49º | 0.76% | 0.6% | - |
| XYZ | 18.78 | 26.55 | 5.8 | - |
| YUV | 128.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 36 | 0.25 | 0 | 0.76 | 0.4 | 79.49 | 0.62 | 0.37 |
| Hex | 73 | 99 | 24 | 19 | 0 | 4C | 28 | 4F | 3E | 25 |
| Octal | 163 | 231 | 44 | 31 | 0 | 114 | 50 | 117 | 76 | 45 |
| Binary | 1110011 | 10011001 | 100100 | 11001 | 0 | 1001100 | 101000 | 1001111 | 111110 | 100101 |
Color Harmonies of #739924
Complementary color
Monochromatic Colors of #739924
Black with #739924
Text Example
Text Example
White with #739924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739924; }
p { color: rgb(115,153,36); }
H1.HeaderClassName
{
color: #739924;
}
.AnyTagClassName
{
color: #739924;
}
</style>
background-color css
<style>
a { background-color: #739924; }
a { background-color: rgb(115,153,36); }
div.DivClassName
{
background-color: #739924;
}
.BgClassName
{
background-color: #739924;
}
</style>
border-color css
<style>
span { border-color: #739924; }
span { border-color: rgb(115,153,36); }
td.TdClassName
{
border-color: #739924;
}
.TagClassName
{
border-color: #739924;
}
</style>