Shades of Asparagus #71A65C
Tints of Asparagus #71A65C
RGB
CMYK
RGB Variations
Color information
#71A65C (or 0x71A65C) is known color: Asparagus. HEX triplet: 71, A6 and 5C. RGB value is (113,166,92). Sum of RGB (Red+Green+Blue) = 113+166+92=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #71A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A65C is #8E59A3. Grayscale: #8D8D8D. Windows color (decimal): -9329060 or 6071921. OLE color: 6071921.
HSL color Cylindrical-coordinate representation of color #71A65C: hue angle of 102.97º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71A65C is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 166 | 92 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.35 |
| HSL | 102.97º | 0.29% | 0.51% | - |
| HSV(B) | 102.97º | 0.45% | 0.65% | - |
| XYZ | 22.38 | 31.56 | 15.04 | - |
| YUV | 141.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 92 | 0.32 | 0 | 0.45 | 0.35 | 102.97 | 0.29 | 0.51 |
| Hex | 71 | A6 | 5C | 20 | 0 | 2D | 23 | 67 | 1D | 33 |
| Octal | 161 | 246 | 134 | 40 | 0 | 55 | 43 | 147 | 35 | 63 |
| Binary | 1110001 | 10100110 | 1011100 | 100000 | 0 | 101101 | 100011 | 1100111 | 11101 | 110011 |
Color Harmonies of #71A65C
Complementary color
Monochromatic Colors of #71A65C
Black with #71A65C
Text Example
Text Example
White with #71A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A65C; }
p { color: rgb(113,166,92); }
H1.HeaderClassName
{
color: #71A65C;
}
.AnyTagClassName
{
color: #71A65C;
}
</style>
background-color css
<style>
a { background-color: #71A65C; }
a { background-color: rgb(113,166,92); }
div.DivClassName
{
background-color: #71A65C;
}
.BgClassName
{
background-color: #71A65C;
}
</style>
border-color css
<style>
span { border-color: #71A65C; }
span { border-color: rgb(113,166,92); }
td.TdClassName
{
border-color: #71A65C;
}
.TagClassName
{
border-color: #71A65C;
}
</style>