Shades of Asparagus #7EA04D
Tints of Asparagus #7EA04D
RGB
CMYK
RGB Variations
Color information
#7EA04D (or 0x7EA04D) is known color: Asparagus. HEX triplet: 7E, A0 and 4D. RGB value is (126,160,77). Sum of RGB (Red+Green+Blue) = 126+160+77=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA04D is #815FB2. Grayscale: #8C8C8C. Windows color (decimal): -8478643 or 5087358. OLE color: 5087358.
HSL color Cylindrical-coordinate representation of color #7EA04D: hue angle of 84.58º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EA04D is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 77 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.37 |
| HSL | 84.58º | 0.35% | 0.46% | - |
| HSV(B) | 84.58º | 0.52% | 0.63% | - |
| XYZ | 22.51 | 30.11 | 11.65 | - |
| YUV | 140.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 77 | 0.21 | 0 | 0.52 | 0.37 | 84.58 | 0.35 | 0.46 |
| Hex | 7E | A0 | 4D | 15 | 0 | 34 | 25 | 55 | 23 | 2E |
| Octal | 176 | 240 | 115 | 25 | 0 | 64 | 45 | 125 | 43 | 56 |
| Binary | 1111110 | 10100000 | 1001101 | 10101 | 0 | 110100 | 100101 | 1010101 | 100011 | 101110 |
Color Harmonies of #7EA04D
Complementary color
Monochromatic Colors of #7EA04D
Black with #7EA04D
Text Example
Text Example
White with #7EA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA04D; }
p { color: rgb(126,160,77); }
H1.HeaderClassName
{
color: #7EA04D;
}
.AnyTagClassName
{
color: #7EA04D;
}
</style>
background-color css
<style>
a { background-color: #7EA04D; }
a { background-color: rgb(126,160,77); }
div.DivClassName
{
background-color: #7EA04D;
}
.BgClassName
{
background-color: #7EA04D;
}
</style>
border-color css
<style>
span { border-color: #7EA04D; }
span { border-color: rgb(126,160,77); }
td.TdClassName
{
border-color: #7EA04D;
}
.TagClassName
{
border-color: #7EA04D;
}
</style>