Shades of Asparagus #709544
Tints of Asparagus #709544
RGB
CMYK
RGB Variations
Color information
#709544 (or 0x709544) is known color: Asparagus. HEX triplet: 70, 95 and 44. RGB value is (112,149,68). Sum of RGB (Red+Green+Blue) = 112+149+68=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #709544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709544 is #8F6ABB. Grayscale: #808080. Windows color (decimal): -9398972 or 4494704. OLE color: 4494704.
HSL color Cylindrical-coordinate representation of color #709544: hue angle of 87.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709544 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 68 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.42 |
| HSL | 87.41º | 0.37% | 0.43% | - |
| HSV(B) | 87.41º | 0.54% | 0.58% | - |
| XYZ | 18.47 | 25.36 | 9.39 | - |
| YUV | 128.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 68 | 0.25 | 0 | 0.54 | 0.42 | 87.41 | 0.37 | 0.43 |
| Hex | 70 | 95 | 44 | 19 | 0 | 36 | 2A | 57 | 25 | 2B |
| Octal | 160 | 225 | 104 | 31 | 0 | 66 | 52 | 127 | 45 | 53 |
| Binary | 1110000 | 10010101 | 1000100 | 11001 | 0 | 110110 | 101010 | 1010111 | 100101 | 101011 |
Color Harmonies of #709544
Complementary color
Monochromatic Colors of #709544
Black with #709544
Text Example
Text Example
White with #709544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709544; }
p { color: rgb(112,149,68); }
H1.HeaderClassName
{
color: #709544;
}
.AnyTagClassName
{
color: #709544;
}
</style>
background-color css
<style>
a { background-color: #709544; }
a { background-color: rgb(112,149,68); }
div.DivClassName
{
background-color: #709544;
}
.BgClassName
{
background-color: #709544;
}
</style>
border-color css
<style>
span { border-color: #709544; }
span { border-color: rgb(112,149,68); }
td.TdClassName
{
border-color: #709544;
}
.TagClassName
{
border-color: #709544;
}
</style>