Shades of Willow Grove #707668
Tints of Willow Grove #707668
RGB
CMYK
RGB Variations
Color information
#707668 (or 0x707668) is known color: Willow Grove. HEX triplet: 70, 76 and 68. RGB value is (112,118,104). Sum of RGB (Red+Green+Blue) = 112+118+104=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #707668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707668 is #8F8997. Grayscale: #727272. Windows color (decimal): -9406872 or 6846064. OLE color: 6846064.
HSL color Cylindrical-coordinate representation of color #707668: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707668 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 104 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.54 |
| HSL | 85.71º | 0.06% | 0.44% | - |
| HSV(B) | 85.71º | 0.12% | 0.46% | - |
| XYZ | 15.66 | 17.4 | 15.63 | - |
| YUV | 114.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 104 | 0.05 | 0 | 0.12 | 0.54 | 85.71 | 0.06 | 0.44 |
| Hex | 70 | 76 | 68 | 5 | 0 | C | 36 | 56 | 6 | 2C |
| Octal | 160 | 166 | 150 | 5 | 0 | 14 | 66 | 126 | 6 | 54 |
| Binary | 1110000 | 1110110 | 1101000 | 101 | 0 | 1100 | 110110 | 1010110 | 110 | 101100 |
Color Harmonies of #707668
Complementary color
Monochromatic Colors of #707668
Black with #707668
Text Example
Text Example
White with #707668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707668; }
p { color: rgb(112,118,104); }
H1.HeaderClassName
{
color: #707668;
}
.AnyTagClassName
{
color: #707668;
}
</style>
background-color css
<style>
a { background-color: #707668; }
a { background-color: rgb(112,118,104); }
div.DivClassName
{
background-color: #707668;
}
.BgClassName
{
background-color: #707668;
}
</style>
border-color css
<style>
span { border-color: #707668; }
span { border-color: rgb(112,118,104); }
td.TdClassName
{
border-color: #707668;
}
.TagClassName
{
border-color: #707668;
}
</style>