Shades of Asparagus #7EAB61
Tints of Asparagus #7EAB61
RGB
CMYK
RGB Variations
Color information
#7EAB61 (or 0x7EAB61) is known color: Asparagus. HEX triplet: 7E, AB and 61. RGB value is (126,171,97). Sum of RGB (Red+Green+Blue) = 126+171+97=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB61 is #81549E. Grayscale: #959595. Windows color (decimal): -8475807 or 6400894. OLE color: 6400894.
HSL color Cylindrical-coordinate representation of color #7EAB61: hue angle of 96.49º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EAB61 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 97 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.33 |
| HSL | 96.49º | 0.31% | 0.53% | - |
| HSV(B) | 96.49º | 0.43% | 0.67% | - |
| XYZ | 25.32 | 34.42 | 16.62 | - |
| YUV | 149.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 97 | 0.26 | 0 | 0.43 | 0.33 | 96.49 | 0.31 | 0.53 |
| Hex | 7E | AB | 61 | 1A | 0 | 2B | 21 | 60 | 1F | 35 |
| Octal | 176 | 253 | 141 | 32 | 0 | 53 | 41 | 140 | 37 | 65 |
| Binary | 1111110 | 10101011 | 1100001 | 11010 | 0 | 101011 | 100001 | 1100000 | 11111 | 110101 |
Color Harmonies of #7EAB61
Complementary color
Monochromatic Colors of #7EAB61
Black with #7EAB61
Text Example
Text Example
White with #7EAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAB61; }
p { color: rgb(126,171,97); }
H1.HeaderClassName
{
color: #7EAB61;
}
.AnyTagClassName
{
color: #7EAB61;
}
</style>
background-color css
<style>
a { background-color: #7EAB61; }
a { background-color: rgb(126,171,97); }
div.DivClassName
{
background-color: #7EAB61;
}
.BgClassName
{
background-color: #7EAB61;
}
</style>
border-color css
<style>
span { border-color: #7EAB61; }
span { border-color: rgb(126,171,97); }
td.TdClassName
{
border-color: #7EAB61;
}
.TagClassName
{
border-color: #7EAB61;
}
</style>