Shades of Asparagus #709855
Tints of Asparagus #709855
RGB
CMYK
RGB Variations
Color information
#709855 (or 0x709855) is known color: Asparagus. HEX triplet: 70, 98 and 55. RGB value is (112,152,85). Sum of RGB (Red+Green+Blue) = 112+152+85=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #709855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709855 is #8F67AA. Grayscale: #848484. Windows color (decimal): -9398187 or 5609584. OLE color: 5609584.
HSL color Cylindrical-coordinate representation of color #709855: hue angle of 95.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709855 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 85 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.40 |
| HSL | 95.82º | 0.28% | 0.46% | - |
| HSV(B) | 95.82º | 0.44% | 0.6% | - |
| XYZ | 19.55 | 26.56 | 12.69 | - |
| YUV | 132.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 85 | 0.26 | 0 | 0.44 | 0.40 | 95.82 | 0.28 | 0.46 |
| Hex | 70 | 98 | 55 | 1A | 0 | 2C | 28 | 60 | 1C | 2E |
| Octal | 160 | 230 | 125 | 32 | 0 | 54 | 50 | 140 | 34 | 56 |
| Binary | 1110000 | 10011000 | 1010101 | 11010 | 0 | 101100 | 101000 | 1100000 | 11100 | 101110 |
Color Harmonies of #709855
Complementary color
Monochromatic Colors of #709855
Black with #709855
Text Example
Text Example
White with #709855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709855; }
p { color: rgb(112,152,85); }
H1.HeaderClassName
{
color: #709855;
}
.AnyTagClassName
{
color: #709855;
}
</style>
background-color css
<style>
a { background-color: #709855; }
a { background-color: rgb(112,152,85); }
div.DivClassName
{
background-color: #709855;
}
.BgClassName
{
background-color: #709855;
}
</style>
border-color css
<style>
span { border-color: #709855; }
span { border-color: rgb(112,152,85); }
td.TdClassName
{
border-color: #709855;
}
.TagClassName
{
border-color: #709855;
}
</style>