Shades of Asparagus #709C44
Tints of Asparagus #709C44
RGB
CMYK
RGB Variations
Color information
#709C44 (or 0x709C44) is known color: Asparagus. HEX triplet: 70, 9C and 44. RGB value is (112,156,68). Sum of RGB (Red+Green+Blue) = 112+156+68=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #709C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C44 is #8F63BB. Grayscale: #858585. Windows color (decimal): -9397180 or 4496496. OLE color: 4496496.
HSL color Cylindrical-coordinate representation of color #709C44: hue angle of 90º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709C44 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 68 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.39 |
| HSL | 90º | 0.39% | 0.44% | - |
| HSV(B) | 90º | 0.56% | 0.61% | - |
| XYZ | 19.61 | 27.64 | 9.77 | - |
| YUV | 132.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 68 | 0.28 | 0 | 0.56 | 0.39 | 90 | 0.39 | 0.44 |
| Hex | 70 | 9C | 44 | 1C | 0 | 38 | 27 | 5A | 27 | 2C |
| Octal | 160 | 234 | 104 | 34 | 0 | 70 | 47 | 132 | 47 | 54 |
| Binary | 1110000 | 10011100 | 1000100 | 11100 | 0 | 111000 | 100111 | 1011010 | 100111 | 101100 |
Color Harmonies of #709C44
Complementary color
Monochromatic Colors of #709C44
Black with #709C44
Text Example
Text Example
White with #709C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C44; }
p { color: rgb(112,156,68); }
H1.HeaderClassName
{
color: #709C44;
}
.AnyTagClassName
{
color: #709C44;
}
</style>
background-color css
<style>
a { background-color: #709C44; }
a { background-color: rgb(112,156,68); }
div.DivClassName
{
background-color: #709C44;
}
.BgClassName
{
background-color: #709C44;
}
</style>
border-color css
<style>
span { border-color: #709C44; }
span { border-color: rgb(112,156,68); }
td.TdClassName
{
border-color: #709C44;
}
.TagClassName
{
border-color: #709C44;
}
</style>