Shades of Asparagus #76A160
Tints of Asparagus #76A160
RGB
CMYK
RGB Variations
Color information
#76A160 (or 0x76A160) is known color: Asparagus. HEX triplet: 76, A1 and 60. RGB value is (118,161,96). Sum of RGB (Red+Green+Blue) = 118+161+96=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #76A160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A160 is #895E9F. Grayscale: #8C8C8C. Windows color (decimal): -9002656 or 6332790. OLE color: 6332790.
HSL color Cylindrical-coordinate representation of color #76A160: hue angle of 99.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76A160 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 96 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.37 |
| HSL | 99.69º | 0.26% | 0.5% | - |
| HSV(B) | 99.69º | 0.4% | 0.63% | - |
| XYZ | 22.33 | 30.19 | 15.72 | - |
| YUV | 140.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 96 | 0.27 | 0 | 0.40 | 0.37 | 99.69 | 0.26 | 0.5 |
| Hex | 76 | A1 | 60 | 1B | 0 | 28 | 25 | 64 | 1A | 32 |
| Octal | 166 | 241 | 140 | 33 | 0 | 50 | 45 | 144 | 32 | 62 |
| Binary | 1110110 | 10100001 | 1100000 | 11011 | 0 | 101000 | 100101 | 1100100 | 11010 | 110010 |
Color Harmonies of #76A160
Complementary color
Monochromatic Colors of #76A160
Black with #76A160
Text Example
Text Example
White with #76A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A160; }
p { color: rgb(118,161,96); }
H1.HeaderClassName
{
color: #76A160;
}
.AnyTagClassName
{
color: #76A160;
}
</style>
background-color css
<style>
a { background-color: #76A160; }
a { background-color: rgb(118,161,96); }
div.DivClassName
{
background-color: #76A160;
}
.BgClassName
{
background-color: #76A160;
}
</style>
border-color css
<style>
span { border-color: #76A160; }
span { border-color: rgb(118,161,96); }
td.TdClassName
{
border-color: #76A160;
}
.TagClassName
{
border-color: #76A160;
}
</style>