Shades of Olive Drab #749128
Tints of Olive Drab #749128
RGB
CMYK
RGB Variations
Color information
#749128 (or 0x749128) is known color: Olive Drab. HEX triplet: 74, 91 and 28. RGB value is (116,145,40). Sum of RGB (Red+Green+Blue) = 116+145+40=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #749128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749128 is #8B6ED7. Grayscale: #7C7C7C. Windows color (decimal): -9137880 or 2658676. OLE color: 2658676.
HSL color Cylindrical-coordinate representation of color #749128: hue angle of 76.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #749128 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 40 | - |
| CMYK | 0.2 | 0 | 0.72 | 0.43 |
| HSL | 76.57º | 0.57% | 0.36% | - |
| HSV(B) | 76.57º | 0.72% | 0.57% | - |
| XYZ | 17.71 | 24.12 | 5.73 | - |
| YUV | 124.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 40 | 0.2 | 0 | 0.72 | 0.43 | 76.57 | 0.57 | 0.36 |
| Hex | 74 | 91 | 28 | 14 | 0 | 48 | 2B | 4D | 39 | 24 |
| Octal | 164 | 221 | 50 | 24 | 0 | 110 | 53 | 115 | 71 | 44 |
| Binary | 1110100 | 10010001 | 101000 | 10100 | 0 | 1001000 | 101011 | 1001101 | 111001 | 100100 |
Color Harmonies of #749128
Complementary color
Monochromatic Colors of #749128
Black with #749128
Text Example
Text Example
White with #749128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749128; }
p { color: rgb(116,145,40); }
H1.HeaderClassName
{
color: #749128;
}
.AnyTagClassName
{
color: #749128;
}
</style>
background-color css
<style>
a { background-color: #749128; }
a { background-color: rgb(116,145,40); }
div.DivClassName
{
background-color: #749128;
}
.BgClassName
{
background-color: #749128;
}
</style>
border-color css
<style>
span { border-color: #749128; }
span { border-color: rgb(116,145,40); }
td.TdClassName
{
border-color: #749128;
}
.TagClassName
{
border-color: #749128;
}
</style>