Shades of Asparagus #71A059
Tints of Asparagus #71A059
RGB
CMYK
RGB Variations
Color information
#71A059 (or 0x71A059) is known color: Asparagus. HEX triplet: 71, A0 and 59. RGB value is (113,160,89). Sum of RGB (Red+Green+Blue) = 113+160+89=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #71A059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A059 is #8E5FA6. Grayscale: #8A8A8A. Windows color (decimal): -9330599 or 5873777. OLE color: 5873777.
HSL color Cylindrical-coordinate representation of color #71A059: hue angle of 99.72º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71A059 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 89 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.37 |
| HSL | 99.72º | 0.29% | 0.49% | - |
| HSV(B) | 99.72º | 0.44% | 0.63% | - |
| XYZ | 21.18 | 29.37 | 14 | - |
| YUV | 137.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 89 | 0.29 | 0 | 0.44 | 0.37 | 99.72 | 0.29 | 0.49 |
| Hex | 71 | A0 | 59 | 1D | 0 | 2C | 25 | 64 | 1D | 31 |
| Octal | 161 | 240 | 131 | 35 | 0 | 54 | 45 | 144 | 35 | 61 |
| Binary | 1110001 | 10100000 | 1011001 | 11101 | 0 | 101100 | 100101 | 1100100 | 11101 | 110001 |
Color Harmonies of #71A059
Complementary color
Monochromatic Colors of #71A059
Black with #71A059
Text Example
Text Example
White with #71A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A059; }
p { color: rgb(113,160,89); }
H1.HeaderClassName
{
color: #71A059;
}
.AnyTagClassName
{
color: #71A059;
}
</style>
background-color css
<style>
a { background-color: #71A059; }
a { background-color: rgb(113,160,89); }
div.DivClassName
{
background-color: #71A059;
}
.BgClassName
{
background-color: #71A059;
}
</style>
border-color css
<style>
span { border-color: #71A059; }
span { border-color: rgb(113,160,89); }
td.TdClassName
{
border-color: #71A059;
}
.TagClassName
{
border-color: #71A059;
}
</style>