Shades of Willow Grove #707E61
Tints of Willow Grove #707E61
RGB
CMYK
RGB Variations
Color information
#707E61 (or 0x707E61) is known color: Willow Grove. HEX triplet: 70, 7E and 61. RGB value is (112,126,97). Sum of RGB (Red+Green+Blue) = 112+126+97=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 126 - color contains mainly: green. Hex color #707E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E61 is #8F819E. Grayscale: #767676. Windows color (decimal): -9404831 or 6389360. OLE color: 6389360.
HSL color Cylindrical-coordinate representation of color #707E61: hue angle of 88.97º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707E61 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 97 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.51 |
| HSL | 88.97º | 0.13% | 0.44% | - |
| HSV(B) | 88.97º | 0.23% | 0.49% | - |
| XYZ | 16.3 | 19.23 | 14.16 | - |
| YUV | 118.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 97 | 0.11 | 0 | 0.23 | 0.51 | 88.97 | 0.13 | 0.44 |
| Hex | 70 | 7E | 61 | B | 0 | 17 | 33 | 59 | D | 2C |
| Octal | 160 | 176 | 141 | 13 | 0 | 27 | 63 | 131 | 15 | 54 |
| Binary | 1110000 | 1111110 | 1100001 | 1011 | 0 | 10111 | 110011 | 1011001 | 1101 | 101100 |
Color Harmonies of #707E61
Complementary color
Monochromatic Colors of #707E61
Black with #707E61
Text Example
Text Example
White with #707E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E61; }
p { color: rgb(112,126,97); }
H1.HeaderClassName
{
color: #707E61;
}
.AnyTagClassName
{
color: #707E61;
}
</style>
background-color css
<style>
a { background-color: #707E61; }
a { background-color: rgb(112,126,97); }
div.DivClassName
{
background-color: #707E61;
}
.BgClassName
{
background-color: #707E61;
}
</style>
border-color css
<style>
span { border-color: #707E61; }
span { border-color: rgb(112,126,97); }
td.TdClassName
{
border-color: #707E61;
}
.TagClassName
{
border-color: #707E61;
}
</style>