Shades of Asparagus #709C60
Tints of Asparagus #709C60
RGB
CMYK
RGB Variations
Color information
#709C60 (or 0x709C60) is known color: Asparagus. HEX triplet: 70, 9C and 60. RGB value is (112,156,96). Sum of RGB (Red+Green+Blue) = 112+156+96=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #709C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C60 is #8F639F. Grayscale: #888888. Windows color (decimal): -9397152 or 6331504. OLE color: 6331504.
HSL color Cylindrical-coordinate representation of color #709C60: hue angle of 104º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #709C60 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 96 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.39 |
| HSL | 104º | 0.24% | 0.49% | - |
| HSV(B) | 104º | 0.38% | 0.61% | - |
| XYZ | 20.68 | 28.07 | 15.39 | - |
| YUV | 136 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 96 | 0.28 | 0 | 0.38 | 0.39 | 104 | 0.24 | 0.49 |
| Hex | 70 | 9C | 60 | 1C | 0 | 26 | 27 | 68 | 18 | 31 |
| Octal | 160 | 234 | 140 | 34 | 0 | 46 | 47 | 150 | 30 | 61 |
| Binary | 1110000 | 10011100 | 1100000 | 11100 | 0 | 100110 | 100111 | 1101000 | 11000 | 110001 |
Color Harmonies of #709C60
Complementary color
Monochromatic Colors of #709C60
Black with #709C60
Text Example
Text Example
White with #709C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C60; }
p { color: rgb(112,156,96); }
H1.HeaderClassName
{
color: #709C60;
}
.AnyTagClassName
{
color: #709C60;
}
</style>
background-color css
<style>
a { background-color: #709C60; }
a { background-color: rgb(112,156,96); }
div.DivClassName
{
background-color: #709C60;
}
.BgClassName
{
background-color: #709C60;
}
</style>
border-color css
<style>
span { border-color: #709C60; }
span { border-color: rgb(112,156,96); }
td.TdClassName
{
border-color: #709C60;
}
.TagClassName
{
border-color: #709C60;
}
</style>