Shades of Asparagus #71A855
Tints of Asparagus #71A855
RGB
CMYK
RGB Variations
Color information
#71A855 (or 0x71A855) is known color: Asparagus. HEX triplet: 71, A8 and 55. RGB value is (113,168,85). Sum of RGB (Red+Green+Blue) = 113+168+85=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #71A855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A855 is #8E57AA. Grayscale: #8E8E8E. Windows color (decimal): -9328555 or 5613681. OLE color: 5613681.
HSL color Cylindrical-coordinate representation of color #71A855: hue angle of 99.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71A855 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 85 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.34 |
| HSL | 99.76º | 0.33% | 0.5% | - |
| HSV(B) | 99.76º | 0.49% | 0.66% | - |
| XYZ | 22.45 | 32.17 | 13.62 | - |
| YUV | 142.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 85 | 0.33 | 0 | 0.49 | 0.34 | 99.76 | 0.33 | 0.5 |
| Hex | 71 | A8 | 55 | 21 | 0 | 31 | 22 | 64 | 21 | 32 |
| Octal | 161 | 250 | 125 | 41 | 0 | 61 | 42 | 144 | 41 | 62 |
| Binary | 1110001 | 10101000 | 1010101 | 100001 | 0 | 110001 | 100010 | 1100100 | 100001 | 110010 |
Color Harmonies of #71A855
Complementary color
Monochromatic Colors of #71A855
Black with #71A855
Text Example
Text Example
White with #71A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A855; }
p { color: rgb(113,168,85); }
H1.HeaderClassName
{
color: #71A855;
}
.AnyTagClassName
{
color: #71A855;
}
</style>
background-color css
<style>
a { background-color: #71A855; }
a { background-color: rgb(113,168,85); }
div.DivClassName
{
background-color: #71A855;
}
.BgClassName
{
background-color: #71A855;
}
</style>
border-color css
<style>
span { border-color: #71A855; }
span { border-color: rgb(113,168,85); }
td.TdClassName
{
border-color: #71A855;
}
.TagClassName
{
border-color: #71A855;
}
</style>