Shades of Willow Grove #707E60
Tints of Willow Grove #707E60
RGB
CMYK
RGB Variations
Color information
#707E60 (or 0x707E60) is known color: Willow Grove. HEX triplet: 70, 7E and 60. RGB value is (112,126,96). Sum of RGB (Red+Green+Blue) = 112+126+96=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 126 - color contains mainly: green. Hex color #707E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E60 is #8F819F. Grayscale: #767676. Windows color (decimal): -9404832 or 6323824. OLE color: 6323824.
HSL color Cylindrical-coordinate representation of color #707E60: hue angle of 88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707E60 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 96 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.51 |
| HSL | 88º | 0.14% | 0.44% | - |
| HSV(B) | 88º | 0.24% | 0.49% | - |
| XYZ | 16.25 | 19.21 | 13.92 | - |
| YUV | 118.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 96 | 0.11 | 0 | 0.24 | 0.51 | 88 | 0.14 | 0.44 |
| Hex | 70 | 7E | 60 | B | 0 | 18 | 33 | 58 | E | 2C |
| Octal | 160 | 176 | 140 | 13 | 0 | 30 | 63 | 130 | 16 | 54 |
| Binary | 1110000 | 1111110 | 1100000 | 1011 | 0 | 11000 | 110011 | 1011000 | 1110 | 101100 |
Color Harmonies of #707E60
Complementary color
Monochromatic Colors of #707E60
Black with #707E60
Text Example
Text Example
White with #707E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E60; }
p { color: rgb(112,126,96); }
H1.HeaderClassName
{
color: #707E60;
}
.AnyTagClassName
{
color: #707E60;
}
</style>
background-color css
<style>
a { background-color: #707E60; }
a { background-color: rgb(112,126,96); }
div.DivClassName
{
background-color: #707E60;
}
.BgClassName
{
background-color: #707E60;
}
</style>
border-color css
<style>
span { border-color: #707E60; }
span { border-color: rgb(112,126,96); }
td.TdClassName
{
border-color: #707E60;
}
.TagClassName
{
border-color: #707E60;
}
</style>