Shades of Asparagus #71A658
Tints of Asparagus #71A658
RGB
CMYK
RGB Variations
Color information
#71A658 (or 0x71A658) is known color: Asparagus. HEX triplet: 71, A6 and 58. RGB value is (113,166,88). Sum of RGB (Red+Green+Blue) = 113+166+88=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #71A658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A658 is #8E59A7. Grayscale: #8D8D8D. Windows color (decimal): -9329064 or 5809777. OLE color: 5809777.
HSL color Cylindrical-coordinate representation of color #71A658: hue angle of 100.77º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71A658 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 166 | 88 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.35 |
| HSL | 100.77º | 0.31% | 0.5% | - |
| HSV(B) | 100.77º | 0.47% | 0.65% | - |
| XYZ | 22.21 | 31.49 | 14.14 | - |
| YUV | 141.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 88 | 0.32 | 0 | 0.47 | 0.35 | 100.77 | 0.31 | 0.5 |
| Hex | 71 | A6 | 58 | 20 | 0 | 2F | 23 | 65 | 1F | 32 |
| Octal | 161 | 246 | 130 | 40 | 0 | 57 | 43 | 145 | 37 | 62 |
| Binary | 1110001 | 10100110 | 1011000 | 100000 | 0 | 101111 | 100011 | 1100101 | 11111 | 110010 |
Color Harmonies of #71A658
Complementary color
Monochromatic Colors of #71A658
Black with #71A658
Text Example
Text Example
White with #71A658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A658; }
p { color: rgb(113,166,88); }
H1.HeaderClassName
{
color: #71A658;
}
.AnyTagClassName
{
color: #71A658;
}
</style>
background-color css
<style>
a { background-color: #71A658; }
a { background-color: rgb(113,166,88); }
div.DivClassName
{
background-color: #71A658;
}
.BgClassName
{
background-color: #71A658;
}
</style>
border-color css
<style>
span { border-color: #71A658; }
span { border-color: rgb(113,166,88); }
td.TdClassName
{
border-color: #71A658;
}
.TagClassName
{
border-color: #71A658;
}
</style>