Shades of Willow Grove #708251
Tints of Willow Grove #708251
RGB
CMYK
RGB Variations
Color information
#708251 (or 0x708251) is known color: Willow Grove. HEX triplet: 70, 82 and 51. RGB value is (112,130,81). Sum of RGB (Red+Green+Blue) = 112+130+81=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #708251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708251 is #8F7DAE. Grayscale: #777777. Windows color (decimal): -9403823 or 5341808. OLE color: 5341808.
HSL color Cylindrical-coordinate representation of color #708251: hue angle of 82.04º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708251 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 81 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.49 |
| HSL | 82.04º | 0.23% | 0.41% | - |
| HSV(B) | 82.04º | 0.38% | 0.51% | - |
| XYZ | 16.15 | 20 | 10.79 | - |
| YUV | 119.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 81 | 0.14 | 0 | 0.38 | 0.49 | 82.04 | 0.23 | 0.41 |
| Hex | 70 | 82 | 51 | E | 0 | 26 | 31 | 52 | 17 | 29 |
| Octal | 160 | 202 | 121 | 16 | 0 | 46 | 61 | 122 | 27 | 51 |
| Binary | 1110000 | 10000010 | 1010001 | 1110 | 0 | 100110 | 110001 | 1010010 | 10111 | 101001 |
Color Harmonies of #708251
Complementary color
Monochromatic Colors of #708251
Black with #708251
Text Example
Text Example
White with #708251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708251; }
p { color: rgb(112,130,81); }
H1.HeaderClassName
{
color: #708251;
}
.AnyTagClassName
{
color: #708251;
}
</style>
background-color css
<style>
a { background-color: #708251; }
a { background-color: rgb(112,130,81); }
div.DivClassName
{
background-color: #708251;
}
.BgClassName
{
background-color: #708251;
}
</style>
border-color css
<style>
span { border-color: #708251; }
span { border-color: rgb(112,130,81); }
td.TdClassName
{
border-color: #708251;
}
.TagClassName
{
border-color: #708251;
}
</style>