Shades of Asparagus #7FAC5D
Tints of Asparagus #7FAC5D
RGB
CMYK
RGB Variations
Color information
#7FAC5D (or 0x7FAC5D) is known color: Asparagus. HEX triplet: 7F, AC and 5D. RGB value is (127,172,93). Sum of RGB (Red+Green+Blue) = 127+172+93=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC5D is #8053A2. Grayscale: #959595. Windows color (decimal): -8410019 or 6139007. OLE color: 6139007.
HSL color Cylindrical-coordinate representation of color #7FAC5D: hue angle of 94.18º 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 #7FAC5D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 93 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.33 |
| HSL | 94.18º | 0.32% | 0.52% | - |
| HSV(B) | 94.18º | 0.46% | 0.67% | - |
| XYZ | 25.48 | 34.81 | 15.73 | - |
| YUV | 149.54 | 96.09 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 93 | 0.26 | 0 | 0.46 | 0.33 | 94.18 | 0.32 | 0.52 |
| Hex | 7F | AC | 5D | 1A | 0 | 2E | 21 | 5E | 20 | 34 |
| Octal | 177 | 254 | 135 | 32 | 0 | 56 | 41 | 136 | 40 | 64 |
| Binary | 1111111 | 10101100 | 1011101 | 11010 | 0 | 101110 | 100001 | 1011110 | 100000 | 110100 |
Color Harmonies of #7FAC5D
Complementary color
Monochromatic Colors of #7FAC5D
Black with #7FAC5D
Text Example
Text Example
White with #7FAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC5D; }
p { color: rgb(127,172,93); }
H1.HeaderClassName
{
color: #7FAC5D;
}
.AnyTagClassName
{
color: #7FAC5D;
}
</style>
background-color css
<style>
a { background-color: #7FAC5D; }
a { background-color: rgb(127,172,93); }
div.DivClassName
{
background-color: #7FAC5D;
}
.BgClassName
{
background-color: #7FAC5D;
}
</style>
border-color css
<style>
span { border-color: #7FAC5D; }
span { border-color: rgb(127,172,93); }
td.TdClassName
{
border-color: #7FAC5D;
}
.TagClassName
{
border-color: #7FAC5D;
}
</style>