Shades of Willow Grove #70795F
Tints of Willow Grove #70795F
RGB
CMYK
RGB Variations
Color information
#70795F (or 0x70795F) is known color: Willow Grove. HEX triplet: 70, 79 and 5F. RGB value is (112,121,95). Sum of RGB (Red+Green+Blue) = 112+121+95=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #70795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70795F is #8F86A0. Grayscale: #737373. Windows color (decimal): -9406113 or 6257008. OLE color: 6257008.
HSL color Cylindrical-coordinate representation of color #70795F: hue angle of 80.77º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70795F is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 95 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.53 |
| HSL | 80.77º | 0.12% | 0.42% | - |
| HSV(B) | 80.77º | 0.21% | 0.47% | - |
| XYZ | 15.59 | 17.95 | 13.47 | - |
| YUV | 115.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 95 | 0.07 | 0 | 0.21 | 0.53 | 80.77 | 0.12 | 0.42 |
| Hex | 70 | 79 | 5F | 7 | 0 | 15 | 35 | 51 | C | 2A |
| Octal | 160 | 171 | 137 | 7 | 0 | 25 | 65 | 121 | 14 | 52 |
| Binary | 1110000 | 1111001 | 1011111 | 111 | 0 | 10101 | 110101 | 1010001 | 1100 | 101010 |
Color Harmonies of #70795F
Complementary color
Monochromatic Colors of #70795F
Black with #70795F
Text Example
Text Example
White with #70795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70795F; }
p { color: rgb(112,121,95); }
H1.HeaderClassName
{
color: #70795F;
}
.AnyTagClassName
{
color: #70795F;
}
</style>
background-color css
<style>
a { background-color: #70795F; }
a { background-color: rgb(112,121,95); }
div.DivClassName
{
background-color: #70795F;
}
.BgClassName
{
background-color: #70795F;
}
</style>
border-color css
<style>
span { border-color: #70795F; }
span { border-color: rgb(112,121,95); }
td.TdClassName
{
border-color: #70795F;
}
.TagClassName
{
border-color: #70795F;
}
</style>