Shades of Willow Grove #686E5A
Tints of Willow Grove #686E5A
RGB
CMYK
RGB Variations
Color information
#686E5A (or 0x686E5A) is known color: Willow Grove. HEX triplet: 68, 6E and 5A. RGB value is (104,110,90). Sum of RGB (Red+Green+Blue) = 104+110+90=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #686E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E5A is #9791A5. Grayscale: #6A6A6A. Windows color (decimal): -9933222 or 5926504. OLE color: 5926504.
HSL color Cylindrical-coordinate representation of color #686E5A: hue angle of 78º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686E5A is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 90 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.57 |
| HSL | 78º | 0.1% | 0.39% | - |
| HSV(B) | 78º | 0.18% | 0.43% | - |
| XYZ | 13.13 | 14.83 | 11.84 | - |
| YUV | 105.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 90 | 0.05 | 0 | 0.18 | 0.57 | 78 | 0.1 | 0.39 |
| Hex | 68 | 6E | 5A | 5 | 0 | 12 | 39 | 4E | A | 27 |
| Octal | 150 | 156 | 132 | 5 | 0 | 22 | 71 | 116 | 12 | 47 |
| Binary | 1101000 | 1101110 | 1011010 | 101 | 0 | 10010 | 111001 | 1001110 | 1010 | 100111 |
Color Harmonies of #686E5A
Complementary color
Monochromatic Colors of #686E5A
Black with #686E5A
Text Example
Text Example
White with #686E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E5A; }
p { color: rgb(104,110,90); }
H1.HeaderClassName
{
color: #686E5A;
}
.AnyTagClassName
{
color: #686E5A;
}
</style>
background-color css
<style>
a { background-color: #686E5A; }
a { background-color: rgb(104,110,90); }
div.DivClassName
{
background-color: #686E5A;
}
.BgClassName
{
background-color: #686E5A;
}
</style>
border-color css
<style>
span { border-color: #686E5A; }
span { border-color: rgb(104,110,90); }
td.TdClassName
{
border-color: #686E5A;
}
.TagClassName
{
border-color: #686E5A;
}
</style>