Shades of Asparagus #70A351
Tints of Asparagus #70A351
RGB
CMYK
RGB Variations
Color information
#70A351 (or 0x70A351) is known color: Asparagus. HEX triplet: 70, A3 and 51. RGB value is (112,163,81). Sum of RGB (Red+Green+Blue) = 112+163+81=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #70A351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A351 is #8F5CAE. Grayscale: #8A8A8A. Windows color (decimal): -9395375 or 5350256. OLE color: 5350256.
HSL color Cylindrical-coordinate representation of color #70A351: hue angle of 97.32º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A351 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 81 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.36 |
| HSL | 97.32º | 0.34% | 0.48% | - |
| HSV(B) | 97.32º | 0.5% | 0.64% | - |
| XYZ | 21.26 | 30.23 | 12.5 | - |
| YUV | 138.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 81 | 0.31 | 0 | 0.50 | 0.36 | 97.32 | 0.34 | 0.48 |
| Hex | 70 | A3 | 51 | 1F | 0 | 32 | 24 | 61 | 22 | 30 |
| Octal | 160 | 243 | 121 | 37 | 0 | 62 | 44 | 141 | 42 | 60 |
| Binary | 1110000 | 10100011 | 1010001 | 11111 | 0 | 110010 | 100100 | 1100001 | 100010 | 110000 |
Color Harmonies of #70A351
Complementary color
Monochromatic Colors of #70A351
Black with #70A351
Text Example
Text Example
White with #70A351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A351; }
p { color: rgb(112,163,81); }
H1.HeaderClassName
{
color: #70A351;
}
.AnyTagClassName
{
color: #70A351;
}
</style>
background-color css
<style>
a { background-color: #70A351; }
a { background-color: rgb(112,163,81); }
div.DivClassName
{
background-color: #70A351;
}
.BgClassName
{
background-color: #70A351;
}
</style>
border-color css
<style>
span { border-color: #70A351; }
span { border-color: rgb(112,163,81); }
td.TdClassName
{
border-color: #70A351;
}
.TagClassName
{
border-color: #70A351;
}
</style>