Shades of Asparagus #76A049
Tints of Asparagus #76A049
RGB
CMYK
RGB Variations
Color information
#76A049 (or 0x76A049) is known color: Asparagus. HEX triplet: 76, A0 and 49. RGB value is (118,160,73). Sum of RGB (Red+Green+Blue) = 118+160+73=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #76A049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A049 is #895FB6. Grayscale: #898989. Windows color (decimal): -9002935 or 4825206. OLE color: 4825206.
HSL color Cylindrical-coordinate representation of color #76A049: hue angle of 88.97º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76A049 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 73 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.37 |
| HSL | 88.97º | 0.37% | 0.46% | - |
| HSV(B) | 88.97º | 0.54% | 0.63% | - |
| XYZ | 21.24 | 29.47 | 10.87 | - |
| YUV | 137.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 73 | 0.26 | 0 | 0.54 | 0.37 | 88.97 | 0.37 | 0.46 |
| Hex | 76 | A0 | 49 | 1A | 0 | 36 | 25 | 59 | 25 | 2E |
| Octal | 166 | 240 | 111 | 32 | 0 | 66 | 45 | 131 | 45 | 56 |
| Binary | 1110110 | 10100000 | 1001001 | 11010 | 0 | 110110 | 100101 | 1011001 | 100101 | 101110 |
Color Harmonies of #76A049
Complementary color
Monochromatic Colors of #76A049
Black with #76A049
Text Example
Text Example
White with #76A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A049; }
p { color: rgb(118,160,73); }
H1.HeaderClassName
{
color: #76A049;
}
.AnyTagClassName
{
color: #76A049;
}
</style>
background-color css
<style>
a { background-color: #76A049; }
a { background-color: rgb(118,160,73); }
div.DivClassName
{
background-color: #76A049;
}
.BgClassName
{
background-color: #76A049;
}
</style>
border-color css
<style>
span { border-color: #76A049; }
span { border-color: rgb(118,160,73); }
td.TdClassName
{
border-color: #76A049;
}
.TagClassName
{
border-color: #76A049;
}
</style>