Shades of Willow Grove #687360
Tints of Willow Grove #687360
RGB
CMYK
RGB Variations
Color information
#687360 (or 0x687360) is known color: Willow Grove. HEX triplet: 68, 73 and 60. RGB value is (104,115,96). Sum of RGB (Red+Green+Blue) = 104+115+96=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #687360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687360 is #978C9F. Grayscale: #6D6D6D. Windows color (decimal): -9931936 or 6321000. OLE color: 6321000.
HSL color Cylindrical-coordinate representation of color #687360: hue angle of 94.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #687360 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 115 | 96 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.55 |
| HSL | 94.74º | 0.09% | 0.41% | - |
| HSV(B) | 94.74º | 0.17% | 0.45% | - |
| XYZ | 13.95 | 16.05 | 13.43 | - |
| YUV | 109.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 96 | 0.10 | 0 | 0.17 | 0.55 | 94.74 | 0.09 | 0.41 |
| Hex | 68 | 73 | 60 | A | 0 | 11 | 37 | 5F | 9 | 29 |
| Octal | 150 | 163 | 140 | 12 | 0 | 21 | 67 | 137 | 11 | 51 |
| Binary | 1101000 | 1110011 | 1100000 | 1010 | 0 | 10001 | 110111 | 1011111 | 1001 | 101001 |
Color Harmonies of #687360
Complementary color
Monochromatic Colors of #687360
Black with #687360
Text Example
Text Example
White with #687360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687360; }
p { color: rgb(104,115,96); }
H1.HeaderClassName
{
color: #687360;
}
.AnyTagClassName
{
color: #687360;
}
</style>
background-color css
<style>
a { background-color: #687360; }
a { background-color: rgb(104,115,96); }
div.DivClassName
{
background-color: #687360;
}
.BgClassName
{
background-color: #687360;
}
</style>
border-color css
<style>
span { border-color: #687360; }
span { border-color: rgb(104,115,96); }
td.TdClassName
{
border-color: #687360;
}
.TagClassName
{
border-color: #687360;
}
</style>