Shades of Asparagus #70A15C
Tints of Asparagus #70A15C
RGB
CMYK
RGB Variations
Color information
#70A15C (or 0x70A15C) is known color: Asparagus. HEX triplet: 70, A1 and 5C. RGB value is (112,161,92). Sum of RGB (Red+Green+Blue) = 112+161+92=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #70A15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A15C is #8F5EA3. Grayscale: #8A8A8A. Windows color (decimal): -9395876 or 6070640. OLE color: 6070640.
HSL color Cylindrical-coordinate representation of color #70A15C: hue angle of 102.61º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70A15C is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 92 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.37 |
| HSL | 102.61º | 0.27% | 0.5% | - |
| HSV(B) | 102.61º | 0.43% | 0.63% | - |
| XYZ | 21.36 | 29.71 | 14.73 | - |
| YUV | 138.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 92 | 0.30 | 0 | 0.43 | 0.37 | 102.61 | 0.27 | 0.5 |
| Hex | 70 | A1 | 5C | 1E | 0 | 2B | 25 | 67 | 1B | 32 |
| Octal | 160 | 241 | 134 | 36 | 0 | 53 | 45 | 147 | 33 | 62 |
| Binary | 1110000 | 10100001 | 1011100 | 11110 | 0 | 101011 | 100101 | 1100111 | 11011 | 110010 |
Color Harmonies of #70A15C
Complementary color
Monochromatic Colors of #70A15C
Black with #70A15C
Text Example
Text Example
White with #70A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A15C; }
p { color: rgb(112,161,92); }
H1.HeaderClassName
{
color: #70A15C;
}
.AnyTagClassName
{
color: #70A15C;
}
</style>
background-color css
<style>
a { background-color: #70A15C; }
a { background-color: rgb(112,161,92); }
div.DivClassName
{
background-color: #70A15C;
}
.BgClassName
{
background-color: #70A15C;
}
</style>
border-color css
<style>
span { border-color: #70A15C; }
span { border-color: rgb(112,161,92); }
td.TdClassName
{
border-color: #70A15C;
}
.TagClassName
{
border-color: #70A15C;
}
</style>