Shades of Willow Grove #6D7F61
Tints of Willow Grove #6D7F61
RGB
CMYK
RGB Variations
Color information
#6D7F61 (or 0x6D7F61) is known color: Willow Grove. HEX triplet: 6D, 7F and 61. RGB value is (109,127,97). Sum of RGB (Red+Green+Blue) = 109+127+97=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F61 is #92809E. Grayscale: #767676. Windows color (decimal): -9601183 or 6389613. OLE color: 6389613.
HSL color Cylindrical-coordinate representation of color #6D7F61: hue angle of 96º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D7F61 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 127 | 97 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.50 |
| HSL | 96º | 0.13% | 0.44% | - |
| HSV(B) | 96º | 0.24% | 0.5% | - |
| XYZ | 16.05 | 19.29 | 14.19 | - |
| YUV | 118.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 97 | 0.14 | 0 | 0.24 | 0.50 | 96 | 0.13 | 0.44 |
| Hex | 6D | 7F | 61 | E | 0 | 18 | 32 | 60 | D | 2C |
| Octal | 155 | 177 | 141 | 16 | 0 | 30 | 62 | 140 | 15 | 54 |
| Binary | 1101101 | 1111111 | 1100001 | 1110 | 0 | 11000 | 110010 | 1100000 | 1101 | 101100 |
Color Harmonies of #6D7F61
Complementary color
Monochromatic Colors of #6D7F61
Black with #6D7F61
Text Example
Text Example
White with #6D7F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7F61; }
p { color: rgb(109,127,97); }
H1.HeaderClassName
{
color: #6D7F61;
}
.AnyTagClassName
{
color: #6D7F61;
}
</style>
background-color css
<style>
a { background-color: #6D7F61; }
a { background-color: rgb(109,127,97); }
div.DivClassName
{
background-color: #6D7F61;
}
.BgClassName
{
background-color: #6D7F61;
}
</style>
border-color css
<style>
span { border-color: #6D7F61; }
span { border-color: rgb(109,127,97); }
td.TdClassName
{
border-color: #6D7F61;
}
.TagClassName
{
border-color: #6D7F61;
}
</style>