Shades of Willow Grove #6B7556
Tints of Willow Grove #6B7556
RGB
CMYK
RGB Variations
Color information
#6B7556 (or 0x6B7556) is known color: Willow Grove. HEX triplet: 6B, 75 and 56. RGB value is (107,117,86). Sum of RGB (Red+Green+Blue) = 107+117+86=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7556 is #948AA9. Grayscale: #6E6E6E. Windows color (decimal): -9734826 or 5666155. OLE color: 5666155.
HSL color Cylindrical-coordinate representation of color #6B7556: hue angle of 79.35º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7556 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 86 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.54 |
| HSL | 79.35º | 0.15% | 0.4% | - |
| HSV(B) | 79.35º | 0.26% | 0.46% | - |
| XYZ | 14.1 | 16.52 | 11.25 | - |
| YUV | 110.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 86 | 0.09 | 0 | 0.26 | 0.54 | 79.35 | 0.15 | 0.4 |
| Hex | 6B | 75 | 56 | 9 | 0 | 1A | 36 | 4F | F | 28 |
| Octal | 153 | 165 | 126 | 11 | 0 | 32 | 66 | 117 | 17 | 50 |
| Binary | 1101011 | 1110101 | 1010110 | 1001 | 0 | 11010 | 110110 | 1001111 | 1111 | 101000 |
Color Harmonies of #6B7556
Complementary color
Monochromatic Colors of #6B7556
Black with #6B7556
Text Example
Text Example
White with #6B7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7556; }
p { color: rgb(107,117,86); }
H1.HeaderClassName
{
color: #6B7556;
}
.AnyTagClassName
{
color: #6B7556;
}
</style>
background-color css
<style>
a { background-color: #6B7556; }
a { background-color: rgb(107,117,86); }
div.DivClassName
{
background-color: #6B7556;
}
.BgClassName
{
background-color: #6B7556;
}
</style>
border-color css
<style>
span { border-color: #6B7556; }
span { border-color: rgb(107,117,86); }
td.TdClassName
{
border-color: #6B7556;
}
.TagClassName
{
border-color: #6B7556;
}
</style>