Shades of Willow Grove #666F56
Tints of Willow Grove #666F56
RGB
CMYK
RGB Variations
Color information
#666F56 (or 0x666F56) is known color: Willow Grove. HEX triplet: 66, 6F and 56. RGB value is (102,111,86). Sum of RGB (Red+Green+Blue) = 102+111+86=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #666F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F56 is #9990A9. Grayscale: #696969. Windows color (decimal): -10064042 or 5664614. OLE color: 5664614.
HSL color Cylindrical-coordinate representation of color #666F56: hue angle of 81.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666F56 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 86 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.56 |
| HSL | 81.6º | 0.13% | 0.39% | - |
| HSV(B) | 81.6º | 0.23% | 0.44% | - |
| XYZ | 12.84 | 14.87 | 11 | - |
| YUV | 105.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 86 | 0.08 | 0 | 0.23 | 0.56 | 81.6 | 0.13 | 0.39 |
| Hex | 66 | 6F | 56 | 8 | 0 | 17 | 38 | 52 | D | 27 |
| Octal | 146 | 157 | 126 | 10 | 0 | 27 | 70 | 122 | 15 | 47 |
| Binary | 1100110 | 1101111 | 1010110 | 1000 | 0 | 10111 | 111000 | 1010010 | 1101 | 100111 |
Color Harmonies of #666F56
Complementary color
Monochromatic Colors of #666F56
Black with #666F56
Text Example
Text Example
White with #666F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F56; }
p { color: rgb(102,111,86); }
H1.HeaderClassName
{
color: #666F56;
}
.AnyTagClassName
{
color: #666F56;
}
</style>
background-color css
<style>
a { background-color: #666F56; }
a { background-color: rgb(102,111,86); }
div.DivClassName
{
background-color: #666F56;
}
.BgClassName
{
background-color: #666F56;
}
</style>
border-color css
<style>
span { border-color: #666F56; }
span { border-color: rgb(102,111,86); }
td.TdClassName
{
border-color: #666F56;
}
.TagClassName
{
border-color: #666F56;
}
</style>