Shades of Asparagus #7EAA60
Tints of Asparagus #7EAA60
RGB
CMYK
RGB Variations
Color information
#7EAA60 (or 0x7EAA60) is known color: Asparagus. HEX triplet: 7E, AA and 60. RGB value is (126,170,96). Sum of RGB (Red+Green+Blue) = 126+170+96=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA60 is #81559F. Grayscale: #949494. Windows color (decimal): -8476064 or 6335102. OLE color: 6335102.
HSL color Cylindrical-coordinate representation of color #7EAA60: hue angle of 95.68º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EAA60 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 96 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.33 |
| HSL | 95.68º | 0.3% | 0.52% | - |
| HSV(B) | 95.68º | 0.44% | 0.67% | - |
| XYZ | 25.09 | 34.03 | 16.31 | - |
| YUV | 148.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 96 | 0.26 | 0 | 0.44 | 0.33 | 95.68 | 0.3 | 0.52 |
| Hex | 7E | AA | 60 | 1A | 0 | 2C | 21 | 60 | 1E | 34 |
| Octal | 176 | 252 | 140 | 32 | 0 | 54 | 41 | 140 | 36 | 64 |
| Binary | 1111110 | 10101010 | 1100000 | 11010 | 0 | 101100 | 100001 | 1100000 | 11110 | 110100 |
Color Harmonies of #7EAA60
Complementary color
Monochromatic Colors of #7EAA60
Black with #7EAA60
Text Example
Text Example
White with #7EAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA60; }
p { color: rgb(126,170,96); }
H1.HeaderClassName
{
color: #7EAA60;
}
.AnyTagClassName
{
color: #7EAA60;
}
</style>
background-color css
<style>
a { background-color: #7EAA60; }
a { background-color: rgb(126,170,96); }
div.DivClassName
{
background-color: #7EAA60;
}
.BgClassName
{
background-color: #7EAA60;
}
</style>
border-color css
<style>
span { border-color: #7EAA60; }
span { border-color: rgb(126,170,96); }
td.TdClassName
{
border-color: #7EAA60;
}
.TagClassName
{
border-color: #7EAA60;
}
</style>