Shades of Willow Grove #6D8256
Tints of Willow Grove #6D8256
RGB
CMYK
RGB Variations
Color information
#6D8256 (or 0x6D8256) is known color: Willow Grove. HEX triplet: 6D, 82 and 56. RGB value is (109,130,86). Sum of RGB (Red+Green+Blue) = 109+130+86=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8256 is #927DA9. Grayscale: #767676. Windows color (decimal): -9600426 or 5669485. OLE color: 5669485.
HSL color Cylindrical-coordinate representation of color #6D8256: hue angle of 88.64º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D8256 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 86 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.49 |
| HSL | 88.64º | 0.2% | 0.42% | - |
| HSV(B) | 88.64º | 0.34% | 0.51% | - |
| XYZ | 15.97 | 19.89 | 11.8 | - |
| YUV | 118.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 86 | 0.16 | 0 | 0.34 | 0.49 | 88.64 | 0.2 | 0.42 |
| Hex | 6D | 82 | 56 | 10 | 0 | 22 | 31 | 59 | 14 | 2A |
| Octal | 155 | 202 | 126 | 20 | 0 | 42 | 61 | 131 | 24 | 52 |
| Binary | 1101101 | 10000010 | 1010110 | 10000 | 0 | 100010 | 110001 | 1011001 | 10100 | 101010 |
Color Harmonies of #6D8256
Complementary color
Monochromatic Colors of #6D8256
Black with #6D8256
Text Example
Text Example
White with #6D8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8256; }
p { color: rgb(109,130,86); }
H1.HeaderClassName
{
color: #6D8256;
}
.AnyTagClassName
{
color: #6D8256;
}
</style>
background-color css
<style>
a { background-color: #6D8256; }
a { background-color: rgb(109,130,86); }
div.DivClassName
{
background-color: #6D8256;
}
.BgClassName
{
background-color: #6D8256;
}
</style>
border-color css
<style>
span { border-color: #6D8256; }
span { border-color: rgb(109,130,86); }
td.TdClassName
{
border-color: #6D8256;
}
.TagClassName
{
border-color: #6D8256;
}
</style>