Shades of Willow Grove #666D5F
Tints of Willow Grove #666D5F
RGB
CMYK
RGB Variations
Color information
#666D5F (or 0x666D5F) is known color: Willow Grove. HEX triplet: 66, 6D and 5F. RGB value is (102,109,95). Sum of RGB (Red+Green+Blue) = 102+109+95=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 109 - color contains mainly: green. Hex color #666D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D5F is #9992A0. Grayscale: #696969. Windows color (decimal): -10064545 or 6253926. OLE color: 6253926.
HSL color Cylindrical-coordinate representation of color #666D5F: hue angle of 90º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666D5F is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 95 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.57 |
| HSL | 90º | 0.07% | 0.4% | - |
| HSV(B) | 90º | 0.13% | 0.43% | - |
| XYZ | 13.01 | 14.59 | 12.96 | - |
| YUV | 105.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 95 | 0.06 | 0 | 0.13 | 0.57 | 90 | 0.07 | 0.4 |
| Hex | 66 | 6D | 5F | 6 | 0 | D | 39 | 5A | 7 | 28 |
| Octal | 146 | 155 | 137 | 6 | 0 | 15 | 71 | 132 | 7 | 50 |
| Binary | 1100110 | 1101101 | 1011111 | 110 | 0 | 1101 | 111001 | 1011010 | 111 | 101000 |
Color Harmonies of #666D5F
Complementary color
Monochromatic Colors of #666D5F
Black with #666D5F
Text Example
Text Example
White with #666D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D5F; }
p { color: rgb(102,109,95); }
H1.HeaderClassName
{
color: #666D5F;
}
.AnyTagClassName
{
color: #666D5F;
}
</style>
background-color css
<style>
a { background-color: #666D5F; }
a { background-color: rgb(102,109,95); }
div.DivClassName
{
background-color: #666D5F;
}
.BgClassName
{
background-color: #666D5F;
}
</style>
border-color css
<style>
span { border-color: #666D5F; }
span { border-color: rgb(102,109,95); }
td.TdClassName
{
border-color: #666D5F;
}
.TagClassName
{
border-color: #666D5F;
}
</style>