Shades of Asparagus #76AA5E
Tints of Asparagus #76AA5E
RGB
CMYK
RGB Variations
Color information
#76AA5E (or 0x76AA5E) is known color: Asparagus. HEX triplet: 76, AA and 5E. RGB value is (118,170,94). Sum of RGB (Red+Green+Blue) = 118+170+94=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA5E is #8955A1. Grayscale: #929292. Windows color (decimal): -9000354 or 6204022. OLE color: 6204022.
HSL color Cylindrical-coordinate representation of color #76AA5E: hue angle of 101.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76AA5E is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 94 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.33 |
| HSL | 101.05º | 0.31% | 0.52% | - |
| HSV(B) | 101.05º | 0.45% | 0.67% | - |
| XYZ | 23.87 | 33.41 | 15.78 | - |
| YUV | 145.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 94 | 0.31 | 0 | 0.45 | 0.33 | 101.05 | 0.31 | 0.52 |
| Hex | 76 | AA | 5E | 1F | 0 | 2D | 21 | 65 | 1F | 34 |
| Octal | 166 | 252 | 136 | 37 | 0 | 55 | 41 | 145 | 37 | 64 |
| Binary | 1110110 | 10101010 | 1011110 | 11111 | 0 | 101101 | 100001 | 1100101 | 11111 | 110100 |
Color Harmonies of #76AA5E
Complementary color
Monochromatic Colors of #76AA5E
Black with #76AA5E
Text Example
Text Example
White with #76AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA5E; }
p { color: rgb(118,170,94); }
H1.HeaderClassName
{
color: #76AA5E;
}
.AnyTagClassName
{
color: #76AA5E;
}
</style>
background-color css
<style>
a { background-color: #76AA5E; }
a { background-color: rgb(118,170,94); }
div.DivClassName
{
background-color: #76AA5E;
}
.BgClassName
{
background-color: #76AA5E;
}
</style>
border-color css
<style>
span { border-color: #76AA5E; }
span { border-color: rgb(118,170,94); }
td.TdClassName
{
border-color: #76AA5E;
}
.TagClassName
{
border-color: #76AA5E;
}
</style>