Shades of Asparagus #71A65F
Tints of Asparagus #71A65F
RGB
CMYK
RGB Variations
Color information
#71A65F (or 0x71A65F) is known color: Asparagus. HEX triplet: 71, A6 and 5F. RGB value is (113,166,95). Sum of RGB (Red+Green+Blue) = 113+166+95=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #71A65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A65F is #8E59A0. Grayscale: #8E8E8E. Windows color (decimal): -9329057 or 6268529. OLE color: 6268529.
HSL color Cylindrical-coordinate representation of color #71A65F: hue angle of 104.79º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71A65F is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 166 | 95 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.35 |
| HSL | 104.79º | 0.29% | 0.51% | - |
| HSV(B) | 104.79º | 0.43% | 0.65% | - |
| XYZ | 22.51 | 31.61 | 15.74 | - |
| YUV | 142.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 95 | 0.32 | 0 | 0.43 | 0.35 | 104.79 | 0.29 | 0.51 |
| Hex | 71 | A6 | 5F | 20 | 0 | 2B | 23 | 69 | 1D | 33 |
| Octal | 161 | 246 | 137 | 40 | 0 | 53 | 43 | 151 | 35 | 63 |
| Binary | 1110001 | 10100110 | 1011111 | 100000 | 0 | 101011 | 100011 | 1101001 | 11101 | 110011 |
Color Harmonies of #71A65F
Complementary color
Monochromatic Colors of #71A65F
Black with #71A65F
Text Example
Text Example
White with #71A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A65F; }
p { color: rgb(113,166,95); }
H1.HeaderClassName
{
color: #71A65F;
}
.AnyTagClassName
{
color: #71A65F;
}
</style>
background-color css
<style>
a { background-color: #71A65F; }
a { background-color: rgb(113,166,95); }
div.DivClassName
{
background-color: #71A65F;
}
.BgClassName
{
background-color: #71A65F;
}
</style>
border-color css
<style>
span { border-color: #71A65F; }
span { border-color: rgb(113,166,95); }
td.TdClassName
{
border-color: #71A65F;
}
.TagClassName
{
border-color: #71A65F;
}
</style>