Shades of Asparagus #71A05B
Tints of Asparagus #71A05B
RGB
CMYK
RGB Variations
Color information
#71A05B (or 0x71A05B) is known color: Asparagus. HEX triplet: 71, A0 and 5B. RGB value is (113,160,91). Sum of RGB (Red+Green+Blue) = 113+160+91=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #71A05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A05B is #8E5FA4. Grayscale: #8A8A8A. Windows color (decimal): -9330597 or 6004849. OLE color: 6004849.
HSL color Cylindrical-coordinate representation of color #71A05B: hue angle of 100.87º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71A05B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 91 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.37 |
| HSL | 100.87º | 0.27% | 0.49% | - |
| HSV(B) | 100.87º | 0.43% | 0.63% | - |
| XYZ | 21.27 | 29.41 | 14.45 | - |
| YUV | 138.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 91 | 0.29 | 0 | 0.43 | 0.37 | 100.87 | 0.27 | 0.49 |
| Hex | 71 | A0 | 5B | 1D | 0 | 2B | 25 | 65 | 1B | 31 |
| Octal | 161 | 240 | 133 | 35 | 0 | 53 | 45 | 145 | 33 | 61 |
| Binary | 1110001 | 10100000 | 1011011 | 11101 | 0 | 101011 | 100101 | 1100101 | 11011 | 110001 |
Color Harmonies of #71A05B
Complementary color
Monochromatic Colors of #71A05B
Black with #71A05B
Text Example
Text Example
White with #71A05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A05B; }
p { color: rgb(113,160,91); }
H1.HeaderClassName
{
color: #71A05B;
}
.AnyTagClassName
{
color: #71A05B;
}
</style>
background-color css
<style>
a { background-color: #71A05B; }
a { background-color: rgb(113,160,91); }
div.DivClassName
{
background-color: #71A05B;
}
.BgClassName
{
background-color: #71A05B;
}
</style>
border-color css
<style>
span { border-color: #71A05B; }
span { border-color: rgb(113,160,91); }
td.TdClassName
{
border-color: #71A05B;
}
.TagClassName
{
border-color: #71A05B;
}
</style>