Shades of Willow Grove #666F5C
Tints of Willow Grove #666F5C
RGB
CMYK
RGB Variations
Color information
#666F5C (or 0x666F5C) is known color: Willow Grove. HEX triplet: 66, 6F and 5C. RGB value is (102,111,92). Sum of RGB (Red+Green+Blue) = 102+111+92=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 111 - color contains mainly: green. Hex color #666F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F5C is #9990A3. Grayscale: #6A6A6A. Windows color (decimal): -10064036 or 6057830. OLE color: 6057830.
HSL color Cylindrical-coordinate representation of color #666F5C: hue angle of 88.42º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666F5C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 92 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.56 |
| HSL | 88.42º | 0.09% | 0.4% | - |
| HSV(B) | 88.42º | 0.17% | 0.44% | - |
| XYZ | 13.1 | 14.97 | 12.32 | - |
| YUV | 106.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 92 | 0.08 | 0 | 0.17 | 0.56 | 88.42 | 0.09 | 0.4 |
| Hex | 66 | 6F | 5C | 8 | 0 | 11 | 38 | 58 | 9 | 28 |
| Octal | 146 | 157 | 134 | 10 | 0 | 21 | 70 | 130 | 11 | 50 |
| Binary | 1100110 | 1101111 | 1011100 | 1000 | 0 | 10001 | 111000 | 1011000 | 1001 | 101000 |
Color Harmonies of #666F5C
Complementary color
Monochromatic Colors of #666F5C
Black with #666F5C
Text Example
Text Example
White with #666F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F5C; }
p { color: rgb(102,111,92); }
H1.HeaderClassName
{
color: #666F5C;
}
.AnyTagClassName
{
color: #666F5C;
}
</style>
background-color css
<style>
a { background-color: #666F5C; }
a { background-color: rgb(102,111,92); }
div.DivClassName
{
background-color: #666F5C;
}
.BgClassName
{
background-color: #666F5C;
}
</style>
border-color css
<style>
span { border-color: #666F5C; }
span { border-color: rgb(102,111,92); }
td.TdClassName
{
border-color: #666F5C;
}
.TagClassName
{
border-color: #666F5C;
}
</style>