Shades of Willow Grove #686D60
Tints of Willow Grove #686D60
RGB
CMYK
RGB Variations
Color information
#686D60 (or 0x686D60) is known color: Willow Grove. HEX triplet: 68, 6D and 60. RGB value is (104,109,96). Sum of RGB (Red+Green+Blue) = 104+109+96=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #686D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D60 is #97929F. Grayscale: #6A6A6A. Windows color (decimal): -9933472 or 6319464. OLE color: 6319464.
HSL color Cylindrical-coordinate representation of color #686D60: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686D60 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 96 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.57 |
| HSL | 83.08º | 0.06% | 0.4% | - |
| HSV(B) | 83.08º | 0.12% | 0.43% | - |
| XYZ | 13.29 | 14.72 | 13.21 | - |
| YUV | 106.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 96 | 0.05 | 0 | 0.12 | 0.57 | 83.08 | 0.06 | 0.4 |
| Hex | 68 | 6D | 60 | 5 | 0 | C | 39 | 53 | 6 | 28 |
| Octal | 150 | 155 | 140 | 5 | 0 | 14 | 71 | 123 | 6 | 50 |
| Binary | 1101000 | 1101101 | 1100000 | 101 | 0 | 1100 | 111001 | 1010011 | 110 | 101000 |
Color Harmonies of #686D60
Complementary color
Monochromatic Colors of #686D60
Black with #686D60
Text Example
Text Example
White with #686D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D60; }
p { color: rgb(104,109,96); }
H1.HeaderClassName
{
color: #686D60;
}
.AnyTagClassName
{
color: #686D60;
}
</style>
background-color css
<style>
a { background-color: #686D60; }
a { background-color: rgb(104,109,96); }
div.DivClassName
{
background-color: #686D60;
}
.BgClassName
{
background-color: #686D60;
}
</style>
border-color css
<style>
span { border-color: #686D60; }
span { border-color: rgb(104,109,96); }
td.TdClassName
{
border-color: #686D60;
}
.TagClassName
{
border-color: #686D60;
}
</style>