Shades of Willow Grove #6D7855
Tints of Willow Grove #6D7855
RGB
CMYK
RGB Variations
Color information
#6D7855 (or 0x6D7855) is known color: Willow Grove. HEX triplet: 6D, 78 and 55. RGB value is (109,120,85). Sum of RGB (Red+Green+Blue) = 109+120+85=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7855 is #9287AA. Grayscale: #707070. Windows color (decimal): -9602987 or 5601389. OLE color: 5601389.
HSL color Cylindrical-coordinate representation of color #6D7855: hue angle of 78.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D7855 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 120 | 85 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.53 |
| HSL | 78.86º | 0.17% | 0.4% | - |
| HSV(B) | 78.86º | 0.29% | 0.47% | - |
| XYZ | 14.66 | 17.34 | 11.17 | - |
| YUV | 112.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 85 | 0.09 | 0 | 0.29 | 0.53 | 78.86 | 0.17 | 0.4 |
| Hex | 6D | 78 | 55 | 9 | 0 | 1D | 35 | 4F | 11 | 28 |
| Octal | 155 | 170 | 125 | 11 | 0 | 35 | 65 | 117 | 21 | 50 |
| Binary | 1101101 | 1111000 | 1010101 | 1001 | 0 | 11101 | 110101 | 1001111 | 10001 | 101000 |
Color Harmonies of #6D7855
Complementary color
Monochromatic Colors of #6D7855
Black with #6D7855
Text Example
Text Example
White with #6D7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7855; }
p { color: rgb(109,120,85); }
H1.HeaderClassName
{
color: #6D7855;
}
.AnyTagClassName
{
color: #6D7855;
}
</style>
background-color css
<style>
a { background-color: #6D7855; }
a { background-color: rgb(109,120,85); }
div.DivClassName
{
background-color: #6D7855;
}
.BgClassName
{
background-color: #6D7855;
}
</style>
border-color css
<style>
span { border-color: #6D7855; }
span { border-color: rgb(109,120,85); }
td.TdClassName
{
border-color: #6D7855;
}
.TagClassName
{
border-color: #6D7855;
}
</style>