Shades of Asparagus #7EA95A
Tints of Asparagus #7EA95A
RGB
CMYK
RGB Variations
Color information
#7EA95A (or 0x7EA95A) is known color: Asparagus. HEX triplet: 7E, A9 and 5A. RGB value is (126,169,90). Sum of RGB (Red+Green+Blue) = 126+169+90=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA95A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA95A is #8156A5. Grayscale: #939393. Windows color (decimal): -8476326 or 5941630. OLE color: 5941630.
HSL color Cylindrical-coordinate representation of color #7EA95A: hue angle of 92.66º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EA95A is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 169 | 90 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.34 |
| HSL | 92.66º | 0.31% | 0.51% | - |
| HSV(B) | 92.66º | 0.47% | 0.66% | - |
| XYZ | 24.64 | 33.55 | 14.85 | - |
| YUV | 147.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 169 | 90 | 0.25 | 0 | 0.47 | 0.34 | 92.66 | 0.31 | 0.51 |
| Hex | 7E | A9 | 5A | 19 | 0 | 2F | 22 | 5D | 1F | 33 |
| Octal | 176 | 251 | 132 | 31 | 0 | 57 | 42 | 135 | 37 | 63 |
| Binary | 1111110 | 10101001 | 1011010 | 11001 | 0 | 101111 | 100010 | 1011101 | 11111 | 110011 |
Color Harmonies of #7EA95A
Complementary color
Monochromatic Colors of #7EA95A
Black with #7EA95A
Text Example
Text Example
White with #7EA95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA95A; }
p { color: rgb(126,169,90); }
H1.HeaderClassName
{
color: #7EA95A;
}
.AnyTagClassName
{
color: #7EA95A;
}
</style>
background-color css
<style>
a { background-color: #7EA95A; }
a { background-color: rgb(126,169,90); }
div.DivClassName
{
background-color: #7EA95A;
}
.BgClassName
{
background-color: #7EA95A;
}
</style>
border-color css
<style>
span { border-color: #7EA95A; }
span { border-color: rgb(126,169,90); }
td.TdClassName
{
border-color: #7EA95A;
}
.TagClassName
{
border-color: #7EA95A;
}
</style>