Shades of Willow Grove #686E5B
Tints of Willow Grove #686E5B
RGB
CMYK
RGB Variations
Color information
#686E5B (or 0x686E5B) is known color: Willow Grove. HEX triplet: 68, 6E and 5B. RGB value is (104,110,91). Sum of RGB (Red+Green+Blue) = 104+110+91=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 110 - color contains mainly: green. Hex color #686E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E5B is #9791A4. Grayscale: #6A6A6A. Windows color (decimal): -9933221 or 5992040. OLE color: 5992040.
HSL color Cylindrical-coordinate representation of color #686E5B: hue angle of 78.95º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #686E5B is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 91 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.57 |
| HSL | 78.95º | 0.09% | 0.39% | - |
| HSV(B) | 78.95º | 0.17% | 0.43% | - |
| XYZ | 13.17 | 14.85 | 12.07 | - |
| YUV | 106.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 91 | 0.05 | 0 | 0.17 | 0.57 | 78.95 | 0.09 | 0.39 |
| Hex | 68 | 6E | 5B | 5 | 0 | 11 | 39 | 4F | 9 | 27 |
| Octal | 150 | 156 | 133 | 5 | 0 | 21 | 71 | 117 | 11 | 47 |
| Binary | 1101000 | 1101110 | 1011011 | 101 | 0 | 10001 | 111001 | 1001111 | 1001 | 100111 |
Color Harmonies of #686E5B
Complementary color
Monochromatic Colors of #686E5B
Black with #686E5B
Text Example
Text Example
White with #686E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E5B; }
p { color: rgb(104,110,91); }
H1.HeaderClassName
{
color: #686E5B;
}
.AnyTagClassName
{
color: #686E5B;
}
</style>
background-color css
<style>
a { background-color: #686E5B; }
a { background-color: rgb(104,110,91); }
div.DivClassName
{
background-color: #686E5B;
}
.BgClassName
{
background-color: #686E5B;
}
</style>
border-color css
<style>
span { border-color: #686E5B; }
span { border-color: rgb(104,110,91); }
td.TdClassName
{
border-color: #686E5B;
}
.TagClassName
{
border-color: #686E5B;
}
</style>