Shades of Asparagus #719C4E
Tints of Asparagus #719C4E
RGB
CMYK
RGB Variations
Color information
#719C4E (or 0x719C4E) is known color: Asparagus. HEX triplet: 71, 9C and 4E. RGB value is (113,156,78). Sum of RGB (Red+Green+Blue) = 113+156+78=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #719C4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C4E is #8E63B1. Grayscale: #868686. Windows color (decimal): -9331634 or 5151857. OLE color: 5151857.
HSL color Cylindrical-coordinate representation of color #719C4E: hue angle of 93.08º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #719C4E is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 78 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.39 |
| HSL | 93.08º | 0.33% | 0.46% | - |
| HSV(B) | 93.08º | 0.5% | 0.61% | - |
| XYZ | 20.07 | 27.84 | 11.52 | - |
| YUV | 134.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 78 | 0.28 | 0 | 0.5 | 0.39 | 93.08 | 0.33 | 0.46 |
| Hex | 71 | 9C | 4E | 1C | 0 | 32 | 27 | 5D | 21 | 2E |
| Octal | 161 | 234 | 116 | 34 | 0 | 62 | 47 | 135 | 41 | 56 |
| Binary | 1110001 | 10011100 | 1001110 | 11100 | 0 | 110010 | 100111 | 1011101 | 100001 | 101110 |
Color Harmonies of #719C4E
Complementary color
Monochromatic Colors of #719C4E
Black with #719C4E
Text Example
Text Example
White with #719C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C4E; }
p { color: rgb(113,156,78); }
H1.HeaderClassName
{
color: #719C4E;
}
.AnyTagClassName
{
color: #719C4E;
}
</style>
background-color css
<style>
a { background-color: #719C4E; }
a { background-color: rgb(113,156,78); }
div.DivClassName
{
background-color: #719C4E;
}
.BgClassName
{
background-color: #719C4E;
}
</style>
border-color css
<style>
span { border-color: #719C4E; }
span { border-color: rgb(113,156,78); }
td.TdClassName
{
border-color: #719C4E;
}
.TagClassName
{
border-color: #719C4E;
}
</style>