Shades of Asparagus #709A44
Tints of Asparagus #709A44
RGB
CMYK
RGB Variations
Color information
#709A44 (or 0x709A44) is known color: Asparagus. HEX triplet: 70, 9A and 44. RGB value is (112,154,68). Sum of RGB (Red+Green+Blue) = 112+154+68=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #709A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A44 is #8F65BB. Grayscale: #838383. Windows color (decimal): -9397692 or 4495984. OLE color: 4495984.
HSL color Cylindrical-coordinate representation of color #709A44: hue angle of 89.3º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709A44 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 154 | 68 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.40 |
| HSL | 89.3º | 0.39% | 0.44% | - |
| HSV(B) | 89.3º | 0.56% | 0.6% | - |
| XYZ | 19.28 | 26.97 | 9.66 | - |
| YUV | 131.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 68 | 0.27 | 0 | 0.56 | 0.40 | 89.3 | 0.39 | 0.44 |
| Hex | 70 | 9A | 44 | 1B | 0 | 38 | 28 | 59 | 27 | 2C |
| Octal | 160 | 232 | 104 | 33 | 0 | 70 | 50 | 131 | 47 | 54 |
| Binary | 1110000 | 10011010 | 1000100 | 11011 | 0 | 111000 | 101000 | 1011001 | 100111 | 101100 |
Color Harmonies of #709A44
Complementary color
Monochromatic Colors of #709A44
Black with #709A44
Text Example
Text Example
White with #709A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709A44; }
p { color: rgb(112,154,68); }
H1.HeaderClassName
{
color: #709A44;
}
.AnyTagClassName
{
color: #709A44;
}
</style>
background-color css
<style>
a { background-color: #709A44; }
a { background-color: rgb(112,154,68); }
div.DivClassName
{
background-color: #709A44;
}
.BgClassName
{
background-color: #709A44;
}
</style>
border-color css
<style>
span { border-color: #709A44; }
span { border-color: rgb(112,154,68); }
td.TdClassName
{
border-color: #709A44;
}
.TagClassName
{
border-color: #709A44;
}
</style>