Shades of Asparagus #70A75D
Tints of Asparagus #70A75D
RGB
CMYK
RGB Variations
Color information
#70A75D (or 0x70A75D) is known color: Asparagus. HEX triplet: 70, A7 and 5D. RGB value is (112,167,93). Sum of RGB (Red+Green+Blue) = 112+167+93=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #70A75D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A75D is #8F58A2. Grayscale: #8E8E8E. Windows color (decimal): -9394339 or 6137712. OLE color: 6137712.
HSL color Cylindrical-coordinate representation of color #70A75D: hue angle of 104.59º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70A75D is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 167 | 93 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.35 |
| HSL | 104.59º | 0.3% | 0.51% | - |
| HSV(B) | 104.59º | 0.44% | 0.65% | - |
| XYZ | 22.48 | 31.87 | 15.32 | - |
| YUV | 142.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 93 | 0.33 | 0 | 0.44 | 0.35 | 104.59 | 0.3 | 0.51 |
| Hex | 70 | A7 | 5D | 21 | 0 | 2C | 23 | 69 | 1E | 33 |
| Octal | 160 | 247 | 135 | 41 | 0 | 54 | 43 | 151 | 36 | 63 |
| Binary | 1110000 | 10100111 | 1011101 | 100001 | 0 | 101100 | 100011 | 1101001 | 11110 | 110011 |
Color Harmonies of #70A75D
Complementary color
Monochromatic Colors of #70A75D
Black with #70A75D
Text Example
Text Example
White with #70A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A75D; }
p { color: rgb(112,167,93); }
H1.HeaderClassName
{
color: #70A75D;
}
.AnyTagClassName
{
color: #70A75D;
}
</style>
background-color css
<style>
a { background-color: #70A75D; }
a { background-color: rgb(112,167,93); }
div.DivClassName
{
background-color: #70A75D;
}
.BgClassName
{
background-color: #70A75D;
}
</style>
border-color css
<style>
span { border-color: #70A75D; }
span { border-color: rgb(112,167,93); }
td.TdClassName
{
border-color: #70A75D;
}
.TagClassName
{
border-color: #70A75D;
}
</style>