Shades of Willow Grove #6D7665
Tints of Willow Grove #6D7665
RGB
CMYK
RGB Variations
Color information
#6D7665 (or 0x6D7665) is known color: Willow Grove. HEX triplet: 6D, 76 and 65. RGB value is (109,118,101). Sum of RGB (Red+Green+Blue) = 109+118+101=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7665 is #92899A. Grayscale: #717171. Windows color (decimal): -9603483 or 6649453. OLE color: 6649453.
HSL color Cylindrical-coordinate representation of color #6D7665: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7665 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 101 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.54 |
| HSL | 91.76º | 0.08% | 0.43% | - |
| HSV(B) | 91.76º | 0.14% | 0.46% | - |
| XYZ | 15.13 | 17.15 | 14.82 | - |
| YUV | 113.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 101 | 0.08 | 0 | 0.14 | 0.54 | 91.76 | 0.08 | 0.43 |
| Hex | 6D | 76 | 65 | 8 | 0 | E | 36 | 5C | 8 | 2B |
| Octal | 155 | 166 | 145 | 10 | 0 | 16 | 66 | 134 | 10 | 53 |
| Binary | 1101101 | 1110110 | 1100101 | 1000 | 0 | 1110 | 110110 | 1011100 | 1000 | 101011 |
Color Harmonies of #6D7665
Complementary color
Monochromatic Colors of #6D7665
Black with #6D7665
Text Example
Text Example
White with #6D7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7665; }
p { color: rgb(109,118,101); }
H1.HeaderClassName
{
color: #6D7665;
}
.AnyTagClassName
{
color: #6D7665;
}
</style>
background-color css
<style>
a { background-color: #6D7665; }
a { background-color: rgb(109,118,101); }
div.DivClassName
{
background-color: #6D7665;
}
.BgClassName
{
background-color: #6D7665;
}
</style>
border-color css
<style>
span { border-color: #6D7665; }
span { border-color: rgb(109,118,101); }
td.TdClassName
{
border-color: #6D7665;
}
.TagClassName
{
border-color: #6D7665;
}
</style>