Shades of Willow Grove #686E5D
Tints of Willow Grove #686E5D
RGB
CMYK
RGB Variations
Color information
#686E5D (or 0x686E5D) is known color: Willow Grove. HEX triplet: 68, 6E and 5D. RGB value is (104,110,93). Sum of RGB (Red+Green+Blue) = 104+110+93=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 110 - color contains mainly: green. Hex color #686E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E5D is #9791A2. Grayscale: #6A6A6A. Windows color (decimal): -9933219 or 6123112. OLE color: 6123112.
HSL color Cylindrical-coordinate representation of color #686E5D: hue angle of 81.18º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686E5D is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 93 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.57 |
| HSL | 81.18º | 0.08% | 0.4% | - |
| HSV(B) | 81.18º | 0.15% | 0.43% | - |
| XYZ | 13.26 | 14.89 | 12.53 | - |
| YUV | 106.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 93 | 0.05 | 0 | 0.15 | 0.57 | 81.18 | 0.08 | 0.4 |
| Hex | 68 | 6E | 5D | 5 | 0 | F | 39 | 51 | 8 | 28 |
| Octal | 150 | 156 | 135 | 5 | 0 | 17 | 71 | 121 | 10 | 50 |
| Binary | 1101000 | 1101110 | 1011101 | 101 | 0 | 1111 | 111001 | 1010001 | 1000 | 101000 |
Color Harmonies of #686E5D
Complementary color
Monochromatic Colors of #686E5D
Black with #686E5D
Text Example
Text Example
White with #686E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E5D; }
p { color: rgb(104,110,93); }
H1.HeaderClassName
{
color: #686E5D;
}
.AnyTagClassName
{
color: #686E5D;
}
</style>
background-color css
<style>
a { background-color: #686E5D; }
a { background-color: rgb(104,110,93); }
div.DivClassName
{
background-color: #686E5D;
}
.BgClassName
{
background-color: #686E5D;
}
</style>
border-color css
<style>
span { border-color: #686E5D; }
span { border-color: rgb(104,110,93); }
td.TdClassName
{
border-color: #686E5D;
}
.TagClassName
{
border-color: #686E5D;
}
</style>