Shades of Asparagus #71A346
Tints of Asparagus #71A346
RGB
CMYK
RGB Variations
Color information
#71A346 (or 0x71A346) is known color: Asparagus. HEX triplet: 71, A3 and 46. RGB value is (113,163,70). Sum of RGB (Red+Green+Blue) = 113+163+70=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #71A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A346 is #8E5CB9. Grayscale: #898989. Windows color (decimal): -9329850 or 4629361. OLE color: 4629361.
HSL color Cylindrical-coordinate representation of color #71A346: hue angle of 92.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71A346 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 163 | 70 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.36 |
| HSL | 92.26º | 0.4% | 0.46% | - |
| HSV(B) | 92.26º | 0.57% | 0.64% | - |
| XYZ | 21.01 | 30.15 | 10.51 | - |
| YUV | 137.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 163 | 70 | 0.31 | 0 | 0.57 | 0.36 | 92.26 | 0.4 | 0.46 |
| Hex | 71 | A3 | 46 | 1F | 0 | 39 | 24 | 5C | 28 | 2E |
| Octal | 161 | 243 | 106 | 37 | 0 | 71 | 44 | 134 | 50 | 56 |
| Binary | 1110001 | 10100011 | 1000110 | 11111 | 0 | 111001 | 100100 | 1011100 | 101000 | 101110 |
Color Harmonies of #71A346
Complementary color
Monochromatic Colors of #71A346
Black with #71A346
Text Example
Text Example
White with #71A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A346; }
p { color: rgb(113,163,70); }
H1.HeaderClassName
{
color: #71A346;
}
.AnyTagClassName
{
color: #71A346;
}
</style>
background-color css
<style>
a { background-color: #71A346; }
a { background-color: rgb(113,163,70); }
div.DivClassName
{
background-color: #71A346;
}
.BgClassName
{
background-color: #71A346;
}
</style>
border-color css
<style>
span { border-color: #71A346; }
span { border-color: rgb(113,163,70); }
td.TdClassName
{
border-color: #71A346;
}
.TagClassName
{
border-color: #71A346;
}
</style>