Shades of Asparagus #7FA266
Tints of Asparagus #7FA266
RGB
CMYK
RGB Variations
Color information
#7FA266 (or 0x7FA266) is known color: Asparagus. HEX triplet: 7F, A2 and 66. RGB value is (127,162,102). Sum of RGB (Red+Green+Blue) = 127+162+102=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA266 is #805D99. Grayscale: #909090. Windows color (decimal): -8412570 or 6726271. OLE color: 6726271.
HSL color Cylindrical-coordinate representation of color #7FA266: hue angle of 95º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FA266 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 102 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.36 |
| HSL | 95º | 0.24% | 0.52% | - |
| HSV(B) | 95º | 0.37% | 0.64% | - |
| XYZ | 24.07 | 31.31 | 17.35 | - |
| YUV | 144.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 102 | 0.22 | 0 | 0.37 | 0.36 | 95 | 0.24 | 0.52 |
| Hex | 7F | A2 | 66 | 16 | 0 | 25 | 24 | 5F | 18 | 34 |
| Octal | 177 | 242 | 146 | 26 | 0 | 45 | 44 | 137 | 30 | 64 |
| Binary | 1111111 | 10100010 | 1100110 | 10110 | 0 | 100101 | 100100 | 1011111 | 11000 | 110100 |
Color Harmonies of #7FA266
Complementary color
Monochromatic Colors of #7FA266
Black with #7FA266
Text Example
Text Example
White with #7FA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA266; }
p { color: rgb(127,162,102); }
H1.HeaderClassName
{
color: #7FA266;
}
.AnyTagClassName
{
color: #7FA266;
}
</style>
background-color css
<style>
a { background-color: #7FA266; }
a { background-color: rgb(127,162,102); }
div.DivClassName
{
background-color: #7FA266;
}
.BgClassName
{
background-color: #7FA266;
}
</style>
border-color css
<style>
span { border-color: #7FA266; }
span { border-color: rgb(127,162,102); }
td.TdClassName
{
border-color: #7FA266;
}
.TagClassName
{
border-color: #7FA266;
}
</style>