Shades of Willow Grove #6D7266
Tints of Willow Grove #6D7266
RGB
CMYK
RGB Variations
Color information
#6D7266 (or 0x6D7266) is known color: Willow Grove. HEX triplet: 6D, 72 and 66. RGB value is (109,114,102). Sum of RGB (Red+Green+Blue) = 109+114+102=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7266 is #928D99. Grayscale: #6F6F6F. Windows color (decimal): -9604506 or 6713965. OLE color: 6713965.
HSL color Cylindrical-coordinate representation of color #6D7266: hue angle of 85º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D7266 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 102 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.55 |
| HSL | 85º | 0.06% | 0.42% | - |
| HSV(B) | 85º | 0.11% | 0.45% | - |
| XYZ | 14.72 | 16.25 | 14.93 | - |
| YUV | 111.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 102 | 0.04 | 0 | 0.11 | 0.55 | 85 | 0.06 | 0.42 |
| Hex | 6D | 72 | 66 | 4 | 0 | B | 37 | 55 | 6 | 2A |
| Octal | 155 | 162 | 146 | 4 | 0 | 13 | 67 | 125 | 6 | 52 |
| Binary | 1101101 | 1110010 | 1100110 | 100 | 0 | 1011 | 110111 | 1010101 | 110 | 101010 |
Color Harmonies of #6D7266
Complementary color
Monochromatic Colors of #6D7266
Black with #6D7266
Text Example
Text Example
White with #6D7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7266; }
p { color: rgb(109,114,102); }
H1.HeaderClassName
{
color: #6D7266;
}
.AnyTagClassName
{
color: #6D7266;
}
</style>
background-color css
<style>
a { background-color: #6D7266; }
a { background-color: rgb(109,114,102); }
div.DivClassName
{
background-color: #6D7266;
}
.BgClassName
{
background-color: #6D7266;
}
</style>
border-color css
<style>
span { border-color: #6D7266; }
span { border-color: rgb(109,114,102); }
td.TdClassName
{
border-color: #6D7266;
}
.TagClassName
{
border-color: #6D7266;
}
</style>