Shades of Asparagus #709758
Tints of Asparagus #709758
RGB
CMYK
RGB Variations
Color information
#709758 (or 0x709758) is known color: Asparagus. HEX triplet: 70, 97 and 58. RGB value is (112,151,88). Sum of RGB (Red+Green+Blue) = 112+151+88=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #709758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709758 is #8F68A7. Grayscale: #848484. Windows color (decimal): -9398440 or 5805936. OLE color: 5805936.
HSL color Cylindrical-coordinate representation of color #709758: hue angle of 97.14º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709758 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 88 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.41 |
| HSL | 97.14º | 0.26% | 0.47% | - |
| HSV(B) | 97.14º | 0.42% | 0.59% | - |
| XYZ | 19.51 | 26.28 | 13.28 | - |
| YUV | 132.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 88 | 0.26 | 0 | 0.42 | 0.41 | 97.14 | 0.26 | 0.47 |
| Hex | 70 | 97 | 58 | 1A | 0 | 2A | 29 | 61 | 1A | 2F |
| Octal | 160 | 227 | 130 | 32 | 0 | 52 | 51 | 141 | 32 | 57 |
| Binary | 1110000 | 10010111 | 1011000 | 11010 | 0 | 101010 | 101001 | 1100001 | 11010 | 101111 |
Color Harmonies of #709758
Complementary color
Monochromatic Colors of #709758
Black with #709758
Text Example
Text Example
White with #709758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709758; }
p { color: rgb(112,151,88); }
H1.HeaderClassName
{
color: #709758;
}
.AnyTagClassName
{
color: #709758;
}
</style>
background-color css
<style>
a { background-color: #709758; }
a { background-color: rgb(112,151,88); }
div.DivClassName
{
background-color: #709758;
}
.BgClassName
{
background-color: #709758;
}
</style>
border-color css
<style>
span { border-color: #709758; }
span { border-color: rgb(112,151,88); }
td.TdClassName
{
border-color: #709758;
}
.TagClassName
{
border-color: #709758;
}
</style>