Shades of Willow Grove #6B7656
Tints of Willow Grove #6B7656
RGB
CMYK
RGB Variations
Color information
#6B7656 (or 0x6B7656) is known color: Willow Grove. HEX triplet: 6B, 76 and 56. RGB value is (107,118,86). Sum of RGB (Red+Green+Blue) = 107+118+86=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7656 is #9489A9. Grayscale: #6F6F6F. Windows color (decimal): -9734570 or 5666411. OLE color: 5666411.
HSL color Cylindrical-coordinate representation of color #6B7656: hue angle of 80.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B7656 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 86 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.54 |
| HSL | 80.63º | 0.16% | 0.4% | - |
| HSV(B) | 80.63º | 0.27% | 0.46% | - |
| XYZ | 14.22 | 16.75 | 11.29 | - |
| YUV | 111.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 86 | 0.09 | 0 | 0.27 | 0.54 | 80.63 | 0.16 | 0.4 |
| Hex | 6B | 76 | 56 | 9 | 0 | 1B | 36 | 51 | 10 | 28 |
| Octal | 153 | 166 | 126 | 11 | 0 | 33 | 66 | 121 | 20 | 50 |
| Binary | 1101011 | 1110110 | 1010110 | 1001 | 0 | 11011 | 110110 | 1010001 | 10000 | 101000 |
Color Harmonies of #6B7656
Complementary color
Monochromatic Colors of #6B7656
Black with #6B7656
Text Example
Text Example
White with #6B7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7656; }
p { color: rgb(107,118,86); }
H1.HeaderClassName
{
color: #6B7656;
}
.AnyTagClassName
{
color: #6B7656;
}
</style>
background-color css
<style>
a { background-color: #6B7656; }
a { background-color: rgb(107,118,86); }
div.DivClassName
{
background-color: #6B7656;
}
.BgClassName
{
background-color: #6B7656;
}
</style>
border-color css
<style>
span { border-color: #6B7656; }
span { border-color: rgb(107,118,86); }
td.TdClassName
{
border-color: #6B7656;
}
.TagClassName
{
border-color: #6B7656;
}
</style>