Shades of Willow Grove #707D57
Tints of Willow Grove #707D57
RGB
CMYK
RGB Variations
Color information
#707D57 (or 0x707D57) is known color: Willow Grove. HEX triplet: 70, 7D and 57. RGB value is (112,125,87). Sum of RGB (Red+Green+Blue) = 112+125+87=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #707D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D57 is #8F82A8. Grayscale: #747474. Windows color (decimal): -9405097 or 5733744. OLE color: 5733744.
HSL color Cylindrical-coordinate representation of color #707D57: hue angle of 80.53º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707D57 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 87 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.51 |
| HSL | 80.53º | 0.18% | 0.42% | - |
| HSV(B) | 80.53º | 0.3% | 0.49% | - |
| XYZ | 15.74 | 18.8 | 11.82 | - |
| YUV | 116.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 87 | 0.10 | 0 | 0.30 | 0.51 | 80.53 | 0.18 | 0.42 |
| Hex | 70 | 7D | 57 | A | 0 | 1E | 33 | 51 | 12 | 2A |
| Octal | 160 | 175 | 127 | 12 | 0 | 36 | 63 | 121 | 22 | 52 |
| Binary | 1110000 | 1111101 | 1010111 | 1010 | 0 | 11110 | 110011 | 1010001 | 10010 | 101010 |
Color Harmonies of #707D57
Complementary color
Monochromatic Colors of #707D57
Black with #707D57
Text Example
Text Example
White with #707D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D57; }
p { color: rgb(112,125,87); }
H1.HeaderClassName
{
color: #707D57;
}
.AnyTagClassName
{
color: #707D57;
}
</style>
background-color css
<style>
a { background-color: #707D57; }
a { background-color: rgb(112,125,87); }
div.DivClassName
{
background-color: #707D57;
}
.BgClassName
{
background-color: #707D57;
}
</style>
border-color css
<style>
span { border-color: #707D57; }
span { border-color: rgb(112,125,87); }
td.TdClassName
{
border-color: #707D57;
}
.TagClassName
{
border-color: #707D57;
}
</style>