Shades of Willow Grove #708750
Tints of Willow Grove #708750
RGB
CMYK
RGB Variations
Color information
#708750 (or 0x708750) is known color: Willow Grove. HEX triplet: 70, 87 and 50. RGB value is (112,135,80). Sum of RGB (Red+Green+Blue) = 112+135+80=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #708750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708750 is #8F78AF. Grayscale: #7A7A7A. Windows color (decimal): -9402544 or 5277552. OLE color: 5277552.
HSL color Cylindrical-coordinate representation of color #708750: hue angle of 85.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708750 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 80 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.47 |
| HSL | 85.09º | 0.26% | 0.42% | - |
| HSV(B) | 85.09º | 0.41% | 0.53% | - |
| XYZ | 16.79 | 21.35 | 10.83 | - |
| YUV | 121.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 80 | 0.17 | 0 | 0.41 | 0.47 | 85.09 | 0.26 | 0.42 |
| Hex | 70 | 87 | 50 | 11 | 0 | 29 | 2F | 55 | 1A | 2A |
| Octal | 160 | 207 | 120 | 21 | 0 | 51 | 57 | 125 | 32 | 52 |
| Binary | 1110000 | 10000111 | 1010000 | 10001 | 0 | 101001 | 101111 | 1010101 | 11010 | 101010 |
Color Harmonies of #708750
Complementary color
Monochromatic Colors of #708750
Black with #708750
Text Example
Text Example
White with #708750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708750; }
p { color: rgb(112,135,80); }
H1.HeaderClassName
{
color: #708750;
}
.AnyTagClassName
{
color: #708750;
}
</style>
background-color css
<style>
a { background-color: #708750; }
a { background-color: rgb(112,135,80); }
div.DivClassName
{
background-color: #708750;
}
.BgClassName
{
background-color: #708750;
}
</style>
border-color css
<style>
span { border-color: #708750; }
span { border-color: rgb(112,135,80); }
td.TdClassName
{
border-color: #708750;
}
.TagClassName
{
border-color: #708750;
}
</style>