Shades of Asparagus #71A856
Tints of Asparagus #71A856
RGB
CMYK
RGB Variations
Color information
#71A856 (or 0x71A856) is known color: Asparagus. HEX triplet: 71, A8 and 56. RGB value is (113,168,86). Sum of RGB (Red+Green+Blue) = 113+168+86=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #71A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A856 is #8E57A9. Grayscale: #8E8E8E. Windows color (decimal): -9328554 or 5679217. OLE color: 5679217.
HSL color Cylindrical-coordinate representation of color #71A856: hue angle of 100.24º degrees, saturation: 0.32, 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 #71A856 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 86 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.34 |
| HSL | 100.24º | 0.32% | 0.5% | - |
| HSV(B) | 100.24º | 0.49% | 0.66% | - |
| XYZ | 22.49 | 32.19 | 13.83 | - |
| YUV | 142.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 86 | 0.33 | 0 | 0.49 | 0.34 | 100.24 | 0.32 | 0.5 |
| Hex | 71 | A8 | 56 | 21 | 0 | 31 | 22 | 64 | 20 | 32 |
| Octal | 161 | 250 | 126 | 41 | 0 | 61 | 42 | 144 | 40 | 62 |
| Binary | 1110001 | 10101000 | 1010110 | 100001 | 0 | 110001 | 100010 | 1100100 | 100000 | 110010 |
Color Harmonies of #71A856
Complementary color
Monochromatic Colors of #71A856
Black with #71A856
Text Example
Text Example
White with #71A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A856; }
p { color: rgb(113,168,86); }
H1.HeaderClassName
{
color: #71A856;
}
.AnyTagClassName
{
color: #71A856;
}
</style>
background-color css
<style>
a { background-color: #71A856; }
a { background-color: rgb(113,168,86); }
div.DivClassName
{
background-color: #71A856;
}
.BgClassName
{
background-color: #71A856;
}
</style>
border-color css
<style>
span { border-color: #71A856; }
span { border-color: rgb(113,168,86); }
td.TdClassName
{
border-color: #71A856;
}
.TagClassName
{
border-color: #71A856;
}
</style>