Shades of Willow Grove #687F53
Tints of Willow Grove #687F53
RGB
CMYK
RGB Variations
Color information
#687F53 (or 0x687F53) is known color: Willow Grove. HEX triplet: 68, 7F and 53. RGB value is (104,127,83). Sum of RGB (Red+Green+Blue) = 104+127+83=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #687F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F53 is #9780AC. Grayscale: #737373. Windows color (decimal): -9928877 or 5472104. OLE color: 5472104.
HSL color Cylindrical-coordinate representation of color #687F53: hue angle of 91.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687F53 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 83 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.50 |
| HSL | 91.36º | 0.21% | 0.41% | - |
| HSV(B) | 91.36º | 0.35% | 0.5% | - |
| XYZ | 14.86 | 18.75 | 11.02 | - |
| YUV | 115.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 83 | 0.18 | 0 | 0.35 | 0.50 | 91.36 | 0.21 | 0.41 |
| Hex | 68 | 7F | 53 | 12 | 0 | 23 | 32 | 5B | 15 | 29 |
| Octal | 150 | 177 | 123 | 22 | 0 | 43 | 62 | 133 | 25 | 51 |
| Binary | 1101000 | 1111111 | 1010011 | 10010 | 0 | 100011 | 110010 | 1011011 | 10101 | 101001 |
Color Harmonies of #687F53
Complementary color
Monochromatic Colors of #687F53
Black with #687F53
Text Example
Text Example
White with #687F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F53; }
p { color: rgb(104,127,83); }
H1.HeaderClassName
{
color: #687F53;
}
.AnyTagClassName
{
color: #687F53;
}
</style>
background-color css
<style>
a { background-color: #687F53; }
a { background-color: rgb(104,127,83); }
div.DivClassName
{
background-color: #687F53;
}
.BgClassName
{
background-color: #687F53;
}
</style>
border-color css
<style>
span { border-color: #687F53; }
span { border-color: rgb(104,127,83); }
td.TdClassName
{
border-color: #687F53;
}
.TagClassName
{
border-color: #687F53;
}
</style>