Shades of Willow Grove #707A63
Tints of Willow Grove #707A63
RGB
CMYK
RGB Variations
Color information
#707A63 (or 0x707A63) is known color: Willow Grove. HEX triplet: 70, 7A and 63. RGB value is (112,122,99). Sum of RGB (Red+Green+Blue) = 112+122+99=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 122 - color contains mainly: green. Hex color #707A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A63 is #8F859C. Grayscale: #747474. Windows color (decimal): -9405853 or 6519408. OLE color: 6519408.
HSL color Cylindrical-coordinate representation of color #707A63: hue angle of 86.09º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707A63 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 99 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.52 |
| HSL | 86.09º | 0.1% | 0.43% | - |
| HSV(B) | 86.09º | 0.19% | 0.48% | - |
| XYZ | 15.89 | 18.26 | 14.49 | - |
| YUV | 116.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 99 | 0.08 | 0 | 0.19 | 0.52 | 86.09 | 0.1 | 0.43 |
| Hex | 70 | 7A | 63 | 8 | 0 | 13 | 34 | 56 | A | 2B |
| Octal | 160 | 172 | 143 | 10 | 0 | 23 | 64 | 126 | 12 | 53 |
| Binary | 1110000 | 1111010 | 1100011 | 1000 | 0 | 10011 | 110100 | 1010110 | 1010 | 101011 |
Color Harmonies of #707A63
Complementary color
Monochromatic Colors of #707A63
Black with #707A63
Text Example
Text Example
White with #707A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A63; }
p { color: rgb(112,122,99); }
H1.HeaderClassName
{
color: #707A63;
}
.AnyTagClassName
{
color: #707A63;
}
</style>
background-color css
<style>
a { background-color: #707A63; }
a { background-color: rgb(112,122,99); }
div.DivClassName
{
background-color: #707A63;
}
.BgClassName
{
background-color: #707A63;
}
</style>
border-color css
<style>
span { border-color: #707A63; }
span { border-color: rgb(112,122,99); }
td.TdClassName
{
border-color: #707A63;
}
.TagClassName
{
border-color: #707A63;
}
</style>