Shades of Asparagus #709545
Tints of Asparagus #709545
RGB
CMYK
RGB Variations
Color information
#709545 (or 0x709545) is known color: Asparagus. HEX triplet: 70, 95 and 45. RGB value is (112,149,69). Sum of RGB (Red+Green+Blue) = 112+149+69=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #709545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709545 is #8F6ABA. Grayscale: #818181. Windows color (decimal): -9398971 or 4560240. OLE color: 4560240.
HSL color Cylindrical-coordinate representation of color #709545: hue angle of 87.75º 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 #709545 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 69 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.42 |
| HSL | 87.75º | 0.37% | 0.43% | - |
| HSV(B) | 87.75º | 0.54% | 0.58% | - |
| XYZ | 18.5 | 25.37 | 9.55 | - |
| YUV | 128.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 69 | 0.25 | 0 | 0.54 | 0.42 | 87.75 | 0.37 | 0.43 |
| Hex | 70 | 95 | 45 | 19 | 0 | 36 | 2A | 58 | 25 | 2B |
| Octal | 160 | 225 | 105 | 31 | 0 | 66 | 52 | 130 | 45 | 53 |
| Binary | 1110000 | 10010101 | 1000101 | 11001 | 0 | 110110 | 101010 | 1011000 | 100101 | 101011 |
Color Harmonies of #709545
Complementary color
Monochromatic Colors of #709545
Black with #709545
Text Example
Text Example
White with #709545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709545; }
p { color: rgb(112,149,69); }
H1.HeaderClassName
{
color: #709545;
}
.AnyTagClassName
{
color: #709545;
}
</style>
background-color css
<style>
a { background-color: #709545; }
a { background-color: rgb(112,149,69); }
div.DivClassName
{
background-color: #709545;
}
.BgClassName
{
background-color: #709545;
}
</style>
border-color css
<style>
span { border-color: #709545; }
span { border-color: rgb(112,149,69); }
td.TdClassName
{
border-color: #709545;
}
.TagClassName
{
border-color: #709545;
}
</style>