Shades of Asparagus #709648
Tints of Asparagus #709648
RGB
CMYK
RGB Variations
Color information
#709648 (or 0x709648) is known color: Asparagus. HEX triplet: 70, 96 and 48. RGB value is (112,150,72). Sum of RGB (Red+Green+Blue) = 112+150+72=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #709648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709648 is #8F69B7. Grayscale: #828282. Windows color (decimal): -9398712 or 4757104. OLE color: 4757104.
HSL color Cylindrical-coordinate representation of color #709648: hue angle of 89.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #709648 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 72 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.41 |
| HSL | 89.23º | 0.35% | 0.44% | - |
| HSV(B) | 89.23º | 0.52% | 0.59% | - |
| XYZ | 18.76 | 25.73 | 10.11 | - |
| YUV | 129.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 72 | 0.25 | 0 | 0.52 | 0.41 | 89.23 | 0.35 | 0.44 |
| Hex | 70 | 96 | 48 | 19 | 0 | 34 | 29 | 59 | 23 | 2C |
| Octal | 160 | 226 | 110 | 31 | 0 | 64 | 51 | 131 | 43 | 54 |
| Binary | 1110000 | 10010110 | 1001000 | 11001 | 0 | 110100 | 101001 | 1011001 | 100011 | 101100 |
Color Harmonies of #709648
Complementary color
Monochromatic Colors of #709648
Black with #709648
Text Example
Text Example
White with #709648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709648; }
p { color: rgb(112,150,72); }
H1.HeaderClassName
{
color: #709648;
}
.AnyTagClassName
{
color: #709648;
}
</style>
background-color css
<style>
a { background-color: #709648; }
a { background-color: rgb(112,150,72); }
div.DivClassName
{
background-color: #709648;
}
.BgClassName
{
background-color: #709648;
}
</style>
border-color css
<style>
span { border-color: #709648; }
span { border-color: rgb(112,150,72); }
td.TdClassName
{
border-color: #709648;
}
.TagClassName
{
border-color: #709648;
}
</style>