Shades of Asparagus #71A660
Tints of Asparagus #71A660
RGB
CMYK
RGB Variations
Color information
#71A660 (or 0x71A660) is known color: Asparagus. HEX triplet: 71, A6 and 60. RGB value is (113,166,96). Sum of RGB (Red+Green+Blue) = 113+166+96=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #71A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A660 is #8E599F. Grayscale: #8E8E8E. Windows color (decimal): -9329056 or 6334065. OLE color: 6334065.
HSL color Cylindrical-coordinate representation of color #71A660: hue angle of 105.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71A660 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 166 | 96 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.35 |
| HSL | 105.43º | 0.28% | 0.51% | - |
| HSV(B) | 105.43º | 0.42% | 0.65% | - |
| XYZ | 22.56 | 31.63 | 15.98 | - |
| YUV | 142.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 96 | 0.32 | 0 | 0.42 | 0.35 | 105.43 | 0.28 | 0.51 |
| Hex | 71 | A6 | 60 | 20 | 0 | 2A | 23 | 69 | 1C | 33 |
| Octal | 161 | 246 | 140 | 40 | 0 | 52 | 43 | 151 | 34 | 63 |
| Binary | 1110001 | 10100110 | 1100000 | 100000 | 0 | 101010 | 100011 | 1101001 | 11100 | 110011 |
Color Harmonies of #71A660
Complementary color
Monochromatic Colors of #71A660
Black with #71A660
Text Example
Text Example
White with #71A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A660; }
p { color: rgb(113,166,96); }
H1.HeaderClassName
{
color: #71A660;
}
.AnyTagClassName
{
color: #71A660;
}
</style>
background-color css
<style>
a { background-color: #71A660; }
a { background-color: rgb(113,166,96); }
div.DivClassName
{
background-color: #71A660;
}
.BgClassName
{
background-color: #71A660;
}
</style>
border-color css
<style>
span { border-color: #71A660; }
span { border-color: rgb(113,166,96); }
td.TdClassName
{
border-color: #71A660;
}
.TagClassName
{
border-color: #71A660;
}
</style>