Shades of Asparagus #71A148
Tints of Asparagus #71A148
RGB
CMYK
RGB Variations
Color information
#71A148 (or 0x71A148) is known color: Asparagus. HEX triplet: 71, A1 and 48. RGB value is (113,161,72). Sum of RGB (Red+Green+Blue) = 113+161+72=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #71A148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A148 is #8E5EB7. Grayscale: #888888. Windows color (decimal): -9330360 or 4759921. OLE color: 4759921.
HSL color Cylindrical-coordinate representation of color #71A148: hue angle of 92.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71A148 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 72 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.37 |
| HSL | 92.36º | 0.38% | 0.46% | - |
| HSV(B) | 92.36º | 0.55% | 0.63% | - |
| XYZ | 20.72 | 29.47 | 10.73 | - |
| YUV | 136.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 72 | 0.30 | 0 | 0.55 | 0.37 | 92.36 | 0.38 | 0.46 |
| Hex | 71 | A1 | 48 | 1E | 0 | 37 | 25 | 5C | 26 | 2E |
| Octal | 161 | 241 | 110 | 36 | 0 | 67 | 45 | 134 | 46 | 56 |
| Binary | 1110001 | 10100001 | 1001000 | 11110 | 0 | 110111 | 100101 | 1011100 | 100110 | 101110 |
Color Harmonies of #71A148
Complementary color
Monochromatic Colors of #71A148
Black with #71A148
Text Example
Text Example
White with #71A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A148; }
p { color: rgb(113,161,72); }
H1.HeaderClassName
{
color: #71A148;
}
.AnyTagClassName
{
color: #71A148;
}
</style>
background-color css
<style>
a { background-color: #71A148; }
a { background-color: rgb(113,161,72); }
div.DivClassName
{
background-color: #71A148;
}
.BgClassName
{
background-color: #71A148;
}
</style>
border-color css
<style>
span { border-color: #71A148; }
span { border-color: rgb(113,161,72); }
td.TdClassName
{
border-color: #71A148;
}
.TagClassName
{
border-color: #71A148;
}
</style>