Shades of Willow Grove #686F5D
Tints of Willow Grove #686F5D
RGB
CMYK
RGB Variations
Color information
#686F5D (or 0x686F5D) is known color: Willow Grove. HEX triplet: 68, 6F and 5D. RGB value is (104,111,93). Sum of RGB (Red+Green+Blue) = 104+111+93=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 111 - color contains mainly: green. Hex color #686F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F5D is #9790A2. Grayscale: #6A6A6A. Windows color (decimal): -9932963 or 6123368. OLE color: 6123368.
HSL color Cylindrical-coordinate representation of color #686F5D: hue angle of 83.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #686F5D is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 93 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.56 |
| HSL | 83.33º | 0.09% | 0.4% | - |
| HSV(B) | 83.33º | 0.16% | 0.44% | - |
| XYZ | 13.37 | 15.1 | 12.57 | - |
| YUV | 106.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 93 | 0.06 | 0 | 0.16 | 0.56 | 83.33 | 0.09 | 0.4 |
| Hex | 68 | 6F | 5D | 6 | 0 | 10 | 38 | 53 | 9 | 28 |
| Octal | 150 | 157 | 135 | 6 | 0 | 20 | 70 | 123 | 11 | 50 |
| Binary | 1101000 | 1101111 | 1011101 | 110 | 0 | 10000 | 111000 | 1010011 | 1001 | 101000 |
Color Harmonies of #686F5D
Complementary color
Monochromatic Colors of #686F5D
Black with #686F5D
Text Example
Text Example
White with #686F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F5D; }
p { color: rgb(104,111,93); }
H1.HeaderClassName
{
color: #686F5D;
}
.AnyTagClassName
{
color: #686F5D;
}
</style>
background-color css
<style>
a { background-color: #686F5D; }
a { background-color: rgb(104,111,93); }
div.DivClassName
{
background-color: #686F5D;
}
.BgClassName
{
background-color: #686F5D;
}
</style>
border-color css
<style>
span { border-color: #686F5D; }
span { border-color: rgb(104,111,93); }
td.TdClassName
{
border-color: #686F5D;
}
.TagClassName
{
border-color: #686F5D;
}
</style>