Shades of Asparagus #719E5D
Tints of Asparagus #719E5D
RGB
CMYK
RGB Variations
Color information
#719E5D (or 0x719E5D) is known color: Asparagus. HEX triplet: 71, 9E and 5D. RGB value is (113,158,93). Sum of RGB (Red+Green+Blue) = 113+158+93=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #719E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E5D is #8E61A2. Grayscale: #898989. Windows color (decimal): -9331107 or 6135409. OLE color: 6135409.
HSL color Cylindrical-coordinate representation of color #719E5D: hue angle of 101.54º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719E5D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 158 | 93 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.38 |
| HSL | 101.54º | 0.26% | 0.49% | - |
| HSV(B) | 101.54º | 0.41% | 0.62% | - |
| XYZ | 21.01 | 28.75 | 14.8 | - |
| YUV | 137.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 93 | 0.28 | 0 | 0.41 | 0.38 | 101.54 | 0.26 | 0.49 |
| Hex | 71 | 9E | 5D | 1C | 0 | 29 | 26 | 66 | 1A | 31 |
| Octal | 161 | 236 | 135 | 34 | 0 | 51 | 46 | 146 | 32 | 61 |
| Binary | 1110001 | 10011110 | 1011101 | 11100 | 0 | 101001 | 100110 | 1100110 | 11010 | 110001 |
Color Harmonies of #719E5D
Complementary color
Monochromatic Colors of #719E5D
Black with #719E5D
Text Example
Text Example
White with #719E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719E5D; }
p { color: rgb(113,158,93); }
H1.HeaderClassName
{
color: #719E5D;
}
.AnyTagClassName
{
color: #719E5D;
}
</style>
background-color css
<style>
a { background-color: #719E5D; }
a { background-color: rgb(113,158,93); }
div.DivClassName
{
background-color: #719E5D;
}
.BgClassName
{
background-color: #719E5D;
}
</style>
border-color css
<style>
span { border-color: #719E5D; }
span { border-color: rgb(113,158,93); }
td.TdClassName
{
border-color: #719E5D;
}
.TagClassName
{
border-color: #719E5D;
}
</style>