Shades of Asparagus #7EA352
Tints of Asparagus #7EA352
RGB
CMYK
RGB Variations
Color information
#7EA352 (or 0x7EA352) is known color: Asparagus. HEX triplet: 7E, A3 and 52. RGB value is (126,163,82). Sum of RGB (Red+Green+Blue) = 126+163+82=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA352 is #815CAD. Grayscale: #8E8E8E. Windows color (decimal): -8477870 or 5415806. OLE color: 5415806.
HSL color Cylindrical-coordinate representation of color #7EA352: hue angle of 87.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EA352 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 82 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.36 |
| HSL | 87.41º | 0.33% | 0.48% | - |
| HSV(B) | 87.41º | 0.5% | 0.64% | - |
| XYZ | 23.22 | 31.24 | 12.79 | - |
| YUV | 142.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 82 | 0.23 | 0 | 0.50 | 0.36 | 87.41 | 0.33 | 0.48 |
| Hex | 7E | A3 | 52 | 17 | 0 | 32 | 24 | 57 | 21 | 30 |
| Octal | 176 | 243 | 122 | 27 | 0 | 62 | 44 | 127 | 41 | 60 |
| Binary | 1111110 | 10100011 | 1010010 | 10111 | 0 | 110010 | 100100 | 1010111 | 100001 | 110000 |
Color Harmonies of #7EA352
Complementary color
Monochromatic Colors of #7EA352
Black with #7EA352
Text Example
Text Example
White with #7EA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA352; }
p { color: rgb(126,163,82); }
H1.HeaderClassName
{
color: #7EA352;
}
.AnyTagClassName
{
color: #7EA352;
}
</style>
background-color css
<style>
a { background-color: #7EA352; }
a { background-color: rgb(126,163,82); }
div.DivClassName
{
background-color: #7EA352;
}
.BgClassName
{
background-color: #7EA352;
}
</style>
border-color css
<style>
span { border-color: #7EA352; }
span { border-color: rgb(126,163,82); }
td.TdClassName
{
border-color: #7EA352;
}
.TagClassName
{
border-color: #7EA352;
}
</style>