Shades of Willow Grove #6D7365
Tints of Willow Grove #6D7365
RGB
CMYK
RGB Variations
Color information
#6D7365 (or 0x6D7365) is known color: Willow Grove. HEX triplet: 6D, 73 and 65. RGB value is (109,115,101). Sum of RGB (Red+Green+Blue) = 109+115+101=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7365 is #928C9A. Grayscale: #6F6F6F. Windows color (decimal): -9604251 or 6648685. OLE color: 6648685.
HSL color Cylindrical-coordinate representation of color #6D7365: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D7365 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 101 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.55 |
| HSL | 85.71º | 0.06% | 0.42% | - |
| HSV(B) | 85.71º | 0.12% | 0.45% | - |
| XYZ | 14.79 | 16.45 | 14.71 | - |
| YUV | 111.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 101 | 0.05 | 0 | 0.12 | 0.55 | 85.71 | 0.06 | 0.42 |
| Hex | 6D | 73 | 65 | 5 | 0 | C | 37 | 56 | 6 | 2A |
| Octal | 155 | 163 | 145 | 5 | 0 | 14 | 67 | 126 | 6 | 52 |
| Binary | 1101101 | 1110011 | 1100101 | 101 | 0 | 1100 | 110111 | 1010110 | 110 | 101010 |
Color Harmonies of #6D7365
Complementary color
Monochromatic Colors of #6D7365
Black with #6D7365
Text Example
Text Example
White with #6D7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7365; }
p { color: rgb(109,115,101); }
H1.HeaderClassName
{
color: #6D7365;
}
.AnyTagClassName
{
color: #6D7365;
}
</style>
background-color css
<style>
a { background-color: #6D7365; }
a { background-color: rgb(109,115,101); }
div.DivClassName
{
background-color: #6D7365;
}
.BgClassName
{
background-color: #6D7365;
}
</style>
border-color css
<style>
span { border-color: #6D7365; }
span { border-color: rgb(109,115,101); }
td.TdClassName
{
border-color: #6D7365;
}
.TagClassName
{
border-color: #6D7365;
}
</style>