Shades of Willow Grove #6D7562
Tints of Willow Grove #6D7562
RGB
CMYK
RGB Variations
Color information
#6D7562 (or 0x6D7562) is known color: Willow Grove. HEX triplet: 6D, 75 and 62. RGB value is (109,117,98). Sum of RGB (Red+Green+Blue) = 109+117+98=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7562 is #928A9D. Grayscale: #707070. Windows color (decimal): -9603742 or 6452589. OLE color: 6452589.
HSL color Cylindrical-coordinate representation of color #6D7562: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7562 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 98 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.54 |
| HSL | 85.26º | 0.09% | 0.42% | - |
| HSV(B) | 85.26º | 0.16% | 0.46% | - |
| XYZ | 14.87 | 16.86 | 14.02 | - |
| YUV | 112.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 98 | 0.07 | 0 | 0.16 | 0.54 | 85.26 | 0.09 | 0.42 |
| Hex | 6D | 75 | 62 | 7 | 0 | 10 | 36 | 55 | 9 | 2A |
| Octal | 155 | 165 | 142 | 7 | 0 | 20 | 66 | 125 | 11 | 52 |
| Binary | 1101101 | 1110101 | 1100010 | 111 | 0 | 10000 | 110110 | 1010101 | 1001 | 101010 |
Color Harmonies of #6D7562
Complementary color
Monochromatic Colors of #6D7562
Black with #6D7562
Text Example
Text Example
White with #6D7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7562; }
p { color: rgb(109,117,98); }
H1.HeaderClassName
{
color: #6D7562;
}
.AnyTagClassName
{
color: #6D7562;
}
</style>
background-color css
<style>
a { background-color: #6D7562; }
a { background-color: rgb(109,117,98); }
div.DivClassName
{
background-color: #6D7562;
}
.BgClassName
{
background-color: #6D7562;
}
</style>
border-color css
<style>
span { border-color: #6D7562; }
span { border-color: rgb(109,117,98); }
td.TdClassName
{
border-color: #6D7562;
}
.TagClassName
{
border-color: #6D7562;
}
</style>