Shades of Asparagus #71995B
Tints of Asparagus #71995B
RGB
CMYK
RGB Variations
Color information
#71995B (or 0x71995B) is known color: Asparagus. HEX triplet: 71, 99 and 5B. RGB value is (113,153,91). Sum of RGB (Red+Green+Blue) = 113+153+91=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #71995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71995B is #8E66A4. Grayscale: #868686. Windows color (decimal): -9332389 or 6003057. OLE color: 6003057.
HSL color Cylindrical-coordinate representation of color #71995B: hue angle of 98.71º degrees, saturation: 0.25, 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 #71995B is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 91 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.4 |
| HSL | 98.71º | 0.25% | 0.48% | - |
| HSV(B) | 98.71º | 0.41% | 0.6% | - |
| XYZ | 20.09 | 27.05 | 14.06 | - |
| YUV | 133.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 91 | 0.26 | 0 | 0.41 | 0.4 | 98.71 | 0.25 | 0.48 |
| Hex | 71 | 99 | 5B | 1A | 0 | 29 | 28 | 63 | 19 | 30 |
| Octal | 161 | 231 | 133 | 32 | 0 | 51 | 50 | 143 | 31 | 60 |
| Binary | 1110001 | 10011001 | 1011011 | 11010 | 0 | 101001 | 101000 | 1100011 | 11001 | 110000 |
Color Harmonies of #71995B
Complementary color
Monochromatic Colors of #71995B
Black with #71995B
Text Example
Text Example
White with #71995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71995B; }
p { color: rgb(113,153,91); }
H1.HeaderClassName
{
color: #71995B;
}
.AnyTagClassName
{
color: #71995B;
}
</style>
background-color css
<style>
a { background-color: #71995B; }
a { background-color: rgb(113,153,91); }
div.DivClassName
{
background-color: #71995B;
}
.BgClassName
{
background-color: #71995B;
}
</style>
border-color css
<style>
span { border-color: #71995B; }
span { border-color: rgb(113,153,91); }
td.TdClassName
{
border-color: #71995B;
}
.TagClassName
{
border-color: #71995B;
}
</style>