Shades of Asparagus #719B5C
Tints of Asparagus #719B5C
RGB
CMYK
RGB Variations
Color information
#719B5C (or 0x719B5C) is known color: Asparagus. HEX triplet: 71, 9B and 5C. RGB value is (113,155,92). Sum of RGB (Red+Green+Blue) = 113+155+92=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #719B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B5C is #8E64A3. Grayscale: #878787. Windows color (decimal): -9331876 or 6069105. OLE color: 6069105.
HSL color Cylindrical-coordinate representation of color #719B5C: hue angle of 100º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719B5C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 92 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.39 |
| HSL | 100º | 0.26% | 0.48% | - |
| HSV(B) | 100º | 0.41% | 0.61% | - |
| XYZ | 20.46 | 27.73 | 14.4 | - |
| YUV | 135.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 92 | 0.27 | 0 | 0.41 | 0.39 | 100 | 0.26 | 0.48 |
| Hex | 71 | 9B | 5C | 1B | 0 | 29 | 27 | 64 | 1A | 30 |
| Octal | 161 | 233 | 134 | 33 | 0 | 51 | 47 | 144 | 32 | 60 |
| Binary | 1110001 | 10011011 | 1011100 | 11011 | 0 | 101001 | 100111 | 1100100 | 11010 | 110000 |
Color Harmonies of #719B5C
Complementary color
Monochromatic Colors of #719B5C
Black with #719B5C
Text Example
Text Example
White with #719B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B5C; }
p { color: rgb(113,155,92); }
H1.HeaderClassName
{
color: #719B5C;
}
.AnyTagClassName
{
color: #719B5C;
}
</style>
background-color css
<style>
a { background-color: #719B5C; }
a { background-color: rgb(113,155,92); }
div.DivClassName
{
background-color: #719B5C;
}
.BgClassName
{
background-color: #719B5C;
}
</style>
border-color css
<style>
span { border-color: #719B5C; }
span { border-color: rgb(113,155,92); }
td.TdClassName
{
border-color: #719B5C;
}
.TagClassName
{
border-color: #719B5C;
}
</style>