Shades of Willow Grove #708056
Tints of Willow Grove #708056
RGB
CMYK
RGB Variations
Color information
#708056 (or 0x708056) is known color: Willow Grove. HEX triplet: 70, 80 and 56. RGB value is (112,128,86). Sum of RGB (Red+Green+Blue) = 112+128+86=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #708056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708056 is #8F7FA9. Grayscale: #767676. Windows color (decimal): -9404330 or 5668976. OLE color: 5668976.
HSL color Cylindrical-coordinate representation of color #708056: hue angle of 82.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708056 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 86 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.50 |
| HSL | 82.86º | 0.2% | 0.42% | - |
| HSV(B) | 82.86º | 0.33% | 0.5% | - |
| XYZ | 16.08 | 19.55 | 11.73 | - |
| YUV | 118.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 86 | 0.12 | 0 | 0.33 | 0.50 | 82.86 | 0.2 | 0.42 |
| Hex | 70 | 80 | 56 | C | 0 | 21 | 32 | 53 | 14 | 2A |
| Octal | 160 | 200 | 126 | 14 | 0 | 41 | 62 | 123 | 24 | 52 |
| Binary | 1110000 | 10000000 | 1010110 | 1100 | 0 | 100001 | 110010 | 1010011 | 10100 | 101010 |
Color Harmonies of #708056
Complementary color
Monochromatic Colors of #708056
Black with #708056
Text Example
Text Example
White with #708056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708056; }
p { color: rgb(112,128,86); }
H1.HeaderClassName
{
color: #708056;
}
.AnyTagClassName
{
color: #708056;
}
</style>
background-color css
<style>
a { background-color: #708056; }
a { background-color: rgb(112,128,86); }
div.DivClassName
{
background-color: #708056;
}
.BgClassName
{
background-color: #708056;
}
</style>
border-color css
<style>
span { border-color: #708056; }
span { border-color: rgb(112,128,86); }
td.TdClassName
{
border-color: #708056;
}
.TagClassName
{
border-color: #708056;
}
</style>