Shades of Willow Grove #6D7C56
Tints of Willow Grove #6D7C56
RGB
CMYK
RGB Variations
Color information
#6D7C56 (or 0x6D7C56) is known color: Willow Grove. HEX triplet: 6D, 7C and 56. RGB value is (109,124,86). Sum of RGB (Red+Green+Blue) = 109+124+86=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7C56 is #9283A9. Grayscale: #737373. Windows color (decimal): -9601962 or 5667949. OLE color: 5667949.
HSL color Cylindrical-coordinate representation of color #6D7C56: hue angle of 83.68º 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 #6D7C56 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 124 | 86 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.51 |
| HSL | 83.68º | 0.18% | 0.41% | - |
| HSV(B) | 83.68º | 0.31% | 0.49% | - |
| XYZ | 15.19 | 18.34 | 11.54 | - |
| YUV | 115.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 124 | 86 | 0.12 | 0 | 0.31 | 0.51 | 83.68 | 0.18 | 0.41 |
| Hex | 6D | 7C | 56 | C | 0 | 1F | 33 | 54 | 12 | 29 |
| Octal | 155 | 174 | 126 | 14 | 0 | 37 | 63 | 124 | 22 | 51 |
| Binary | 1101101 | 1111100 | 1010110 | 1100 | 0 | 11111 | 110011 | 1010100 | 10010 | 101001 |
Color Harmonies of #6D7C56
Complementary color
Monochromatic Colors of #6D7C56
Black with #6D7C56
Text Example
Text Example
White with #6D7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7C56; }
p { color: rgb(109,124,86); }
H1.HeaderClassName
{
color: #6D7C56;
}
.AnyTagClassName
{
color: #6D7C56;
}
</style>
background-color css
<style>
a { background-color: #6D7C56; }
a { background-color: rgb(109,124,86); }
div.DivClassName
{
background-color: #6D7C56;
}
.BgClassName
{
background-color: #6D7C56;
}
</style>
border-color css
<style>
span { border-color: #6D7C56; }
span { border-color: rgb(109,124,86); }
td.TdClassName
{
border-color: #6D7C56;
}
.TagClassName
{
border-color: #6D7C56;
}
</style>