Shades of Asparagus #7FAC5E
Tints of Asparagus #7FAC5E
RGB
CMYK
RGB Variations
Color information
#7FAC5E (or 0x7FAC5E) is known color: Asparagus. HEX triplet: 7F, AC and 5E. RGB value is (127,172,94). Sum of RGB (Red+Green+Blue) = 127+172+94=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC5E is #8053A1. Grayscale: #959595. Windows color (decimal): -8410018 or 6204543. OLE color: 6204543.
HSL color Cylindrical-coordinate representation of color #7FAC5E: 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.45%. Process color model (Four color, CMYK) of #7FAC5E is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 94 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.33 |
| HSL | 94.62º | 0.32% | 0.52% | - |
| HSV(B) | 94.62º | 0.45% | 0.67% | - |
| XYZ | 25.53 | 34.83 | 15.97 | - |
| YUV | 149.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 94 | 0.26 | 0 | 0.45 | 0.33 | 94.62 | 0.32 | 0.52 |
| Hex | 7F | AC | 5E | 1A | 0 | 2D | 21 | 5F | 20 | 34 |
| Octal | 177 | 254 | 136 | 32 | 0 | 55 | 41 | 137 | 40 | 64 |
| Binary | 1111111 | 10101100 | 1011110 | 11010 | 0 | 101101 | 100001 | 1011111 | 100000 | 110100 |
Color Harmonies of #7FAC5E
Complementary color
Monochromatic Colors of #7FAC5E
Black with #7FAC5E
Text Example
Text Example
White with #7FAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC5E; }
p { color: rgb(127,172,94); }
H1.HeaderClassName
{
color: #7FAC5E;
}
.AnyTagClassName
{
color: #7FAC5E;
}
</style>
background-color css
<style>
a { background-color: #7FAC5E; }
a { background-color: rgb(127,172,94); }
div.DivClassName
{
background-color: #7FAC5E;
}
.BgClassName
{
background-color: #7FAC5E;
}
</style>
border-color css
<style>
span { border-color: #7FAC5E; }
span { border-color: rgb(127,172,94); }
td.TdClassName
{
border-color: #7FAC5E;
}
.TagClassName
{
border-color: #7FAC5E;
}
</style>