Shades of Asparagus #7EAA64
Tints of Asparagus #7EAA64
RGB
CMYK
RGB Variations
Color information
#7EAA64 (or 0x7EAA64) is known color: Asparagus. HEX triplet: 7E, AA and 64. RGB value is (126,170,100). Sum of RGB (Red+Green+Blue) = 126+170+100=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA64 is #81559B. Grayscale: #959595. Windows color (decimal): -8476060 or 6597246. OLE color: 6597246.
HSL color Cylindrical-coordinate representation of color #7EAA64: hue angle of 97.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EAA64 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 100 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.33 |
| HSL | 97.71º | 0.29% | 0.53% | - |
| HSV(B) | 97.71º | 0.41% | 0.67% | - |
| XYZ | 25.28 | 34.11 | 17.31 | - |
| YUV | 148.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 100 | 0.26 | 0 | 0.41 | 0.33 | 97.71 | 0.29 | 0.53 |
| Hex | 7E | AA | 64 | 1A | 0 | 29 | 21 | 62 | 1D | 35 |
| Octal | 176 | 252 | 144 | 32 | 0 | 51 | 41 | 142 | 35 | 65 |
| Binary | 1111110 | 10101010 | 1100100 | 11010 | 0 | 101001 | 100001 | 1100010 | 11101 | 110101 |
Color Harmonies of #7EAA64
Complementary color
Monochromatic Colors of #7EAA64
Black with #7EAA64
Text Example
Text Example
White with #7EAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA64; }
p { color: rgb(126,170,100); }
H1.HeaderClassName
{
color: #7EAA64;
}
.AnyTagClassName
{
color: #7EAA64;
}
</style>
background-color css
<style>
a { background-color: #7EAA64; }
a { background-color: rgb(126,170,100); }
div.DivClassName
{
background-color: #7EAA64;
}
.BgClassName
{
background-color: #7EAA64;
}
</style>
border-color css
<style>
span { border-color: #7EAA64; }
span { border-color: rgb(126,170,100); }
td.TdClassName
{
border-color: #7EAA64;
}
.TagClassName
{
border-color: #7EAA64;
}
</style>