Shades of Asparagus #7EAC5E
Tints of Asparagus #7EAC5E
RGB
CMYK
RGB Variations
Color information
#7EAC5E (or 0x7EAC5E) is known color: Asparagus. HEX triplet: 7E, AC and 5E. RGB value is (126,172,94). Sum of RGB (Red+Green+Blue) = 126+172+94=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC5E is #8153A1. Grayscale: #959595. Windows color (decimal): -8475554 or 6204542. OLE color: 6204542.
HSL color Cylindrical-coordinate representation of color #7EAC5E: hue angle of 95.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EAC5E is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 94 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.33 |
| HSL | 95.38º | 0.32% | 0.52% | - |
| HSV(B) | 95.38º | 0.45% | 0.67% | - |
| XYZ | 25.38 | 34.75 | 15.96 | - |
| YUV | 149.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 94 | 0.27 | 0 | 0.45 | 0.33 | 95.38 | 0.32 | 0.52 |
| Hex | 7E | AC | 5E | 1B | 0 | 2D | 21 | 5F | 20 | 34 |
| Octal | 176 | 254 | 136 | 33 | 0 | 55 | 41 | 137 | 40 | 64 |
| Binary | 1111110 | 10101100 | 1011110 | 11011 | 0 | 101101 | 100001 | 1011111 | 100000 | 110100 |
Color Harmonies of #7EAC5E
Complementary color
Monochromatic Colors of #7EAC5E
Black with #7EAC5E
Text Example
Text Example
White with #7EAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC5E; }
p { color: rgb(126,172,94); }
H1.HeaderClassName
{
color: #7EAC5E;
}
.AnyTagClassName
{
color: #7EAC5E;
}
</style>
background-color css
<style>
a { background-color: #7EAC5E; }
a { background-color: rgb(126,172,94); }
div.DivClassName
{
background-color: #7EAC5E;
}
.BgClassName
{
background-color: #7EAC5E;
}
</style>
border-color css
<style>
span { border-color: #7EAC5E; }
span { border-color: rgb(126,172,94); }
td.TdClassName
{
border-color: #7EAC5E;
}
.TagClassName
{
border-color: #7EAC5E;
}
</style>