Shades of Willow Grove #686C5F
Tints of Willow Grove #686C5F
RGB
CMYK
RGB Variations
Color information
#686C5F (or 0x686C5F) is known color: Willow Grove. HEX triplet: 68, 6C and 5F. RGB value is (104,108,95). Sum of RGB (Red+Green+Blue) = 104+108+95=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 108 - color contains mainly: green. Hex color #686C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C5F is #9793A0. Grayscale: #696969. Windows color (decimal): -9933729 or 6253672. OLE color: 6253672.
HSL color Cylindrical-coordinate representation of color #686C5F: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686C5F is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 95 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.58 |
| HSL | 78.46º | 0.06% | 0.4% | - |
| HSV(B) | 78.46º | 0.12% | 0.42% | - |
| XYZ | 13.14 | 14.49 | 12.93 | - |
| YUV | 105.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 95 | 0.04 | 0 | 0.12 | 0.58 | 78.46 | 0.06 | 0.4 |
| Hex | 68 | 6C | 5F | 4 | 0 | C | 3A | 4E | 6 | 28 |
| Octal | 150 | 154 | 137 | 4 | 0 | 14 | 72 | 116 | 6 | 50 |
| Binary | 1101000 | 1101100 | 1011111 | 100 | 0 | 1100 | 111010 | 1001110 | 110 | 101000 |
Color Harmonies of #686C5F
Complementary color
Monochromatic Colors of #686C5F
Black with #686C5F
Text Example
Text Example
White with #686C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C5F; }
p { color: rgb(104,108,95); }
H1.HeaderClassName
{
color: #686C5F;
}
.AnyTagClassName
{
color: #686C5F;
}
</style>
background-color css
<style>
a { background-color: #686C5F; }
a { background-color: rgb(104,108,95); }
div.DivClassName
{
background-color: #686C5F;
}
.BgClassName
{
background-color: #686C5F;
}
</style>
border-color css
<style>
span { border-color: #686C5F; }
span { border-color: rgb(104,108,95); }
td.TdClassName
{
border-color: #686C5F;
}
.TagClassName
{
border-color: #686C5F;
}
</style>