Shades of Asparagus #709553
Tints of Asparagus #709553
RGB
CMYK
RGB Variations
Color information
#709553 (or 0x709553) is known color: Asparagus. HEX triplet: 70, 95 and 53. RGB value is (112,149,83). Sum of RGB (Red+Green+Blue) = 112+149+83=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #709553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709553 is #8F6AAC. Grayscale: #828282. Windows color (decimal): -9398957 or 5477744. OLE color: 5477744.
HSL color Cylindrical-coordinate representation of color #709553: hue angle of 93.64º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709553 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 83 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.42 |
| HSL | 93.64º | 0.28% | 0.45% | - |
| HSV(B) | 93.64º | 0.44% | 0.58% | - |
| XYZ | 18.99 | 25.56 | 12.12 | - |
| YUV | 130.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 83 | 0.25 | 0 | 0.44 | 0.42 | 93.64 | 0.28 | 0.45 |
| Hex | 70 | 95 | 53 | 19 | 0 | 2C | 2A | 5E | 1C | 2D |
| Octal | 160 | 225 | 123 | 31 | 0 | 54 | 52 | 136 | 34 | 55 |
| Binary | 1110000 | 10010101 | 1010011 | 11001 | 0 | 101100 | 101010 | 1011110 | 11100 | 101101 |
Color Harmonies of #709553
Complementary color
Monochromatic Colors of #709553
Black with #709553
Text Example
Text Example
White with #709553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709553; }
p { color: rgb(112,149,83); }
H1.HeaderClassName
{
color: #709553;
}
.AnyTagClassName
{
color: #709553;
}
</style>
background-color css
<style>
a { background-color: #709553; }
a { background-color: rgb(112,149,83); }
div.DivClassName
{
background-color: #709553;
}
.BgClassName
{
background-color: #709553;
}
</style>
border-color css
<style>
span { border-color: #709553; }
span { border-color: rgb(112,149,83); }
td.TdClassName
{
border-color: #709553;
}
.TagClassName
{
border-color: #709553;
}
</style>