Shades of Asparagus #709651
Tints of Asparagus #709651
RGB
CMYK
RGB Variations
Color information
#709651 (or 0x709651) is known color: Asparagus. HEX triplet: 70, 96 and 51. RGB value is (112,150,81). Sum of RGB (Red+Green+Blue) = 112+150+81=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #709651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709651 is #8F69AE. Grayscale: #838383. Windows color (decimal): -9398703 or 5346928. OLE color: 5346928.
HSL color Cylindrical-coordinate representation of color #709651: hue angle of 93.04º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709651 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 81 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.41 |
| HSL | 93.04º | 0.3% | 0.45% | - |
| HSV(B) | 93.04º | 0.46% | 0.59% | - |
| XYZ | 19.07 | 25.85 | 11.77 | - |
| YUV | 130.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 81 | 0.25 | 0 | 0.46 | 0.41 | 93.04 | 0.3 | 0.45 |
| Hex | 70 | 96 | 51 | 19 | 0 | 2E | 29 | 5D | 1E | 2D |
| Octal | 160 | 226 | 121 | 31 | 0 | 56 | 51 | 135 | 36 | 55 |
| Binary | 1110000 | 10010110 | 1010001 | 11001 | 0 | 101110 | 101001 | 1011101 | 11110 | 101101 |
Color Harmonies of #709651
Complementary color
Monochromatic Colors of #709651
Black with #709651
Text Example
Text Example
White with #709651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709651; }
p { color: rgb(112,150,81); }
H1.HeaderClassName
{
color: #709651;
}
.AnyTagClassName
{
color: #709651;
}
</style>
background-color css
<style>
a { background-color: #709651; }
a { background-color: rgb(112,150,81); }
div.DivClassName
{
background-color: #709651;
}
.BgClassName
{
background-color: #709651;
}
</style>
border-color css
<style>
span { border-color: #709651; }
span { border-color: rgb(112,150,81); }
td.TdClassName
{
border-color: #709651;
}
.TagClassName
{
border-color: #709651;
}
</style>