Shades of Asparagus #7EAB5D
Tints of Asparagus #7EAB5D
RGB
CMYK
RGB Variations
Color information
#7EAB5D (or 0x7EAB5D) is known color: Asparagus. HEX triplet: 7E, AB and 5D. RGB value is (126,171,93). Sum of RGB (Red+Green+Blue) = 126+171+93=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB5D is #8154A2. Grayscale: #949494. Windows color (decimal): -8475811 or 6138750. OLE color: 6138750.
HSL color Cylindrical-coordinate representation of color #7EAB5D: hue angle of 94.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EAB5D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 93 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.33 |
| HSL | 94.62º | 0.32% | 0.52% | - |
| HSV(B) | 94.62º | 0.46% | 0.67% | - |
| XYZ | 25.14 | 34.35 | 15.66 | - |
| YUV | 148.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 93 | 0.26 | 0 | 0.46 | 0.33 | 94.62 | 0.32 | 0.52 |
| Hex | 7E | AB | 5D | 1A | 0 | 2E | 21 | 5F | 20 | 34 |
| Octal | 176 | 253 | 135 | 32 | 0 | 56 | 41 | 137 | 40 | 64 |
| Binary | 1111110 | 10101011 | 1011101 | 11010 | 0 | 101110 | 100001 | 1011111 | 100000 | 110100 |
Color Harmonies of #7EAB5D
Complementary color
Monochromatic Colors of #7EAB5D
Black with #7EAB5D
Text Example
Text Example
White with #7EAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAB5D; }
p { color: rgb(126,171,93); }
H1.HeaderClassName
{
color: #7EAB5D;
}
.AnyTagClassName
{
color: #7EAB5D;
}
</style>
background-color css
<style>
a { background-color: #7EAB5D; }
a { background-color: rgb(126,171,93); }
div.DivClassName
{
background-color: #7EAB5D;
}
.BgClassName
{
background-color: #7EAB5D;
}
</style>
border-color css
<style>
span { border-color: #7EAB5D; }
span { border-color: rgb(126,171,93); }
td.TdClassName
{
border-color: #7EAB5D;
}
.TagClassName
{
border-color: #7EAB5D;
}
</style>