Shades of Willow Grove #70785E
Tints of Willow Grove #70785E
RGB
CMYK
RGB Variations
Color information
#70785E (or 0x70785E) is known color: Willow Grove. HEX triplet: 70, 78 and 5E. RGB value is (112,120,94). Sum of RGB (Red+Green+Blue) = 112+120+94=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #70785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70785E is #8F87A1. Grayscale: #727272. Windows color (decimal): -9406370 or 6191216. OLE color: 6191216.
HSL color Cylindrical-coordinate representation of color #70785E: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70785E is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 94 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.53 |
| HSL | 78.46º | 0.12% | 0.42% | - |
| HSV(B) | 78.46º | 0.22% | 0.47% | - |
| XYZ | 15.42 | 17.69 | 13.19 | - |
| YUV | 114.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 94 | 0.07 | 0 | 0.22 | 0.53 | 78.46 | 0.12 | 0.42 |
| Hex | 70 | 78 | 5E | 7 | 0 | 16 | 35 | 4E | C | 2A |
| Octal | 160 | 170 | 136 | 7 | 0 | 26 | 65 | 116 | 14 | 52 |
| Binary | 1110000 | 1111000 | 1011110 | 111 | 0 | 10110 | 110101 | 1001110 | 1100 | 101010 |
Color Harmonies of #70785E
Complementary color
Monochromatic Colors of #70785E
Black with #70785E
Text Example
Text Example
White with #70785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70785E; }
p { color: rgb(112,120,94); }
H1.HeaderClassName
{
color: #70785E;
}
.AnyTagClassName
{
color: #70785E;
}
</style>
background-color css
<style>
a { background-color: #70785E; }
a { background-color: rgb(112,120,94); }
div.DivClassName
{
background-color: #70785E;
}
.BgClassName
{
background-color: #70785E;
}
</style>
border-color css
<style>
span { border-color: #70785E; }
span { border-color: rgb(112,120,94); }
td.TdClassName
{
border-color: #70785E;
}
.TagClassName
{
border-color: #70785E;
}
</style>