Shades of Willow Grove #6D7262
Tints of Willow Grove #6D7262
RGB
CMYK
RGB Variations
Color information
#6D7262 (or 0x6D7262) is known color: Willow Grove. HEX triplet: 6D, 72 and 62. RGB value is (109,114,98). Sum of RGB (Red+Green+Blue) = 109+114+98=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7262 is #928D9D. Grayscale: #6E6E6E. Windows color (decimal): -9604510 or 6451821. OLE color: 6451821.
HSL color Cylindrical-coordinate representation of color #6D7262: hue angle of 78.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7262 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 98 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.55 |
| HSL | 78.75º | 0.08% | 0.42% | - |
| HSV(B) | 78.75º | 0.14% | 0.45% | - |
| XYZ | 14.53 | 16.17 | 13.91 | - |
| YUV | 110.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 98 | 0.04 | 0 | 0.14 | 0.55 | 78.75 | 0.08 | 0.42 |
| Hex | 6D | 72 | 62 | 4 | 0 | E | 37 | 4F | 8 | 2A |
| Octal | 155 | 162 | 142 | 4 | 0 | 16 | 67 | 117 | 10 | 52 |
| Binary | 1101101 | 1110010 | 1100010 | 100 | 0 | 1110 | 110111 | 1001111 | 1000 | 101010 |
Color Harmonies of #6D7262
Complementary color
Monochromatic Colors of #6D7262
Black with #6D7262
Text Example
Text Example
White with #6D7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7262; }
p { color: rgb(109,114,98); }
H1.HeaderClassName
{
color: #6D7262;
}
.AnyTagClassName
{
color: #6D7262;
}
</style>
background-color css
<style>
a { background-color: #6D7262; }
a { background-color: rgb(109,114,98); }
div.DivClassName
{
background-color: #6D7262;
}
.BgClassName
{
background-color: #6D7262;
}
</style>
border-color css
<style>
span { border-color: #6D7262; }
span { border-color: rgb(109,114,98); }
td.TdClassName
{
border-color: #6D7262;
}
.TagClassName
{
border-color: #6D7262;
}
</style>