Shades of Willow Grove #708755
Tints of Willow Grove #708755
RGB
CMYK
RGB Variations
Color information
#708755 (or 0x708755) is known color: Willow Grove. HEX triplet: 70, 87 and 55. RGB value is (112,135,85). Sum of RGB (Red+Green+Blue) = 112+135+85=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #708755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708755 is #8F78AA. Grayscale: #7A7A7A. Windows color (decimal): -9402539 or 5605232. OLE color: 5605232.
HSL color Cylindrical-coordinate representation of color #708755: hue angle of 87.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708755 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 85 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.47 |
| HSL | 87.6º | 0.23% | 0.43% | - |
| HSV(B) | 87.6º | 0.37% | 0.53% | - |
| XYZ | 16.99 | 21.43 | 11.84 | - |
| YUV | 122.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 85 | 0.17 | 0 | 0.37 | 0.47 | 87.6 | 0.23 | 0.43 |
| Hex | 70 | 87 | 55 | 11 | 0 | 25 | 2F | 58 | 17 | 2B |
| Octal | 160 | 207 | 125 | 21 | 0 | 45 | 57 | 130 | 27 | 53 |
| Binary | 1110000 | 10000111 | 1010101 | 10001 | 0 | 100101 | 101111 | 1011000 | 10111 | 101011 |
Color Harmonies of #708755
Complementary color
Monochromatic Colors of #708755
Black with #708755
Text Example
Text Example
White with #708755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708755; }
p { color: rgb(112,135,85); }
H1.HeaderClassName
{
color: #708755;
}
.AnyTagClassName
{
color: #708755;
}
</style>
background-color css
<style>
a { background-color: #708755; }
a { background-color: rgb(112,135,85); }
div.DivClassName
{
background-color: #708755;
}
.BgClassName
{
background-color: #708755;
}
</style>
border-color css
<style>
span { border-color: #708755; }
span { border-color: rgb(112,135,85); }
td.TdClassName
{
border-color: #708755;
}
.TagClassName
{
border-color: #708755;
}
</style>