Shades of Asparagus #76A660
Tints of Asparagus #76A660
RGB
CMYK
RGB Variations
Color information
#76A660 (or 0x76A660) is known color: Asparagus. HEX triplet: 76, A6 and 60. RGB value is (118,166,96). Sum of RGB (Red+Green+Blue) = 118+166+96=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #76A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A660 is #89599F. Grayscale: #8F8F8F. Windows color (decimal): -9001376 or 6334070. OLE color: 6334070.
HSL color Cylindrical-coordinate representation of color #76A660: hue angle of 101.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A660 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 96 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.35 |
| HSL | 101.14º | 0.28% | 0.51% | - |
| HSV(B) | 101.14º | 0.42% | 0.65% | - |
| XYZ | 23.22 | 31.97 | 16.01 | - |
| YUV | 143.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 96 | 0.29 | 0 | 0.42 | 0.35 | 101.14 | 0.28 | 0.51 |
| Hex | 76 | A6 | 60 | 1D | 0 | 2A | 23 | 65 | 1C | 33 |
| Octal | 166 | 246 | 140 | 35 | 0 | 52 | 43 | 145 | 34 | 63 |
| Binary | 1110110 | 10100110 | 1100000 | 11101 | 0 | 101010 | 100011 | 1100101 | 11100 | 110011 |
Color Harmonies of #76A660
Complementary color
Monochromatic Colors of #76A660
Black with #76A660
Text Example
Text Example
White with #76A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A660; }
p { color: rgb(118,166,96); }
H1.HeaderClassName
{
color: #76A660;
}
.AnyTagClassName
{
color: #76A660;
}
</style>
background-color css
<style>
a { background-color: #76A660; }
a { background-color: rgb(118,166,96); }
div.DivClassName
{
background-color: #76A660;
}
.BgClassName
{
background-color: #76A660;
}
</style>
border-color css
<style>
span { border-color: #76A660; }
span { border-color: rgb(118,166,96); }
td.TdClassName
{
border-color: #76A660;
}
.TagClassName
{
border-color: #76A660;
}
</style>