Shades of Willow Grove #6C7555
Tints of Willow Grove #6C7555
RGB
CMYK
RGB Variations
Color information
#6C7555 (or 0x6C7555) is known color: Willow Grove. HEX triplet: 6C, 75 and 55. RGB value is (108,117,85). Sum of RGB (Red+Green+Blue) = 108+117+85=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7555 is #938AAA. Grayscale: #6E6E6E. Windows color (decimal): -9669291 or 5600620. OLE color: 5600620.
HSL color Cylindrical-coordinate representation of color #6C7555: hue angle of 76.88º 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 #6C7555 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 85 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.54 |
| HSL | 76.88º | 0.16% | 0.4% | - |
| HSV(B) | 76.88º | 0.27% | 0.46% | - |
| XYZ | 14.19 | 16.57 | 11.04 | - |
| YUV | 110.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 85 | 0.08 | 0 | 0.27 | 0.54 | 76.88 | 0.16 | 0.4 |
| Hex | 6C | 75 | 55 | 8 | 0 | 1B | 36 | 4D | 10 | 28 |
| Octal | 154 | 165 | 125 | 10 | 0 | 33 | 66 | 115 | 20 | 50 |
| Binary | 1101100 | 1110101 | 1010101 | 1000 | 0 | 11011 | 110110 | 1001101 | 10000 | 101000 |
Color Harmonies of #6C7555
Complementary color
Monochromatic Colors of #6C7555
Black with #6C7555
Text Example
Text Example
White with #6C7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7555; }
p { color: rgb(108,117,85); }
H1.HeaderClassName
{
color: #6C7555;
}
.AnyTagClassName
{
color: #6C7555;
}
</style>
background-color css
<style>
a { background-color: #6C7555; }
a { background-color: rgb(108,117,85); }
div.DivClassName
{
background-color: #6C7555;
}
.BgClassName
{
background-color: #6C7555;
}
</style>
border-color css
<style>
span { border-color: #6C7555; }
span { border-color: rgb(108,117,85); }
td.TdClassName
{
border-color: #6C7555;
}
.TagClassName
{
border-color: #6C7555;
}
</style>