Shades of Asparagus #70A655
Tints of Asparagus #70A655
RGB
CMYK
RGB Variations
Color information
#70A655 (or 0x70A655) is known color: Asparagus. HEX triplet: 70, A6 and 55. RGB value is (112,166,85). Sum of RGB (Red+Green+Blue) = 112+166+85=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #70A655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A655 is #8F59AA. Grayscale: #8C8C8C. Windows color (decimal): -9394603 or 5613168. OLE color: 5613168.
HSL color Cylindrical-coordinate representation of color #70A655: hue angle of 100º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A655 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 85 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.35 |
| HSL | 100º | 0.32% | 0.49% | - |
| HSV(B) | 100º | 0.49% | 0.65% | - |
| XYZ | 21.96 | 31.37 | 13.49 | - |
| YUV | 140.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 85 | 0.33 | 0 | 0.49 | 0.35 | 100 | 0.32 | 0.49 |
| Hex | 70 | A6 | 55 | 21 | 0 | 31 | 23 | 64 | 20 | 31 |
| Octal | 160 | 246 | 125 | 41 | 0 | 61 | 43 | 144 | 40 | 61 |
| Binary | 1110000 | 10100110 | 1010101 | 100001 | 0 | 110001 | 100011 | 1100100 | 100000 | 110001 |
Color Harmonies of #70A655
Complementary color
Monochromatic Colors of #70A655
Black with #70A655
Text Example
Text Example
White with #70A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A655; }
p { color: rgb(112,166,85); }
H1.HeaderClassName
{
color: #70A655;
}
.AnyTagClassName
{
color: #70A655;
}
</style>
background-color css
<style>
a { background-color: #70A655; }
a { background-color: rgb(112,166,85); }
div.DivClassName
{
background-color: #70A655;
}
.BgClassName
{
background-color: #70A655;
}
</style>
border-color css
<style>
span { border-color: #70A655; }
span { border-color: rgb(112,166,85); }
td.TdClassName
{
border-color: #70A655;
}
.TagClassName
{
border-color: #70A655;
}
</style>