Shades of Asparagus #70995D
Tints of Asparagus #70995D
RGB
CMYK
RGB Variations
Color information
#70995D (or 0x70995D) is known color: Asparagus. HEX triplet: 70, 99 and 5D. RGB value is (112,153,93). Sum of RGB (Red+Green+Blue) = 112+153+93=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #70995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70995D is #8F66A2. Grayscale: #868686. Windows color (decimal): -9397923 or 6134128. OLE color: 6134128.
HSL color Cylindrical-coordinate representation of color #70995D: hue angle of 101º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70995D is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 93 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.4 |
| HSL | 101º | 0.24% | 0.48% | - |
| HSV(B) | 101º | 0.39% | 0.6% | - |
| XYZ | 20.05 | 27.02 | 14.51 | - |
| YUV | 133.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 93 | 0.27 | 0 | 0.39 | 0.4 | 101 | 0.24 | 0.48 |
| Hex | 70 | 99 | 5D | 1B | 0 | 27 | 28 | 65 | 18 | 30 |
| Octal | 160 | 231 | 135 | 33 | 0 | 47 | 50 | 145 | 30 | 60 |
| Binary | 1110000 | 10011001 | 1011101 | 11011 | 0 | 100111 | 101000 | 1100101 | 11000 | 110000 |
Color Harmonies of #70995D
Complementary color
Monochromatic Colors of #70995D
Black with #70995D
Text Example
Text Example
White with #70995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70995D; }
p { color: rgb(112,153,93); }
H1.HeaderClassName
{
color: #70995D;
}
.AnyTagClassName
{
color: #70995D;
}
</style>
background-color css
<style>
a { background-color: #70995D; }
a { background-color: rgb(112,153,93); }
div.DivClassName
{
background-color: #70995D;
}
.BgClassName
{
background-color: #70995D;
}
</style>
border-color css
<style>
span { border-color: #70995D; }
span { border-color: rgb(112,153,93); }
td.TdClassName
{
border-color: #70995D;
}
.TagClassName
{
border-color: #70995D;
}
</style>