Shades of Olive Drab #749924
Tints of Olive Drab #749924
RGB
CMYK
RGB Variations
Color information
#749924 (or 0x749924) is known color: Olive Drab. HEX triplet: 74, 99 and 24. RGB value is (116,153,36). Sum of RGB (Red+Green+Blue) = 116+153+36=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #749924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749924 is #8B66DB. Grayscale: #818181. Windows color (decimal): -9135836 or 2398580. OLE color: 2398580.
HSL color Cylindrical-coordinate representation of color #749924: hue angle of 78.97º 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 #749924 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 36 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.4 |
| HSL | 78.97º | 0.62% | 0.37% | - |
| HSV(B) | 78.97º | 0.76% | 0.6% | - |
| XYZ | 18.91 | 26.62 | 5.81 | - |
| YUV | 128.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 36 | 0.24 | 0 | 0.76 | 0.4 | 78.97 | 0.62 | 0.37 |
| Hex | 74 | 99 | 24 | 18 | 0 | 4C | 28 | 4F | 3E | 25 |
| Octal | 164 | 231 | 44 | 30 | 0 | 114 | 50 | 117 | 76 | 45 |
| Binary | 1110100 | 10011001 | 100100 | 11000 | 0 | 1001100 | 101000 | 1001111 | 111110 | 100101 |
Color Harmonies of #749924
Complementary color
Monochromatic Colors of #749924
Black with #749924
Text Example
Text Example
White with #749924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749924; }
p { color: rgb(116,153,36); }
H1.HeaderClassName
{
color: #749924;
}
.AnyTagClassName
{
color: #749924;
}
</style>
background-color css
<style>
a { background-color: #749924; }
a { background-color: rgb(116,153,36); }
div.DivClassName
{
background-color: #749924;
}
.BgClassName
{
background-color: #749924;
}
</style>
border-color css
<style>
span { border-color: #749924; }
span { border-color: rgb(116,153,36); }
td.TdClassName
{
border-color: #749924;
}
.TagClassName
{
border-color: #749924;
}
</style>