Shades of Asparagus #7FA865
Tints of Asparagus #7FA865
RGB
CMYK
RGB Variations
Color information
#7FA865 (or 0x7FA865) is known color: Asparagus. HEX triplet: 7F, A8 and 65. RGB value is (127,168,101). Sum of RGB (Red+Green+Blue) = 127+168+101=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA865 is #80579A. Grayscale: #949494. Windows color (decimal): -8411035 or 6662271. OLE color: 6662271.
HSL color Cylindrical-coordinate representation of color #7FA865: hue angle of 96.72º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FA865 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 168 | 101 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.34 |
| HSL | 96.72º | 0.28% | 0.53% | - |
| HSV(B) | 96.72º | 0.4% | 0.66% | - |
| XYZ | 25.1 | 33.46 | 17.45 | - |
| YUV | 148.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 101 | 0.24 | 0 | 0.40 | 0.34 | 96.72 | 0.28 | 0.53 |
| Hex | 7F | A8 | 65 | 18 | 0 | 28 | 22 | 61 | 1C | 35 |
| Octal | 177 | 250 | 145 | 30 | 0 | 50 | 42 | 141 | 34 | 65 |
| Binary | 1111111 | 10101000 | 1100101 | 11000 | 0 | 101000 | 100010 | 1100001 | 11100 | 110101 |
Color Harmonies of #7FA865
Complementary color
Monochromatic Colors of #7FA865
Black with #7FA865
Text Example
Text Example
White with #7FA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA865; }
p { color: rgb(127,168,101); }
H1.HeaderClassName
{
color: #7FA865;
}
.AnyTagClassName
{
color: #7FA865;
}
</style>
background-color css
<style>
a { background-color: #7FA865; }
a { background-color: rgb(127,168,101); }
div.DivClassName
{
background-color: #7FA865;
}
.BgClassName
{
background-color: #7FA865;
}
</style>
border-color css
<style>
span { border-color: #7FA865; }
span { border-color: rgb(127,168,101); }
td.TdClassName
{
border-color: #7FA865;
}
.TagClassName
{
border-color: #7FA865;
}
</style>