Shades of Asparagus #70A04E
Tints of Asparagus #70A04E
RGB
CMYK
RGB Variations
Color information
#70A04E (or 0x70A04E) is known color: Asparagus. HEX triplet: 70, A0 and 4E. RGB value is (112,160,78). Sum of RGB (Red+Green+Blue) = 112+160+78=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #70A04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A04E is #8F5FB1. Grayscale: #888888. Windows color (decimal): -9396146 or 5152880. OLE color: 5152880.
HSL color Cylindrical-coordinate representation of color #70A04E: hue angle of 95.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70A04E is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 78 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.37 |
| HSL | 95.12º | 0.34% | 0.47% | - |
| HSV(B) | 95.12º | 0.51% | 0.63% | - |
| XYZ | 20.63 | 29.14 | 11.74 | - |
| YUV | 136.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 78 | 0.30 | 0 | 0.51 | 0.37 | 95.12 | 0.34 | 0.47 |
| Hex | 70 | A0 | 4E | 1E | 0 | 33 | 25 | 5F | 22 | 2F |
| Octal | 160 | 240 | 116 | 36 | 0 | 63 | 45 | 137 | 42 | 57 |
| Binary | 1110000 | 10100000 | 1001110 | 11110 | 0 | 110011 | 100101 | 1011111 | 100010 | 101111 |
Color Harmonies of #70A04E
Complementary color
Monochromatic Colors of #70A04E
Black with #70A04E
Text Example
Text Example
White with #70A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A04E; }
p { color: rgb(112,160,78); }
H1.HeaderClassName
{
color: #70A04E;
}
.AnyTagClassName
{
color: #70A04E;
}
</style>
background-color css
<style>
a { background-color: #70A04E; }
a { background-color: rgb(112,160,78); }
div.DivClassName
{
background-color: #70A04E;
}
.BgClassName
{
background-color: #70A04E;
}
</style>
border-color css
<style>
span { border-color: #70A04E; }
span { border-color: rgb(112,160,78); }
td.TdClassName
{
border-color: #70A04E;
}
.TagClassName
{
border-color: #70A04E;
}
</style>