Shades of Willow Grove #708051
Tints of Willow Grove #708051
RGB
CMYK
RGB Variations
Color information
#708051 (or 0x708051) is known color: Willow Grove. HEX triplet: 70, 80 and 51. RGB value is (112,128,81). Sum of RGB (Red+Green+Blue) = 112+128+81=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #708051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708051 is #8F7FAE. Grayscale: #767676. Windows color (decimal): -9404335 or 5341296. OLE color: 5341296.
HSL color Cylindrical-coordinate representation of color #708051: hue angle of 80.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708051 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 81 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.50 |
| HSL | 80.43º | 0.22% | 0.41% | - |
| HSV(B) | 80.43º | 0.37% | 0.5% | - |
| XYZ | 15.89 | 19.48 | 10.71 | - |
| YUV | 117.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 81 | 0.12 | 0 | 0.37 | 0.50 | 80.43 | 0.22 | 0.41 |
| Hex | 70 | 80 | 51 | C | 0 | 25 | 32 | 50 | 16 | 29 |
| Octal | 160 | 200 | 121 | 14 | 0 | 45 | 62 | 120 | 26 | 51 |
| Binary | 1110000 | 10000000 | 1010001 | 1100 | 0 | 100101 | 110010 | 1010000 | 10110 | 101001 |
Color Harmonies of #708051
Complementary color
Monochromatic Colors of #708051
Black with #708051
Text Example
Text Example
White with #708051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708051; }
p { color: rgb(112,128,81); }
H1.HeaderClassName
{
color: #708051;
}
.AnyTagClassName
{
color: #708051;
}
</style>
background-color css
<style>
a { background-color: #708051; }
a { background-color: rgb(112,128,81); }
div.DivClassName
{
background-color: #708051;
}
.BgClassName
{
background-color: #708051;
}
</style>
border-color css
<style>
span { border-color: #708051; }
span { border-color: rgb(112,128,81); }
td.TdClassName
{
border-color: #708051;
}
.TagClassName
{
border-color: #708051;
}
</style>