Shades of Willow Grove #687059
Tints of Willow Grove #687059
RGB
CMYK
RGB Variations
Color information
#687059 (or 0x687059) is known color: Willow Grove. HEX triplet: 68, 70 and 59. RGB value is (104,112,89). Sum of RGB (Red+Green+Blue) = 104+112+89=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #687059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687059 is #978FA6. Grayscale: #6B6B6B. Windows color (decimal): -9932711 or 5861480. OLE color: 5861480.
HSL color Cylindrical-coordinate representation of color #687059: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687059 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 89 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.56 |
| HSL | 80.87º | 0.11% | 0.39% | - |
| HSV(B) | 80.87º | 0.21% | 0.44% | - |
| XYZ | 13.31 | 15.25 | 11.69 | - |
| YUV | 106.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 89 | 0.07 | 0 | 0.21 | 0.56 | 80.87 | 0.11 | 0.39 |
| Hex | 68 | 70 | 59 | 7 | 0 | 15 | 38 | 51 | B | 27 |
| Octal | 150 | 160 | 131 | 7 | 0 | 25 | 70 | 121 | 13 | 47 |
| Binary | 1101000 | 1110000 | 1011001 | 111 | 0 | 10101 | 111000 | 1010001 | 1011 | 100111 |
Color Harmonies of #687059
Complementary color
Monochromatic Colors of #687059
Black with #687059
Text Example
Text Example
White with #687059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687059; }
p { color: rgb(104,112,89); }
H1.HeaderClassName
{
color: #687059;
}
.AnyTagClassName
{
color: #687059;
}
</style>
background-color css
<style>
a { background-color: #687059; }
a { background-color: rgb(104,112,89); }
div.DivClassName
{
background-color: #687059;
}
.BgClassName
{
background-color: #687059;
}
</style>
border-color css
<style>
span { border-color: #687059; }
span { border-color: rgb(104,112,89); }
td.TdClassName
{
border-color: #687059;
}
.TagClassName
{
border-color: #687059;
}
</style>