Shades of Asparagus #7FAA5E
Tints of Asparagus #7FAA5E
RGB
CMYK
RGB Variations
Color information
#7FAA5E (or 0x7FAA5E) is known color: Asparagus. HEX triplet: 7F, AA and 5E. RGB value is (127,170,94). Sum of RGB (Red+Green+Blue) = 127+170+94=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA5E is #8055A1. Grayscale: #949494. Windows color (decimal): -8410530 or 6204031. OLE color: 6204031.
HSL color Cylindrical-coordinate representation of color #7FAA5E: hue angle of 93.95º degrees, saturation: 0.31, 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 #7FAA5E is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 94 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.33 |
| HSL | 93.95º | 0.31% | 0.52% | - |
| HSV(B) | 93.95º | 0.45% | 0.67% | - |
| XYZ | 25.15 | 34.07 | 15.84 | - |
| YUV | 148.48 | 97.25 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 94 | 0.25 | 0 | 0.45 | 0.33 | 93.95 | 0.31 | 0.52 |
| Hex | 7F | AA | 5E | 19 | 0 | 2D | 21 | 5E | 1F | 34 |
| Octal | 177 | 252 | 136 | 31 | 0 | 55 | 41 | 136 | 37 | 64 |
| Binary | 1111111 | 10101010 | 1011110 | 11001 | 0 | 101101 | 100001 | 1011110 | 11111 | 110100 |
Color Harmonies of #7FAA5E
Complementary color
Monochromatic Colors of #7FAA5E
Black with #7FAA5E
Text Example
Text Example
White with #7FAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA5E; }
p { color: rgb(127,170,94); }
H1.HeaderClassName
{
color: #7FAA5E;
}
.AnyTagClassName
{
color: #7FAA5E;
}
</style>
background-color css
<style>
a { background-color: #7FAA5E; }
a { background-color: rgb(127,170,94); }
div.DivClassName
{
background-color: #7FAA5E;
}
.BgClassName
{
background-color: #7FAA5E;
}
</style>
border-color css
<style>
span { border-color: #7FAA5E; }
span { border-color: rgb(127,170,94); }
td.TdClassName
{
border-color: #7FAA5E;
}
.TagClassName
{
border-color: #7FAA5E;
}
</style>