Shades of Willow Grove #686C61
Tints of Willow Grove #686C61
RGB
CMYK
RGB Variations
Color information
#686C61 (or 0x686C61) is known color: Willow Grove. HEX triplet: 68, 6C and 61. RGB value is (104,108,97). Sum of RGB (Red+Green+Blue) = 104+108+97=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 108 - color contains mainly: green. Hex color #686C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C61 is #97939E. Grayscale: #696969. Windows color (decimal): -9933727 or 6384744. OLE color: 6384744.
HSL color Cylindrical-coordinate representation of color #686C61: hue angle of 81.82º 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 #686C61 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 97 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.58 |
| HSL | 81.82º | 0.05% | 0.4% | - |
| HSV(B) | 81.82º | 0.1% | 0.42% | - |
| XYZ | 13.23 | 14.53 | 13.42 | - |
| YUV | 105.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 97 | 0.04 | 0 | 0.10 | 0.58 | 81.82 | 0.05 | 0.4 |
| Hex | 68 | 6C | 61 | 4 | 0 | A | 3A | 52 | 5 | 28 |
| Octal | 150 | 154 | 141 | 4 | 0 | 12 | 72 | 122 | 5 | 50 |
| Binary | 1101000 | 1101100 | 1100001 | 100 | 0 | 1010 | 111010 | 1010010 | 101 | 101000 |
Color Harmonies of #686C61
Complementary color
Monochromatic Colors of #686C61
Black with #686C61
Text Example
Text Example
White with #686C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C61; }
p { color: rgb(104,108,97); }
H1.HeaderClassName
{
color: #686C61;
}
.AnyTagClassName
{
color: #686C61;
}
</style>
background-color css
<style>
a { background-color: #686C61; }
a { background-color: rgb(104,108,97); }
div.DivClassName
{
background-color: #686C61;
}
.BgClassName
{
background-color: #686C61;
}
</style>
border-color css
<style>
span { border-color: #686C61; }
span { border-color: rgb(104,108,97); }
td.TdClassName
{
border-color: #686C61;
}
.TagClassName
{
border-color: #686C61;
}
</style>