Shades of Asparagus #7FAE64
Tints of Asparagus #7FAE64
RGB
CMYK
RGB Variations
Color information
#7FAE64 (or 0x7FAE64) is known color: Asparagus. HEX triplet: 7F, AE and 64. RGB value is (127,174,100). Sum of RGB (Red+Green+Blue) = 127+174+100=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAE64 is #80519B. Grayscale: #979797. Windows color (decimal): -8409500 or 6598271. OLE color: 6598271.
HSL color Cylindrical-coordinate representation of color #7FAE64: hue angle of 98.11º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAE64 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 100 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.32 |
| HSL | 98.11º | 0.31% | 0.54% | - |
| HSV(B) | 98.11º | 0.43% | 0.68% | - |
| XYZ | 26.19 | 35.7 | 17.57 | - |
| YUV | 151.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 100 | 0.27 | 0 | 0.43 | 0.32 | 98.11 | 0.31 | 0.54 |
| Hex | 7F | AE | 64 | 1B | 0 | 2B | 20 | 62 | 1F | 36 |
| Octal | 177 | 256 | 144 | 33 | 0 | 53 | 40 | 142 | 37 | 66 |
| Binary | 1111111 | 10101110 | 1100100 | 11011 | 0 | 101011 | 100000 | 1100010 | 11111 | 110110 |
Color Harmonies of #7FAE64
Complementary color
Monochromatic Colors of #7FAE64
Black with #7FAE64
Text Example
Text Example
White with #7FAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE64; }
p { color: rgb(127,174,100); }
H1.HeaderClassName
{
color: #7FAE64;
}
.AnyTagClassName
{
color: #7FAE64;
}
</style>
background-color css
<style>
a { background-color: #7FAE64; }
a { background-color: rgb(127,174,100); }
div.DivClassName
{
background-color: #7FAE64;
}
.BgClassName
{
background-color: #7FAE64;
}
</style>
border-color css
<style>
span { border-color: #7FAE64; }
span { border-color: rgb(127,174,100); }
td.TdClassName
{
border-color: #7FAE64;
}
.TagClassName
{
border-color: #7FAE64;
}
</style>