Shades of Willow Grove #6C7656
Tints of Willow Grove #6C7656
RGB
CMYK
RGB Variations
Color information
#6C7656 (or 0x6C7656) is known color: Willow Grove. HEX triplet: 6C, 76 and 56. RGB value is (108,118,86). Sum of RGB (Red+Green+Blue) = 108+118+86=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7656 is #9389A9. Grayscale: #6F6F6F. Windows color (decimal): -9669034 or 5666412. OLE color: 5666412.
HSL color Cylindrical-coordinate representation of color #6C7656: hue angle of 78.75º 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 #6C7656 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 86 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.54 |
| HSL | 78.75º | 0.16% | 0.4% | - |
| HSV(B) | 78.75º | 0.27% | 0.46% | - |
| XYZ | 14.34 | 16.82 | 11.29 | - |
| YUV | 111.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 86 | 0.08 | 0 | 0.27 | 0.54 | 78.75 | 0.16 | 0.4 |
| Hex | 6C | 76 | 56 | 8 | 0 | 1B | 36 | 4F | 10 | 28 |
| Octal | 154 | 166 | 126 | 10 | 0 | 33 | 66 | 117 | 20 | 50 |
| Binary | 1101100 | 1110110 | 1010110 | 1000 | 0 | 11011 | 110110 | 1001111 | 10000 | 101000 |
Color Harmonies of #6C7656
Complementary color
Monochromatic Colors of #6C7656
Black with #6C7656
Text Example
Text Example
White with #6C7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7656; }
p { color: rgb(108,118,86); }
H1.HeaderClassName
{
color: #6C7656;
}
.AnyTagClassName
{
color: #6C7656;
}
</style>
background-color css
<style>
a { background-color: #6C7656; }
a { background-color: rgb(108,118,86); }
div.DivClassName
{
background-color: #6C7656;
}
.BgClassName
{
background-color: #6C7656;
}
</style>
border-color css
<style>
span { border-color: #6C7656; }
span { border-color: rgb(108,118,86); }
td.TdClassName
{
border-color: #6C7656;
}
.TagClassName
{
border-color: #6C7656;
}
</style>