Shades of Willow Grove #686F61
Tints of Willow Grove #686F61
RGB
CMYK
RGB Variations
Color information
#686F61 (or 0x686F61) is known color: Willow Grove. HEX triplet: 68, 6F and 61. RGB value is (104,111,97). Sum of RGB (Red+Green+Blue) = 104+111+97=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 111 - color contains mainly: green. Hex color #686F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F61 is #97909E. Grayscale: #6B6B6B. Windows color (decimal): -9932959 or 6385512. OLE color: 6385512.
HSL color Cylindrical-coordinate representation of color #686F61: hue angle of 90º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686F61 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 97 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.56 |
| HSL | 90º | 0.07% | 0.41% | - |
| HSV(B) | 90º | 0.13% | 0.44% | - |
| XYZ | 13.55 | 15.18 | 13.52 | - |
| YUV | 107.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 97 | 0.06 | 0 | 0.13 | 0.56 | 90 | 0.07 | 0.41 |
| Hex | 68 | 6F | 61 | 6 | 0 | D | 38 | 5A | 7 | 29 |
| Octal | 150 | 157 | 141 | 6 | 0 | 15 | 70 | 132 | 7 | 51 |
| Binary | 1101000 | 1101111 | 1100001 | 110 | 0 | 1101 | 111000 | 1011010 | 111 | 101001 |
Color Harmonies of #686F61
Complementary color
Monochromatic Colors of #686F61
Black with #686F61
Text Example
Text Example
White with #686F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F61; }
p { color: rgb(104,111,97); }
H1.HeaderClassName
{
color: #686F61;
}
.AnyTagClassName
{
color: #686F61;
}
</style>
background-color css
<style>
a { background-color: #686F61; }
a { background-color: rgb(104,111,97); }
div.DivClassName
{
background-color: #686F61;
}
.BgClassName
{
background-color: #686F61;
}
</style>
border-color css
<style>
span { border-color: #686F61; }
span { border-color: rgb(104,111,97); }
td.TdClassName
{
border-color: #686F61;
}
.TagClassName
{
border-color: #686F61;
}
</style>