Shades of Asparagus #71995A
Tints of Asparagus #71995A
RGB
CMYK
RGB Variations
Color information
#71995A (or 0x71995A) is known color: Asparagus. HEX triplet: 71, 99 and 5A. RGB value is (113,153,90). Sum of RGB (Red+Green+Blue) = 113+153+90=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #71995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71995A is #8E66A5. Grayscale: #868686. Windows color (decimal): -9332390 or 5937521. OLE color: 5937521.
HSL color Cylindrical-coordinate representation of color #71995A: hue angle of 98.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71995A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 90 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.4 |
| HSL | 98.1º | 0.26% | 0.48% | - |
| HSV(B) | 98.1º | 0.41% | 0.6% | - |
| XYZ | 20.05 | 27.03 | 13.83 | - |
| YUV | 133.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 90 | 0.26 | 0 | 0.41 | 0.4 | 98.1 | 0.26 | 0.48 |
| Hex | 71 | 99 | 5A | 1A | 0 | 29 | 28 | 62 | 1A | 30 |
| Octal | 161 | 231 | 132 | 32 | 0 | 51 | 50 | 142 | 32 | 60 |
| Binary | 1110001 | 10011001 | 1011010 | 11010 | 0 | 101001 | 101000 | 1100010 | 11010 | 110000 |
Color Harmonies of #71995A
Complementary color
Monochromatic Colors of #71995A
Black with #71995A
Text Example
Text Example
White with #71995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71995A; }
p { color: rgb(113,153,90); }
H1.HeaderClassName
{
color: #71995A;
}
.AnyTagClassName
{
color: #71995A;
}
</style>
background-color css
<style>
a { background-color: #71995A; }
a { background-color: rgb(113,153,90); }
div.DivClassName
{
background-color: #71995A;
}
.BgClassName
{
background-color: #71995A;
}
</style>
border-color css
<style>
span { border-color: #71995A; }
span { border-color: rgb(113,153,90); }
td.TdClassName
{
border-color: #71995A;
}
.TagClassName
{
border-color: #71995A;
}
</style>