Shades of Asparagus #7EAA51
Tints of Asparagus #7EAA51
RGB
CMYK
RGB Variations
Color information
#7EAA51 (or 0x7EAA51) is known color: Asparagus. HEX triplet: 7E, AA and 51. RGB value is (126,170,81). Sum of RGB (Red+Green+Blue) = 126+170+81=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA51 is #8155AE. Grayscale: #939393. Windows color (decimal): -8476079 or 5352062. OLE color: 5352062.
HSL color Cylindrical-coordinate representation of color #7EAA51: hue angle of 89.66º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EAA51 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 81 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.33 |
| HSL | 89.66º | 0.35% | 0.49% | - |
| HSV(B) | 89.66º | 0.52% | 0.67% | - |
| XYZ | 24.46 | 33.78 | 13.02 | - |
| YUV | 146.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 81 | 0.26 | 0 | 0.52 | 0.33 | 89.66 | 0.35 | 0.49 |
| Hex | 7E | AA | 51 | 1A | 0 | 34 | 21 | 5A | 23 | 31 |
| Octal | 176 | 252 | 121 | 32 | 0 | 64 | 41 | 132 | 43 | 61 |
| Binary | 1111110 | 10101010 | 1010001 | 11010 | 0 | 110100 | 100001 | 1011010 | 100011 | 110001 |
Color Harmonies of #7EAA51
Complementary color
Monochromatic Colors of #7EAA51
Black with #7EAA51
Text Example
Text Example
White with #7EAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA51; }
p { color: rgb(126,170,81); }
H1.HeaderClassName
{
color: #7EAA51;
}
.AnyTagClassName
{
color: #7EAA51;
}
</style>
background-color css
<style>
a { background-color: #7EAA51; }
a { background-color: rgb(126,170,81); }
div.DivClassName
{
background-color: #7EAA51;
}
.BgClassName
{
background-color: #7EAA51;
}
</style>
border-color css
<style>
span { border-color: #7EAA51; }
span { border-color: rgb(126,170,81); }
td.TdClassName
{
border-color: #7EAA51;
}
.TagClassName
{
border-color: #7EAA51;
}
</style>