Shades of Willow Grove #687C55
Tints of Willow Grove #687C55
RGB
CMYK
RGB Variations
Color information
#687C55 (or 0x687C55) is known color: Willow Grove. HEX triplet: 68, 7C and 55. RGB value is (104,124,85). Sum of RGB (Red+Green+Blue) = 104+124+85=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #687C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C55 is #9783AA. Grayscale: #717171. Windows color (decimal): -9929643 or 5602408. OLE color: 5602408.
HSL color Cylindrical-coordinate representation of color #687C55: hue angle of 90.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #687C55 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 85 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.51 |
| HSL | 90.77º | 0.19% | 0.41% | - |
| HSV(B) | 90.77º | 0.31% | 0.49% | - |
| XYZ | 14.56 | 18.01 | 11.3 | - |
| YUV | 113.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 85 | 0.16 | 0 | 0.31 | 0.51 | 90.77 | 0.19 | 0.41 |
| Hex | 68 | 7C | 55 | 10 | 0 | 1F | 33 | 5B | 13 | 29 |
| Octal | 150 | 174 | 125 | 20 | 0 | 37 | 63 | 133 | 23 | 51 |
| Binary | 1101000 | 1111100 | 1010101 | 10000 | 0 | 11111 | 110011 | 1011011 | 10011 | 101001 |
Color Harmonies of #687C55
Complementary color
Monochromatic Colors of #687C55
Black with #687C55
Text Example
Text Example
White with #687C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C55; }
p { color: rgb(104,124,85); }
H1.HeaderClassName
{
color: #687C55;
}
.AnyTagClassName
{
color: #687C55;
}
</style>
background-color css
<style>
a { background-color: #687C55; }
a { background-color: rgb(104,124,85); }
div.DivClassName
{
background-color: #687C55;
}
.BgClassName
{
background-color: #687C55;
}
</style>
border-color css
<style>
span { border-color: #687C55; }
span { border-color: rgb(104,124,85); }
td.TdClassName
{
border-color: #687C55;
}
.TagClassName
{
border-color: #687C55;
}
</style>