Shades of Olive Drab #749424
Tints of Olive Drab #749424
RGB
CMYK
RGB Variations
Color information
#749424 (or 0x749424) is known color: Olive Drab. HEX triplet: 74, 94 and 24. RGB value is (116,148,36). Sum of RGB (Red+Green+Blue) = 116+148+36=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #749424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749424 is #8B6BDB. Grayscale: #7E7E7E. Windows color (decimal): -9137116 or 2397300. OLE color: 2397300.
HSL color Cylindrical-coordinate representation of color #749424: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #749424 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 36 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.42 |
| HSL | 77.14º | 0.61% | 0.36% | - |
| HSV(B) | 77.14º | 0.76% | 0.58% | - |
| XYZ | 18.11 | 25.02 | 5.54 | - |
| YUV | 125.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 36 | 0.22 | 0 | 0.76 | 0.42 | 77.14 | 0.61 | 0.36 |
| Hex | 74 | 94 | 24 | 16 | 0 | 4C | 2A | 4D | 3D | 24 |
| Octal | 164 | 224 | 44 | 26 | 0 | 114 | 52 | 115 | 75 | 44 |
| Binary | 1110100 | 10010100 | 100100 | 10110 | 0 | 1001100 | 101010 | 1001101 | 111101 | 100100 |
Color Harmonies of #749424
Complementary color
Monochromatic Colors of #749424
Black with #749424
Text Example
Text Example
White with #749424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749424; }
p { color: rgb(116,148,36); }
H1.HeaderClassName
{
color: #749424;
}
.AnyTagClassName
{
color: #749424;
}
</style>
background-color css
<style>
a { background-color: #749424; }
a { background-color: rgb(116,148,36); }
div.DivClassName
{
background-color: #749424;
}
.BgClassName
{
background-color: #749424;
}
</style>
border-color css
<style>
span { border-color: #749424; }
span { border-color: rgb(116,148,36); }
td.TdClassName
{
border-color: #749424;
}
.TagClassName
{
border-color: #749424;
}
</style>