Shades of Willow Grove #666D60
Tints of Willow Grove #666D60
RGB
CMYK
RGB Variations
Color information
#666D60 (or 0x666D60) is known color: Willow Grove. HEX triplet: 66, 6D and 60. RGB value is (102,109,96). Sum of RGB (Red+Green+Blue) = 102+109+96=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 109 - color contains mainly: green. Hex color #666D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D60 is #99929F. Grayscale: #696969. Windows color (decimal): -10064544 or 6319462. OLE color: 6319462.
HSL color Cylindrical-coordinate representation of color #666D60: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666D60 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 96 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.57 |
| HSL | 92.31º | 0.06% | 0.4% | - |
| HSV(B) | 92.31º | 0.12% | 0.43% | - |
| XYZ | 13.06 | 14.61 | 13.2 | - |
| YUV | 105.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 96 | 0.06 | 0 | 0.12 | 0.57 | 92.31 | 0.06 | 0.4 |
| Hex | 66 | 6D | 60 | 6 | 0 | C | 39 | 5C | 6 | 28 |
| Octal | 146 | 155 | 140 | 6 | 0 | 14 | 71 | 134 | 6 | 50 |
| Binary | 1100110 | 1101101 | 1100000 | 110 | 0 | 1100 | 111001 | 1011100 | 110 | 101000 |
Color Harmonies of #666D60
Complementary color
Monochromatic Colors of #666D60
Black with #666D60
Text Example
Text Example
White with #666D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D60; }
p { color: rgb(102,109,96); }
H1.HeaderClassName
{
color: #666D60;
}
.AnyTagClassName
{
color: #666D60;
}
</style>
background-color css
<style>
a { background-color: #666D60; }
a { background-color: rgb(102,109,96); }
div.DivClassName
{
background-color: #666D60;
}
.BgClassName
{
background-color: #666D60;
}
</style>
border-color css
<style>
span { border-color: #666D60; }
span { border-color: rgb(102,109,96); }
td.TdClassName
{
border-color: #666D60;
}
.TagClassName
{
border-color: #666D60;
}
</style>