Shades of Willow Grove #687255
Tints of Willow Grove #687255
RGB
CMYK
RGB Variations
Color information
#687255 (or 0x687255) is known color: Willow Grove. HEX triplet: 68, 72 and 55. RGB value is (104,114,85). Sum of RGB (Red+Green+Blue) = 104+114+85=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #687255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687255 is #978DAA. Grayscale: #6B6B6B. Windows color (decimal): -9932203 or 5599848. OLE color: 5599848.
HSL color Cylindrical-coordinate representation of color #687255: hue angle of 80.69º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #687255 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 85 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.55 |
| HSL | 80.69º | 0.15% | 0.39% | - |
| HSV(B) | 80.69º | 0.25% | 0.45% | - |
| XYZ | 13.37 | 15.63 | 10.91 | - |
| YUV | 107.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 85 | 0.09 | 0 | 0.25 | 0.55 | 80.69 | 0.15 | 0.39 |
| Hex | 68 | 72 | 55 | 9 | 0 | 19 | 37 | 51 | F | 27 |
| Octal | 150 | 162 | 125 | 11 | 0 | 31 | 67 | 121 | 17 | 47 |
| Binary | 1101000 | 1110010 | 1010101 | 1001 | 0 | 11001 | 110111 | 1010001 | 1111 | 100111 |
Color Harmonies of #687255
Complementary color
Monochromatic Colors of #687255
Black with #687255
Text Example
Text Example
White with #687255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687255; }
p { color: rgb(104,114,85); }
H1.HeaderClassName
{
color: #687255;
}
.AnyTagClassName
{
color: #687255;
}
</style>
background-color css
<style>
a { background-color: #687255; }
a { background-color: rgb(104,114,85); }
div.DivClassName
{
background-color: #687255;
}
.BgClassName
{
background-color: #687255;
}
</style>
border-color css
<style>
span { border-color: #687255; }
span { border-color: rgb(104,114,85); }
td.TdClassName
{
border-color: #687255;
}
.TagClassName
{
border-color: #687255;
}
</style>