Shades of Asparagus #709D54
Tints of Asparagus #709D54
RGB
CMYK
RGB Variations
Color information
#709D54 (or 0x709D54) is known color: Asparagus. HEX triplet: 70, 9D and 54. RGB value is (112,157,84). Sum of RGB (Red+Green+Blue) = 112+157+84=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #709D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D54 is #8F62AB. Grayscale: #878787. Windows color (decimal): -9396908 or 5545328. OLE color: 5545328.
HSL color Cylindrical-coordinate representation of color #709D54: hue angle of 96.99º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709D54 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 84 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.38 |
| HSL | 96.99º | 0.3% | 0.47% | - |
| HSV(B) | 96.99º | 0.46% | 0.62% | - |
| XYZ | 20.34 | 28.2 | 12.76 | - |
| YUV | 135.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 84 | 0.29 | 0 | 0.46 | 0.38 | 96.99 | 0.3 | 0.47 |
| Hex | 70 | 9D | 54 | 1D | 0 | 2E | 26 | 61 | 1E | 2F |
| Octal | 160 | 235 | 124 | 35 | 0 | 56 | 46 | 141 | 36 | 57 |
| Binary | 1110000 | 10011101 | 1010100 | 11101 | 0 | 101110 | 100110 | 1100001 | 11110 | 101111 |
Color Harmonies of #709D54
Complementary color
Monochromatic Colors of #709D54
Black with #709D54
Text Example
Text Example
White with #709D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D54; }
p { color: rgb(112,157,84); }
H1.HeaderClassName
{
color: #709D54;
}
.AnyTagClassName
{
color: #709D54;
}
</style>
background-color css
<style>
a { background-color: #709D54; }
a { background-color: rgb(112,157,84); }
div.DivClassName
{
background-color: #709D54;
}
.BgClassName
{
background-color: #709D54;
}
</style>
border-color css
<style>
span { border-color: #709D54; }
span { border-color: rgb(112,157,84); }
td.TdClassName
{
border-color: #709D54;
}
.TagClassName
{
border-color: #709D54;
}
</style>