Shades of Willow Grove #708157
Tints of Willow Grove #708157
RGB
CMYK
RGB Variations
Color information
#708157 (or 0x708157) is known color: Willow Grove. HEX triplet: 70, 81 and 57. RGB value is (112,129,87). Sum of RGB (Red+Green+Blue) = 112+129+87=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #708157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708157 is #8F7EA8. Grayscale: #777777. Windows color (decimal): -9404073 or 5734768. OLE color: 5734768.
HSL color Cylindrical-coordinate representation of color #708157: hue angle of 84.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708157 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 87 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.49 |
| HSL | 84.29º | 0.19% | 0.42% | - |
| HSV(B) | 84.29º | 0.33% | 0.51% | - |
| XYZ | 16.25 | 19.83 | 11.99 | - |
| YUV | 119.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 87 | 0.13 | 0 | 0.33 | 0.49 | 84.29 | 0.19 | 0.42 |
| Hex | 70 | 81 | 57 | D | 0 | 21 | 31 | 54 | 13 | 2A |
| Octal | 160 | 201 | 127 | 15 | 0 | 41 | 61 | 124 | 23 | 52 |
| Binary | 1110000 | 10000001 | 1010111 | 1101 | 0 | 100001 | 110001 | 1010100 | 10011 | 101010 |
Color Harmonies of #708157
Complementary color
Monochromatic Colors of #708157
Black with #708157
Text Example
Text Example
White with #708157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708157; }
p { color: rgb(112,129,87); }
H1.HeaderClassName
{
color: #708157;
}
.AnyTagClassName
{
color: #708157;
}
</style>
background-color css
<style>
a { background-color: #708157; }
a { background-color: rgb(112,129,87); }
div.DivClassName
{
background-color: #708157;
}
.BgClassName
{
background-color: #708157;
}
</style>
border-color css
<style>
span { border-color: #708157; }
span { border-color: rgb(112,129,87); }
td.TdClassName
{
border-color: #708157;
}
.TagClassName
{
border-color: #708157;
}
</style>