Shades of Willow Grove #686B60
Tints of Willow Grove #686B60
RGB
CMYK
RGB Variations
Color information
#686B60 (or 0x686B60) is known color: Willow Grove. HEX triplet: 68, 6B and 60. RGB value is (104,107,96). Sum of RGB (Red+Green+Blue) = 104+107+96=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 107 - color contains mainly: green. Hex color #686B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B60 is #97949F. Grayscale: #686868. Windows color (decimal): -9933984 or 6318952. OLE color: 6318952.
HSL color Cylindrical-coordinate representation of color #686B60: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686B60 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 96 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.58 |
| HSL | 76.36º | 0.05% | 0.4% | - |
| HSV(B) | 76.36º | 0.1% | 0.42% | - |
| XYZ | 13.08 | 14.3 | 13.14 | - |
| YUV | 104.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 96 | 0.03 | 0 | 0.10 | 0.58 | 76.36 | 0.05 | 0.4 |
| Hex | 68 | 6B | 60 | 3 | 0 | A | 3A | 4C | 5 | 28 |
| Octal | 150 | 153 | 140 | 3 | 0 | 12 | 72 | 114 | 5 | 50 |
| Binary | 1101000 | 1101011 | 1100000 | 11 | 0 | 1010 | 111010 | 1001100 | 101 | 101000 |
Color Harmonies of #686B60
Complementary color
Monochromatic Colors of #686B60
Black with #686B60
Text Example
Text Example
White with #686B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B60; }
p { color: rgb(104,107,96); }
H1.HeaderClassName
{
color: #686B60;
}
.AnyTagClassName
{
color: #686B60;
}
</style>
background-color css
<style>
a { background-color: #686B60; }
a { background-color: rgb(104,107,96); }
div.DivClassName
{
background-color: #686B60;
}
.BgClassName
{
background-color: #686B60;
}
</style>
border-color css
<style>
span { border-color: #686B60; }
span { border-color: rgb(104,107,96); }
td.TdClassName
{
border-color: #686B60;
}
.TagClassName
{
border-color: #686B60;
}
</style>