Shades of Asparagus #71A147
Tints of Asparagus #71A147
RGB
CMYK
RGB Variations
Color information
#71A147 (or 0x71A147) is known color: Asparagus. HEX triplet: 71, A1 and 47. RGB value is (113,161,71). Sum of RGB (Red+Green+Blue) = 113+161+71=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #71A147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A147 is #8E5EB8. Grayscale: #888888. Windows color (decimal): -9330361 or 4694385. OLE color: 4694385.
HSL color Cylindrical-coordinate representation of color #71A147: hue angle of 92º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71A147 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 71 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.37 |
| HSL | 92º | 0.39% | 0.45% | - |
| HSV(B) | 92º | 0.56% | 0.63% | - |
| XYZ | 20.69 | 29.46 | 10.56 | - |
| YUV | 136.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 71 | 0.30 | 0 | 0.56 | 0.37 | 92 | 0.39 | 0.45 |
| Hex | 71 | A1 | 47 | 1E | 0 | 38 | 25 | 5C | 27 | 2D |
| Octal | 161 | 241 | 107 | 36 | 0 | 70 | 45 | 134 | 47 | 55 |
| Binary | 1110001 | 10100001 | 1000111 | 11110 | 0 | 111000 | 100101 | 1011100 | 100111 | 101101 |
Color Harmonies of #71A147
Complementary color
Monochromatic Colors of #71A147
Black with #71A147
Text Example
Text Example
White with #71A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A147; }
p { color: rgb(113,161,71); }
H1.HeaderClassName
{
color: #71A147;
}
.AnyTagClassName
{
color: #71A147;
}
</style>
background-color css
<style>
a { background-color: #71A147; }
a { background-color: rgb(113,161,71); }
div.DivClassName
{
background-color: #71A147;
}
.BgClassName
{
background-color: #71A147;
}
</style>
border-color css
<style>
span { border-color: #71A147; }
span { border-color: rgb(113,161,71); }
td.TdClassName
{
border-color: #71A147;
}
.TagClassName
{
border-color: #71A147;
}
</style>