Shades of Asparagus #709B60
Tints of Asparagus #709B60
RGB
CMYK
RGB Variations
Color information
#709B60 (or 0x709B60) is known color: Asparagus. HEX triplet: 70, 9B and 60. RGB value is (112,155,96). Sum of RGB (Red+Green+Blue) = 112+155+96=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #709B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B60 is #8F649F. Grayscale: #878787. Windows color (decimal): -9397408 or 6331248. OLE color: 6331248.
HSL color Cylindrical-coordinate representation of color #709B60: hue angle of 103.73º 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 #709B60 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 96 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.39 |
| HSL | 103.73º | 0.24% | 0.49% | - |
| HSV(B) | 103.73º | 0.38% | 0.61% | - |
| XYZ | 20.51 | 27.73 | 15.34 | - |
| YUV | 135.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 96 | 0.28 | 0 | 0.38 | 0.39 | 103.73 | 0.24 | 0.49 |
| Hex | 70 | 9B | 60 | 1C | 0 | 26 | 27 | 68 | 18 | 31 |
| Octal | 160 | 233 | 140 | 34 | 0 | 46 | 47 | 150 | 30 | 61 |
| Binary | 1110000 | 10011011 | 1100000 | 11100 | 0 | 100110 | 100111 | 1101000 | 11000 | 110001 |
Color Harmonies of #709B60
Complementary color
Monochromatic Colors of #709B60
Black with #709B60
Text Example
Text Example
White with #709B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B60; }
p { color: rgb(112,155,96); }
H1.HeaderClassName
{
color: #709B60;
}
.AnyTagClassName
{
color: #709B60;
}
</style>
background-color css
<style>
a { background-color: #709B60; }
a { background-color: rgb(112,155,96); }
div.DivClassName
{
background-color: #709B60;
}
.BgClassName
{
background-color: #709B60;
}
</style>
border-color css
<style>
span { border-color: #709B60; }
span { border-color: rgb(112,155,96); }
td.TdClassName
{
border-color: #709B60;
}
.TagClassName
{
border-color: #709B60;
}
</style>