Shades of Asparagus #7EAA5E
Tints of Asparagus #7EAA5E
RGB
CMYK
RGB Variations
Color information
#7EAA5E (or 0x7EAA5E) is known color: Asparagus. HEX triplet: 7E, AA and 5E. RGB value is (126,170,94). Sum of RGB (Red+Green+Blue) = 126+170+94=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA5E is #8155A1. Grayscale: #949494. Windows color (decimal): -8476066 or 6204030. OLE color: 6204030.
HSL color Cylindrical-coordinate representation of color #7EAA5E: hue angle of 94.74º 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 #7EAA5E is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 94 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.33 |
| HSL | 94.74º | 0.31% | 0.52% | - |
| HSV(B) | 94.74º | 0.45% | 0.67% | - |
| XYZ | 25 | 33.99 | 15.83 | - |
| YUV | 148.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 94 | 0.26 | 0 | 0.45 | 0.33 | 94.74 | 0.31 | 0.52 |
| Hex | 7E | AA | 5E | 1A | 0 | 2D | 21 | 5F | 1F | 34 |
| Octal | 176 | 252 | 136 | 32 | 0 | 55 | 41 | 137 | 37 | 64 |
| Binary | 1111110 | 10101010 | 1011110 | 11010 | 0 | 101101 | 100001 | 1011111 | 11111 | 110100 |
Color Harmonies of #7EAA5E
Complementary color
Monochromatic Colors of #7EAA5E
Black with #7EAA5E
Text Example
Text Example
White with #7EAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA5E; }
p { color: rgb(126,170,94); }
H1.HeaderClassName
{
color: #7EAA5E;
}
.AnyTagClassName
{
color: #7EAA5E;
}
</style>
background-color css
<style>
a { background-color: #7EAA5E; }
a { background-color: rgb(126,170,94); }
div.DivClassName
{
background-color: #7EAA5E;
}
.BgClassName
{
background-color: #7EAA5E;
}
</style>
border-color css
<style>
span { border-color: #7EAA5E; }
span { border-color: rgb(126,170,94); }
td.TdClassName
{
border-color: #7EAA5E;
}
.TagClassName
{
border-color: #7EAA5E;
}
</style>