Shades of Asparagus #7EAB64
Tints of Asparagus #7EAB64
RGB
CMYK
RGB Variations
Color information
#7EAB64 (or 0x7EAB64) is known color: Asparagus. HEX triplet: 7E, AB and 64. RGB value is (126,171,100). Sum of RGB (Red+Green+Blue) = 126+171+100=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB64 is #81549B. Grayscale: #959595. Windows color (decimal): -8475804 or 6597502. OLE color: 6597502.
HSL color Cylindrical-coordinate representation of color #7EAB64: hue angle of 98.03º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EAB64 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 100 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.33 |
| HSL | 98.03º | 0.3% | 0.53% | - |
| HSV(B) | 98.03º | 0.42% | 0.67% | - |
| XYZ | 25.47 | 34.48 | 17.37 | - |
| YUV | 149.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 100 | 0.26 | 0 | 0.42 | 0.33 | 98.03 | 0.3 | 0.53 |
| Hex | 7E | AB | 64 | 1A | 0 | 2A | 21 | 62 | 1E | 35 |
| Octal | 176 | 253 | 144 | 32 | 0 | 52 | 41 | 142 | 36 | 65 |
| Binary | 1111110 | 10101011 | 1100100 | 11010 | 0 | 101010 | 100001 | 1100010 | 11110 | 110101 |
Color Harmonies of #7EAB64
Complementary color
Monochromatic Colors of #7EAB64
Black with #7EAB64
Text Example
Text Example
White with #7EAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAB64; }
p { color: rgb(126,171,100); }
H1.HeaderClassName
{
color: #7EAB64;
}
.AnyTagClassName
{
color: #7EAB64;
}
</style>
background-color css
<style>
a { background-color: #7EAB64; }
a { background-color: rgb(126,171,100); }
div.DivClassName
{
background-color: #7EAB64;
}
.BgClassName
{
background-color: #7EAB64;
}
</style>
border-color css
<style>
span { border-color: #7EAB64; }
span { border-color: rgb(126,171,100); }
td.TdClassName
{
border-color: #7EAB64;
}
.TagClassName
{
border-color: #7EAB64;
}
</style>