Shades of Willow Grove #687B56
Tints of Willow Grove #687B56
RGB
CMYK
RGB Variations
Color information
#687B56 (or 0x687B56) is known color: Willow Grove. HEX triplet: 68, 7B and 56. RGB value is (104,123,86). Sum of RGB (Red+Green+Blue) = 104+123+86=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #687B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B56 is #9784A9. Grayscale: #717171. Windows color (decimal): -9929898 or 5667688. OLE color: 5667688.
HSL color Cylindrical-coordinate representation of color #687B56: hue angle of 90.81º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687B56 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 123 | 86 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.52 |
| HSL | 90.81º | 0.18% | 0.41% | - |
| HSV(B) | 90.81º | 0.3% | 0.48% | - |
| XYZ | 14.47 | 17.78 | 11.47 | - |
| YUV | 113.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 86 | 0.15 | 0 | 0.30 | 0.52 | 90.81 | 0.18 | 0.41 |
| Hex | 68 | 7B | 56 | F | 0 | 1E | 34 | 5B | 12 | 29 |
| Octal | 150 | 173 | 126 | 17 | 0 | 36 | 64 | 133 | 22 | 51 |
| Binary | 1101000 | 1111011 | 1010110 | 1111 | 0 | 11110 | 110100 | 1011011 | 10010 | 101001 |
Color Harmonies of #687B56
Complementary color
Monochromatic Colors of #687B56
Black with #687B56
Text Example
Text Example
White with #687B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B56; }
p { color: rgb(104,123,86); }
H1.HeaderClassName
{
color: #687B56;
}
.AnyTagClassName
{
color: #687B56;
}
</style>
background-color css
<style>
a { background-color: #687B56; }
a { background-color: rgb(104,123,86); }
div.DivClassName
{
background-color: #687B56;
}
.BgClassName
{
background-color: #687B56;
}
</style>
border-color css
<style>
span { border-color: #687B56; }
span { border-color: rgb(104,123,86); }
td.TdClassName
{
border-color: #687B56;
}
.TagClassName
{
border-color: #687B56;
}
</style>