Shades of Olive Drab #749028
Tints of Olive Drab #749028
RGB
CMYK
RGB Variations
Color information
#749028 (or 0x749028) is known color: Olive Drab. HEX triplet: 74, 90 and 28. RGB value is (116,144,40). Sum of RGB (Red+Green+Blue) = 116+144+40=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #749028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749028 is #8B6FD7. Grayscale: #7C7C7C. Windows color (decimal): -9138136 or 2658420. OLE color: 2658420.
HSL color Cylindrical-coordinate representation of color #749028: hue angle of 76.15º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #749028 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 40 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.44 |
| HSL | 76.15º | 0.57% | 0.36% | - |
| HSV(B) | 76.15º | 0.72% | 0.56% | - |
| XYZ | 17.56 | 23.81 | 5.68 | - |
| YUV | 123.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 40 | 0.19 | 0 | 0.72 | 0.44 | 76.15 | 0.57 | 0.36 |
| Hex | 74 | 90 | 28 | 13 | 0 | 48 | 2C | 4C | 39 | 24 |
| Octal | 164 | 220 | 50 | 23 | 0 | 110 | 54 | 114 | 71 | 44 |
| Binary | 1110100 | 10010000 | 101000 | 10011 | 0 | 1001000 | 101100 | 1001100 | 111001 | 100100 |
Color Harmonies of #749028
Complementary color
Monochromatic Colors of #749028
Black with #749028
Text Example
Text Example
White with #749028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749028; }
p { color: rgb(116,144,40); }
H1.HeaderClassName
{
color: #749028;
}
.AnyTagClassName
{
color: #749028;
}
</style>
background-color css
<style>
a { background-color: #749028; }
a { background-color: rgb(116,144,40); }
div.DivClassName
{
background-color: #749028;
}
.BgClassName
{
background-color: #749028;
}
</style>
border-color css
<style>
span { border-color: #749028; }
span { border-color: rgb(116,144,40); }
td.TdClassName
{
border-color: #749028;
}
.TagClassName
{
border-color: #749028;
}
</style>