Shades of Willow Grove #6D7662
Tints of Willow Grove #6D7662
RGB
CMYK
RGB Variations
Color information
#6D7662 (or 0x6D7662) is known color: Willow Grove. HEX triplet: 6D, 76 and 62. RGB value is (109,118,98). Sum of RGB (Red+Green+Blue) = 109+118+98=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7662 is #92899D. Grayscale: #717171. Windows color (decimal): -9603486 or 6452845. OLE color: 6452845.
HSL color Cylindrical-coordinate representation of color #6D7662: hue angle of 87º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D7662 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 98 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.54 |
| HSL | 87º | 0.09% | 0.42% | - |
| HSV(B) | 87º | 0.17% | 0.46% | - |
| XYZ | 14.99 | 17.09 | 14.06 | - |
| YUV | 113.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 98 | 0.08 | 0 | 0.17 | 0.54 | 87 | 0.09 | 0.42 |
| Hex | 6D | 76 | 62 | 8 | 0 | 11 | 36 | 57 | 9 | 2A |
| Octal | 155 | 166 | 142 | 10 | 0 | 21 | 66 | 127 | 11 | 52 |
| Binary | 1101101 | 1110110 | 1100010 | 1000 | 0 | 10001 | 110110 | 1010111 | 1001 | 101010 |
Color Harmonies of #6D7662
Complementary color
Monochromatic Colors of #6D7662
Black with #6D7662
Text Example
Text Example
White with #6D7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7662; }
p { color: rgb(109,118,98); }
H1.HeaderClassName
{
color: #6D7662;
}
.AnyTagClassName
{
color: #6D7662;
}
</style>
background-color css
<style>
a { background-color: #6D7662; }
a { background-color: rgb(109,118,98); }
div.DivClassName
{
background-color: #6D7662;
}
.BgClassName
{
background-color: #6D7662;
}
</style>
border-color css
<style>
span { border-color: #6D7662; }
span { border-color: rgb(109,118,98); }
td.TdClassName
{
border-color: #6D7662;
}
.TagClassName
{
border-color: #6D7662;
}
</style>