Shades of Asparagus #71AA55
Tints of Asparagus #71AA55
RGB
CMYK
RGB Variations
Color information
#71AA55 (or 0x71AA55) is known color: Asparagus. HEX triplet: 71, AA and 55. RGB value is (113,170,85). Sum of RGB (Red+Green+Blue) = 113+170+85=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA55 is #8E55AA. Grayscale: #8F8F8F. Windows color (decimal): -9328043 or 5614193. OLE color: 5614193.
HSL color Cylindrical-coordinate representation of color #71AA55: hue angle of 100.24º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71AA55 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 85 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.33 |
| HSL | 100.24º | 0.33% | 0.5% | - |
| HSV(B) | 100.24º | 0.5% | 0.67% | - |
| XYZ | 22.82 | 32.92 | 13.74 | - |
| YUV | 143.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 85 | 0.34 | 0 | 0.50 | 0.33 | 100.24 | 0.33 | 0.5 |
| Hex | 71 | AA | 55 | 22 | 0 | 32 | 21 | 64 | 21 | 32 |
| Octal | 161 | 252 | 125 | 42 | 0 | 62 | 41 | 144 | 41 | 62 |
| Binary | 1110001 | 10101010 | 1010101 | 100010 | 0 | 110010 | 100001 | 1100100 | 100001 | 110010 |
Color Harmonies of #71AA55
Complementary color
Monochromatic Colors of #71AA55
Black with #71AA55
Text Example
Text Example
White with #71AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA55; }
p { color: rgb(113,170,85); }
H1.HeaderClassName
{
color: #71AA55;
}
.AnyTagClassName
{
color: #71AA55;
}
</style>
background-color css
<style>
a { background-color: #71AA55; }
a { background-color: rgb(113,170,85); }
div.DivClassName
{
background-color: #71AA55;
}
.BgClassName
{
background-color: #71AA55;
}
</style>
border-color css
<style>
span { border-color: #71AA55; }
span { border-color: rgb(113,170,85); }
td.TdClassName
{
border-color: #71AA55;
}
.TagClassName
{
border-color: #71AA55;
}
</style>