Shades of Willow Grove #6D7D56
Tints of Willow Grove #6D7D56
RGB
CMYK
RGB Variations
Color information
#6D7D56 (or 0x6D7D56) is known color: Willow Grove. HEX triplet: 6D, 7D and 56. RGB value is (109,125,86). Sum of RGB (Red+Green+Blue) = 109+125+86=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #6D7D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7D56 is #9282A9. Grayscale: #737373. Windows color (decimal): -9601706 or 5668205. OLE color: 5668205.
HSL color Cylindrical-coordinate representation of color #6D7D56: hue angle of 84.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D7D56 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 125 | 86 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.51 |
| HSL | 84.62º | 0.18% | 0.41% | - |
| HSV(B) | 84.62º | 0.31% | 0.49% | - |
| XYZ | 15.32 | 18.59 | 11.58 | - |
| YUV | 115.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 125 | 86 | 0.13 | 0 | 0.31 | 0.51 | 84.62 | 0.18 | 0.41 |
| Hex | 6D | 7D | 56 | D | 0 | 1F | 33 | 55 | 12 | 29 |
| Octal | 155 | 175 | 126 | 15 | 0 | 37 | 63 | 125 | 22 | 51 |
| Binary | 1101101 | 1111101 | 1010110 | 1101 | 0 | 11111 | 110011 | 1010101 | 10010 | 101001 |
Color Harmonies of #6D7D56
Complementary color
Monochromatic Colors of #6D7D56
Black with #6D7D56
Text Example
Text Example
White with #6D7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7D56; }
p { color: rgb(109,125,86); }
H1.HeaderClassName
{
color: #6D7D56;
}
.AnyTagClassName
{
color: #6D7D56;
}
</style>
background-color css
<style>
a { background-color: #6D7D56; }
a { background-color: rgb(109,125,86); }
div.DivClassName
{
background-color: #6D7D56;
}
.BgClassName
{
background-color: #6D7D56;
}
</style>
border-color css
<style>
span { border-color: #6D7D56; }
span { border-color: rgb(109,125,86); }
td.TdClassName
{
border-color: #6D7D56;
}
.TagClassName
{
border-color: #6D7D56;
}
</style>