Shades of Asparagus #70A45A
Tints of Asparagus #70A45A
RGB
CMYK
RGB Variations
Color information
#70A45A (or 0x70A45A) is known color: Asparagus. HEX triplet: 70, A4 and 5A. RGB value is (112,164,90). Sum of RGB (Red+Green+Blue) = 112+164+90=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #70A45A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A45A is #8F5BA5. Grayscale: #8C8C8C. Windows color (decimal): -9395110 or 5940336. OLE color: 5940336.
HSL color Cylindrical-coordinate representation of color #70A45A: hue angle of 102.16º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70A45A is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 90 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.36 |
| HSL | 102.16º | 0.29% | 0.5% | - |
| HSV(B) | 102.16º | 0.45% | 0.64% | - |
| XYZ | 21.8 | 30.73 | 14.46 | - |
| YUV | 140.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 90 | 0.32 | 0 | 0.45 | 0.36 | 102.16 | 0.29 | 0.5 |
| Hex | 70 | A4 | 5A | 20 | 0 | 2D | 24 | 66 | 1D | 32 |
| Octal | 160 | 244 | 132 | 40 | 0 | 55 | 44 | 146 | 35 | 62 |
| Binary | 1110000 | 10100100 | 1011010 | 100000 | 0 | 101101 | 100100 | 1100110 | 11101 | 110010 |
Color Harmonies of #70A45A
Complementary color
Monochromatic Colors of #70A45A
Black with #70A45A
Text Example
Text Example
White with #70A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A45A; }
p { color: rgb(112,164,90); }
H1.HeaderClassName
{
color: #70A45A;
}
.AnyTagClassName
{
color: #70A45A;
}
</style>
background-color css
<style>
a { background-color: #70A45A; }
a { background-color: rgb(112,164,90); }
div.DivClassName
{
background-color: #70A45A;
}
.BgClassName
{
background-color: #70A45A;
}
</style>
border-color css
<style>
span { border-color: #70A45A; }
span { border-color: rgb(112,164,90); }
td.TdClassName
{
border-color: #70A45A;
}
.TagClassName
{
border-color: #70A45A;
}
</style>