Shades of Asparagus #7FAF63
Tints of Asparagus #7FAF63
RGB
CMYK
RGB Variations
Color information
#7FAF63 (or 0x7FAF63) is known color: Asparagus. HEX triplet: 7F, AF and 63. RGB value is (127,175,99). Sum of RGB (Red+Green+Blue) = 127+175+99=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF63 is #80509C. Grayscale: #989898. Windows color (decimal): -8409245 or 6532991. OLE color: 6532991.
HSL color Cylindrical-coordinate representation of color #7FAF63: hue angle of 97.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAF63 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 99 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.31 |
| HSL | 97.89º | 0.32% | 0.54% | - |
| HSV(B) | 97.89º | 0.43% | 0.69% | - |
| XYZ | 26.33 | 36.07 | 17.38 | - |
| YUV | 151.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 99 | 0.27 | 0 | 0.43 | 0.31 | 97.89 | 0.32 | 0.54 |
| Hex | 7F | AF | 63 | 1B | 0 | 2B | 1F | 62 | 20 | 36 |
| Octal | 177 | 257 | 143 | 33 | 0 | 53 | 37 | 142 | 40 | 66 |
| Binary | 1111111 | 10101111 | 1100011 | 11011 | 0 | 101011 | 11111 | 1100010 | 100000 | 110110 |
Color Harmonies of #7FAF63
Complementary color
Monochromatic Colors of #7FAF63
Black with #7FAF63
Text Example
Text Example
White with #7FAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF63; }
p { color: rgb(127,175,99); }
H1.HeaderClassName
{
color: #7FAF63;
}
.AnyTagClassName
{
color: #7FAF63;
}
</style>
background-color css
<style>
a { background-color: #7FAF63; }
a { background-color: rgb(127,175,99); }
div.DivClassName
{
background-color: #7FAF63;
}
.BgClassName
{
background-color: #7FAF63;
}
</style>
border-color css
<style>
span { border-color: #7FAF63; }
span { border-color: rgb(127,175,99); }
td.TdClassName
{
border-color: #7FAF63;
}
.TagClassName
{
border-color: #7FAF63;
}
</style>