Shades of Willow Grove #686F5C
Tints of Willow Grove #686F5C
RGB
CMYK
RGB Variations
Color information
#686F5C (or 0x686F5C) is known color: Willow Grove. HEX triplet: 68, 6F and 5C. RGB value is (104,111,92). Sum of RGB (Red+Green+Blue) = 104+111+92=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 111 - color contains mainly: green. Hex color #686F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F5C is #9790A3. Grayscale: #6A6A6A. Windows color (decimal): -9932964 or 6057832. OLE color: 6057832.
HSL color Cylindrical-coordinate representation of color #686F5C: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #686F5C is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 92 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.56 |
| HSL | 82.11º | 0.09% | 0.4% | - |
| HSV(B) | 82.11º | 0.17% | 0.44% | - |
| XYZ | 13.33 | 15.08 | 12.33 | - |
| YUV | 106.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 92 | 0.06 | 0 | 0.17 | 0.56 | 82.11 | 0.09 | 0.4 |
| Hex | 68 | 6F | 5C | 6 | 0 | 11 | 38 | 52 | 9 | 28 |
| Octal | 150 | 157 | 134 | 6 | 0 | 21 | 70 | 122 | 11 | 50 |
| Binary | 1101000 | 1101111 | 1011100 | 110 | 0 | 10001 | 111000 | 1010010 | 1001 | 101000 |
Color Harmonies of #686F5C
Complementary color
Monochromatic Colors of #686F5C
Black with #686F5C
Text Example
Text Example
White with #686F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F5C; }
p { color: rgb(104,111,92); }
H1.HeaderClassName
{
color: #686F5C;
}
.AnyTagClassName
{
color: #686F5C;
}
</style>
background-color css
<style>
a { background-color: #686F5C; }
a { background-color: rgb(104,111,92); }
div.DivClassName
{
background-color: #686F5C;
}
.BgClassName
{
background-color: #686F5C;
}
</style>
border-color css
<style>
span { border-color: #686F5C; }
span { border-color: rgb(104,111,92); }
td.TdClassName
{
border-color: #686F5C;
}
.TagClassName
{
border-color: #686F5C;
}
</style>