Shades of Asparagus #7FA168
Tints of Asparagus #7FA168
RGB
CMYK
RGB Variations
Color information
#7FA168 (or 0x7FA168) is known color: Asparagus. HEX triplet: 7F, A1 and 68. RGB value is (127,161,104). Sum of RGB (Red+Green+Blue) = 127+161+104=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA168 is #805E97. Grayscale: #909090. Windows color (decimal): -8412824 or 6857087. OLE color: 6857087.
HSL color Cylindrical-coordinate representation of color #7FA168: hue angle of 95.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FA168 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 104 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.37 |
| HSL | 95.79º | 0.23% | 0.52% | - |
| HSV(B) | 95.79º | 0.35% | 0.63% | - |
| XYZ | 24 | 31 | 17.82 | - |
| YUV | 144.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 104 | 0.21 | 0 | 0.35 | 0.37 | 95.79 | 0.23 | 0.52 |
| Hex | 7F | A1 | 68 | 15 | 0 | 23 | 25 | 60 | 17 | 34 |
| Octal | 177 | 241 | 150 | 25 | 0 | 43 | 45 | 140 | 27 | 64 |
| Binary | 1111111 | 10100001 | 1101000 | 10101 | 0 | 100011 | 100101 | 1100000 | 10111 | 110100 |
Color Harmonies of #7FA168
Complementary color
Monochromatic Colors of #7FA168
Black with #7FA168
Text Example
Text Example
White with #7FA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA168; }
p { color: rgb(127,161,104); }
H1.HeaderClassName
{
color: #7FA168;
}
.AnyTagClassName
{
color: #7FA168;
}
</style>
background-color css
<style>
a { background-color: #7FA168; }
a { background-color: rgb(127,161,104); }
div.DivClassName
{
background-color: #7FA168;
}
.BgClassName
{
background-color: #7FA168;
}
</style>
border-color css
<style>
span { border-color: #7FA168; }
span { border-color: rgb(127,161,104); }
td.TdClassName
{
border-color: #7FA168;
}
.TagClassName
{
border-color: #7FA168;
}
</style>