Shades of Willow Grove #666C5F
Tints of Willow Grove #666C5F
RGB
CMYK
RGB Variations
Color information
#666C5F (or 0x666C5F) is known color: Willow Grove. HEX triplet: 66, 6C and 5F. RGB value is (102,108,95). Sum of RGB (Red+Green+Blue) = 102+108+95=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 108 - color contains mainly: green. Hex color #666C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C5F is #9993A0. Grayscale: #686868. Windows color (decimal): -10064801 or 6253670. OLE color: 6253670.
HSL color Cylindrical-coordinate representation of color #666C5F: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666C5F is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 95 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.58 |
| HSL | 87.69º | 0.06% | 0.4% | - |
| HSV(B) | 87.69º | 0.12% | 0.42% | - |
| XYZ | 12.91 | 14.38 | 12.92 | - |
| YUV | 104.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 95 | 0.06 | 0 | 0.12 | 0.58 | 87.69 | 0.06 | 0.4 |
| Hex | 66 | 6C | 5F | 6 | 0 | C | 3A | 58 | 6 | 28 |
| Octal | 146 | 154 | 137 | 6 | 0 | 14 | 72 | 130 | 6 | 50 |
| Binary | 1100110 | 1101100 | 1011111 | 110 | 0 | 1100 | 111010 | 1011000 | 110 | 101000 |
Color Harmonies of #666C5F
Complementary color
Monochromatic Colors of #666C5F
Black with #666C5F
Text Example
Text Example
White with #666C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C5F; }
p { color: rgb(102,108,95); }
H1.HeaderClassName
{
color: #666C5F;
}
.AnyTagClassName
{
color: #666C5F;
}
</style>
background-color css
<style>
a { background-color: #666C5F; }
a { background-color: rgb(102,108,95); }
div.DivClassName
{
background-color: #666C5F;
}
.BgClassName
{
background-color: #666C5F;
}
</style>
border-color css
<style>
span { border-color: #666C5F; }
span { border-color: rgb(102,108,95); }
td.TdClassName
{
border-color: #666C5F;
}
.TagClassName
{
border-color: #666C5F;
}
</style>