Shades of Willow Grove #666D5E
Tints of Willow Grove #666D5E
RGB
CMYK
RGB Variations
Color information
#666D5E (or 0x666D5E) is known color: Willow Grove. HEX triplet: 66, 6D and 5E. RGB value is (102,109,94). Sum of RGB (Red+Green+Blue) = 102+109+94=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 109 - color contains mainly: green. Hex color #666D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D5E is #9992A1. Grayscale: #696969. Windows color (decimal): -10064546 or 6188390. OLE color: 6188390.
HSL color Cylindrical-coordinate representation of color #666D5E: hue angle of 88º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666D5E is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 94 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.57 |
| HSL | 88º | 0.07% | 0.4% | - |
| HSV(B) | 88º | 0.14% | 0.43% | - |
| XYZ | 12.97 | 14.57 | 12.72 | - |
| YUV | 105.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 94 | 0.06 | 0 | 0.14 | 0.57 | 88 | 0.07 | 0.4 |
| Hex | 66 | 6D | 5E | 6 | 0 | E | 39 | 58 | 7 | 28 |
| Octal | 146 | 155 | 136 | 6 | 0 | 16 | 71 | 130 | 7 | 50 |
| Binary | 1100110 | 1101101 | 1011110 | 110 | 0 | 1110 | 111001 | 1011000 | 111 | 101000 |
Color Harmonies of #666D5E
Complementary color
Monochromatic Colors of #666D5E
Black with #666D5E
Text Example
Text Example
White with #666D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D5E; }
p { color: rgb(102,109,94); }
H1.HeaderClassName
{
color: #666D5E;
}
.AnyTagClassName
{
color: #666D5E;
}
</style>
background-color css
<style>
a { background-color: #666D5E; }
a { background-color: rgb(102,109,94); }
div.DivClassName
{
background-color: #666D5E;
}
.BgClassName
{
background-color: #666D5E;
}
</style>
border-color css
<style>
span { border-color: #666D5E; }
span { border-color: rgb(102,109,94); }
td.TdClassName
{
border-color: #666D5E;
}
.TagClassName
{
border-color: #666D5E;
}
</style>