Shades of Asparagus #7EA25D
Tints of Asparagus #7EA25D
RGB
CMYK
RGB Variations
Color information
#7EA25D (or 0x7EA25D) is known color: Asparagus. HEX triplet: 7E, A2 and 5D. RGB value is (126,162,93). Sum of RGB (Red+Green+Blue) = 126+162+93=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA25D is #815DA2. Grayscale: #8F8F8F. Windows color (decimal): -8478115 or 6136446. OLE color: 6136446.
HSL color Cylindrical-coordinate representation of color #7EA25D: hue angle of 91.3º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EA25D is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 93 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.36 |
| HSL | 91.3º | 0.27% | 0.5% | - |
| HSV(B) | 91.3º | 0.43% | 0.64% | - |
| XYZ | 23.5 | 31.07 | 15.11 | - |
| YUV | 143.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 93 | 0.22 | 0 | 0.43 | 0.36 | 91.3 | 0.27 | 0.5 |
| Hex | 7E | A2 | 5D | 16 | 0 | 2B | 24 | 5B | 1B | 32 |
| Octal | 176 | 242 | 135 | 26 | 0 | 53 | 44 | 133 | 33 | 62 |
| Binary | 1111110 | 10100010 | 1011101 | 10110 | 0 | 101011 | 100100 | 1011011 | 11011 | 110010 |
Color Harmonies of #7EA25D
Complementary color
Monochromatic Colors of #7EA25D
Black with #7EA25D
Text Example
Text Example
White with #7EA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA25D; }
p { color: rgb(126,162,93); }
H1.HeaderClassName
{
color: #7EA25D;
}
.AnyTagClassName
{
color: #7EA25D;
}
</style>
background-color css
<style>
a { background-color: #7EA25D; }
a { background-color: rgb(126,162,93); }
div.DivClassName
{
background-color: #7EA25D;
}
.BgClassName
{
background-color: #7EA25D;
}
</style>
border-color css
<style>
span { border-color: #7EA25D; }
span { border-color: rgb(126,162,93); }
td.TdClassName
{
border-color: #7EA25D;
}
.TagClassName
{
border-color: #7EA25D;
}
</style>