Shades of Willow Grove #6D7F60
Tints of Willow Grove #6D7F60
RGB
CMYK
RGB Variations
Color information
#6D7F60 (or 0x6D7F60) is known color: Willow Grove. HEX triplet: 6D, 7F and 60. RGB value is (109,127,96). Sum of RGB (Red+Green+Blue) = 109+127+96=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F60 is #92809F. Grayscale: #767676. Windows color (decimal): -9601184 or 6324077. OLE color: 6324077.
HSL color Cylindrical-coordinate representation of color #6D7F60: hue angle of 94.84º degrees, saturation: 0.14, 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 #6D7F60 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 127 | 96 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.50 |
| HSL | 94.84º | 0.14% | 0.44% | - |
| HSV(B) | 94.84º | 0.24% | 0.5% | - |
| XYZ | 16.01 | 19.27 | 13.94 | - |
| YUV | 118.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 96 | 0.14 | 0 | 0.24 | 0.50 | 94.84 | 0.14 | 0.44 |
| Hex | 6D | 7F | 60 | E | 0 | 18 | 32 | 5F | E | 2C |
| Octal | 155 | 177 | 140 | 16 | 0 | 30 | 62 | 137 | 16 | 54 |
| Binary | 1101101 | 1111111 | 1100000 | 1110 | 0 | 11000 | 110010 | 1011111 | 1110 | 101100 |
Color Harmonies of #6D7F60
Complementary color
Monochromatic Colors of #6D7F60
Black with #6D7F60
Text Example
Text Example
White with #6D7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7F60; }
p { color: rgb(109,127,96); }
H1.HeaderClassName
{
color: #6D7F60;
}
.AnyTagClassName
{
color: #6D7F60;
}
</style>
background-color css
<style>
a { background-color: #6D7F60; }
a { background-color: rgb(109,127,96); }
div.DivClassName
{
background-color: #6D7F60;
}
.BgClassName
{
background-color: #6D7F60;
}
</style>
border-color css
<style>
span { border-color: #6D7F60; }
span { border-color: rgb(109,127,96); }
td.TdClassName
{
border-color: #6D7F60;
}
.TagClassName
{
border-color: #6D7F60;
}
</style>