Shades of Willow Grove #707E62
Tints of Willow Grove #707E62
RGB
CMYK
RGB Variations
Color information
#707E62 (or 0x707E62) is known color: Willow Grove. HEX triplet: 70, 7E and 62. RGB value is (112,126,98). Sum of RGB (Red+Green+Blue) = 112+126+98=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 126 - color contains mainly: green. Hex color #707E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E62 is #8F819D. Grayscale: #767676. Windows color (decimal): -9404830 or 6454896. OLE color: 6454896.
HSL color Cylindrical-coordinate representation of color #707E62: hue angle of 90º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707E62 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 98 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.51 |
| HSL | 90º | 0.13% | 0.44% | - |
| HSV(B) | 90º | 0.22% | 0.49% | - |
| XYZ | 16.35 | 19.25 | 14.41 | - |
| YUV | 118.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 98 | 0.11 | 0 | 0.22 | 0.51 | 90 | 0.13 | 0.44 |
| Hex | 70 | 7E | 62 | B | 0 | 16 | 33 | 5A | C | 2C |
| Octal | 160 | 176 | 142 | 13 | 0 | 26 | 63 | 132 | 14 | 54 |
| Binary | 1110000 | 1111110 | 1100010 | 1011 | 0 | 10110 | 110011 | 1011010 | 1100 | 101100 |
Color Harmonies of #707E62
Complementary color
Monochromatic Colors of #707E62
Black with #707E62
Text Example
Text Example
White with #707E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E62; }
p { color: rgb(112,126,98); }
H1.HeaderClassName
{
color: #707E62;
}
.AnyTagClassName
{
color: #707E62;
}
</style>
background-color css
<style>
a { background-color: #707E62; }
a { background-color: rgb(112,126,98); }
div.DivClassName
{
background-color: #707E62;
}
.BgClassName
{
background-color: #707E62;
}
</style>
border-color css
<style>
span { border-color: #707E62; }
span { border-color: rgb(112,126,98); }
td.TdClassName
{
border-color: #707E62;
}
.TagClassName
{
border-color: #707E62;
}
</style>