Shades of Asparagus #7FAC65
Tints of Asparagus #7FAC65
RGB
CMYK
RGB Variations
Color information
#7FAC65 (or 0x7FAC65) is known color: Asparagus. HEX triplet: 7F, AC and 65. RGB value is (127,172,101). Sum of RGB (Red+Green+Blue) = 127+172+101=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC65 is #80539A. Grayscale: #969696. Windows color (decimal): -8410011 or 6663295. OLE color: 6663295.
HSL color Cylindrical-coordinate representation of color #7FAC65: hue angle of 98.03º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FAC65 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 101 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.33 |
| HSL | 98.03º | 0.3% | 0.54% | - |
| HSV(B) | 98.03º | 0.41% | 0.67% | - |
| XYZ | 25.85 | 34.96 | 17.7 | - |
| YUV | 150.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 101 | 0.26 | 0 | 0.41 | 0.33 | 98.03 | 0.3 | 0.54 |
| Hex | 7F | AC | 65 | 1A | 0 | 29 | 21 | 62 | 1E | 36 |
| Octal | 177 | 254 | 145 | 32 | 0 | 51 | 41 | 142 | 36 | 66 |
| Binary | 1111111 | 10101100 | 1100101 | 11010 | 0 | 101001 | 100001 | 1100010 | 11110 | 110110 |
Color Harmonies of #7FAC65
Complementary color
Monochromatic Colors of #7FAC65
Black with #7FAC65
Text Example
Text Example
White with #7FAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC65; }
p { color: rgb(127,172,101); }
H1.HeaderClassName
{
color: #7FAC65;
}
.AnyTagClassName
{
color: #7FAC65;
}
</style>
background-color css
<style>
a { background-color: #7FAC65; }
a { background-color: rgb(127,172,101); }
div.DivClassName
{
background-color: #7FAC65;
}
.BgClassName
{
background-color: #7FAC65;
}
</style>
border-color css
<style>
span { border-color: #7FAC65; }
span { border-color: rgb(127,172,101); }
td.TdClassName
{
border-color: #7FAC65;
}
.TagClassName
{
border-color: #7FAC65;
}
</style>