Shades of Willow Grove #708256
Tints of Willow Grove #708256
RGB
CMYK
RGB Variations
Color information
#708256 (or 0x708256) is known color: Willow Grove. HEX triplet: 70, 82 and 56. RGB value is (112,130,86). Sum of RGB (Red+Green+Blue) = 112+130+86=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #708256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708256 is #8F7DA9. Grayscale: #777777. Windows color (decimal): -9403818 or 5669488. OLE color: 5669488.
HSL color Cylindrical-coordinate representation of color #708256: hue angle of 84.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708256 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 86 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.49 |
| HSL | 84.55º | 0.2% | 0.42% | - |
| HSV(B) | 84.55º | 0.34% | 0.51% | - |
| XYZ | 16.34 | 20.08 | 11.82 | - |
| YUV | 119.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 86 | 0.14 | 0 | 0.34 | 0.49 | 84.55 | 0.2 | 0.42 |
| Hex | 70 | 82 | 56 | E | 0 | 22 | 31 | 55 | 14 | 2A |
| Octal | 160 | 202 | 126 | 16 | 0 | 42 | 61 | 125 | 24 | 52 |
| Binary | 1110000 | 10000010 | 1010110 | 1110 | 0 | 100010 | 110001 | 1010101 | 10100 | 101010 |
Color Harmonies of #708256
Complementary color
Monochromatic Colors of #708256
Black with #708256
Text Example
Text Example
White with #708256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708256; }
p { color: rgb(112,130,86); }
H1.HeaderClassName
{
color: #708256;
}
.AnyTagClassName
{
color: #708256;
}
</style>
background-color css
<style>
a { background-color: #708256; }
a { background-color: rgb(112,130,86); }
div.DivClassName
{
background-color: #708256;
}
.BgClassName
{
background-color: #708256;
}
</style>
border-color css
<style>
span { border-color: #708256; }
span { border-color: rgb(112,130,86); }
td.TdClassName
{
border-color: #708256;
}
.TagClassName
{
border-color: #708256;
}
</style>