Shades of Asparagus #7FA364
Tints of Asparagus #7FA364
RGB
CMYK
RGB Variations
Color information
#7FA364 (or 0x7FA364) is known color: Asparagus. HEX triplet: 7F, A3 and 64. RGB value is (127,163,100). Sum of RGB (Red+Green+Blue) = 127+163+100=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA364 is #805C9B. Grayscale: #919191. Windows color (decimal): -8412316 or 6595455. OLE color: 6595455.
HSL color Cylindrical-coordinate representation of color #7FA364: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FA364 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 100 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.36 |
| HSL | 94.29º | 0.26% | 0.52% | - |
| HSV(B) | 94.29º | 0.39% | 0.64% | - |
| XYZ | 24.15 | 31.63 | 16.89 | - |
| YUV | 145.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 100 | 0.22 | 0 | 0.39 | 0.36 | 94.29 | 0.26 | 0.52 |
| Hex | 7F | A3 | 64 | 16 | 0 | 27 | 24 | 5E | 1A | 34 |
| Octal | 177 | 243 | 144 | 26 | 0 | 47 | 44 | 136 | 32 | 64 |
| Binary | 1111111 | 10100011 | 1100100 | 10110 | 0 | 100111 | 100100 | 1011110 | 11010 | 110100 |
Color Harmonies of #7FA364
Complementary color
Monochromatic Colors of #7FA364
Black with #7FA364
Text Example
Text Example
White with #7FA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA364; }
p { color: rgb(127,163,100); }
H1.HeaderClassName
{
color: #7FA364;
}
.AnyTagClassName
{
color: #7FA364;
}
</style>
background-color css
<style>
a { background-color: #7FA364; }
a { background-color: rgb(127,163,100); }
div.DivClassName
{
background-color: #7FA364;
}
.BgClassName
{
background-color: #7FA364;
}
</style>
border-color css
<style>
span { border-color: #7FA364; }
span { border-color: rgb(127,163,100); }
td.TdClassName
{
border-color: #7FA364;
}
.TagClassName
{
border-color: #7FA364;
}
</style>