Shades of Willow Grove #707568
Tints of Willow Grove #707568
RGB
CMYK
RGB Variations
Color information
#707568 (or 0x707568) is known color: Willow Grove. HEX triplet: 70, 75 and 68. RGB value is (112,117,104). Sum of RGB (Red+Green+Blue) = 112+117+104=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #707568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707568 is #8F8A97. Grayscale: #727272. Windows color (decimal): -9407128 or 6845808. OLE color: 6845808.
HSL color Cylindrical-coordinate representation of color #707568: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707568 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 104 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.54 |
| HSL | 83.08º | 0.06% | 0.43% | - |
| HSV(B) | 83.08º | 0.11% | 0.46% | - |
| XYZ | 15.54 | 17.17 | 15.59 | - |
| YUV | 114.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 104 | 0.04 | 0 | 0.11 | 0.54 | 83.08 | 0.06 | 0.43 |
| Hex | 70 | 75 | 68 | 4 | 0 | B | 36 | 53 | 6 | 2B |
| Octal | 160 | 165 | 150 | 4 | 0 | 13 | 66 | 123 | 6 | 53 |
| Binary | 1110000 | 1110101 | 1101000 | 100 | 0 | 1011 | 110110 | 1010011 | 110 | 101011 |
Color Harmonies of #707568
Complementary color
Monochromatic Colors of #707568
Black with #707568
Text Example
Text Example
White with #707568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707568; }
p { color: rgb(112,117,104); }
H1.HeaderClassName
{
color: #707568;
}
.AnyTagClassName
{
color: #707568;
}
</style>
background-color css
<style>
a { background-color: #707568; }
a { background-color: rgb(112,117,104); }
div.DivClassName
{
background-color: #707568;
}
.BgClassName
{
background-color: #707568;
}
</style>
border-color css
<style>
span { border-color: #707568; }
span { border-color: rgb(112,117,104); }
td.TdClassName
{
border-color: #707568;
}
.TagClassName
{
border-color: #707568;
}
</style>