Shades of Asparagus #71A15F
Tints of Asparagus #71A15F
RGB
CMYK
RGB Variations
Color information
#71A15F (or 0x71A15F) is known color: Asparagus. HEX triplet: 71, A1 and 5F. RGB value is (113,161,95). Sum of RGB (Red+Green+Blue) = 113+161+95=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #71A15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A15F is #8E5EA0. Grayscale: #8B8B8B. Windows color (decimal): -9330337 or 6267249. OLE color: 6267249.
HSL color Cylindrical-coordinate representation of color #71A15F: hue angle of 103.64º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71A15F is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 95 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.37 |
| HSL | 103.64º | 0.26% | 0.5% | - |
| HSV(B) | 103.64º | 0.41% | 0.63% | - |
| XYZ | 21.62 | 29.83 | 15.44 | - |
| YUV | 139.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 95 | 0.30 | 0 | 0.41 | 0.37 | 103.64 | 0.26 | 0.5 |
| Hex | 71 | A1 | 5F | 1E | 0 | 29 | 25 | 68 | 1A | 32 |
| Octal | 161 | 241 | 137 | 36 | 0 | 51 | 45 | 150 | 32 | 62 |
| Binary | 1110001 | 10100001 | 1011111 | 11110 | 0 | 101001 | 100101 | 1101000 | 11010 | 110010 |
Color Harmonies of #71A15F
Complementary color
Monochromatic Colors of #71A15F
Black with #71A15F
Text Example
Text Example
White with #71A15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A15F; }
p { color: rgb(113,161,95); }
H1.HeaderClassName
{
color: #71A15F;
}
.AnyTagClassName
{
color: #71A15F;
}
</style>
background-color css
<style>
a { background-color: #71A15F; }
a { background-color: rgb(113,161,95); }
div.DivClassName
{
background-color: #71A15F;
}
.BgClassName
{
background-color: #71A15F;
}
</style>
border-color css
<style>
span { border-color: #71A15F; }
span { border-color: rgb(113,161,95); }
td.TdClassName
{
border-color: #71A15F;
}
.TagClassName
{
border-color: #71A15F;
}
</style>