Shades of Willow Grove #666F5E
Tints of Willow Grove #666F5E
RGB
CMYK
RGB Variations
Color information
#666F5E (or 0x666F5E) is known color: Willow Grove. HEX triplet: 66, 6F and 5E. RGB value is (102,111,94). Sum of RGB (Red+Green+Blue) = 102+111+94=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 111 - color contains mainly: green. Hex color #666F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F5E is #9990A1. Grayscale: #6A6A6A. Windows color (decimal): -10064034 or 6188902. OLE color: 6188902.
HSL color Cylindrical-coordinate representation of color #666F5E: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #666F5E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 94 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.56 |
| HSL | 91.76º | 0.08% | 0.4% | - |
| HSV(B) | 91.76º | 0.15% | 0.44% | - |
| XYZ | 13.18 | 15 | 12.79 | - |
| YUV | 106.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 94 | 0.08 | 0 | 0.15 | 0.56 | 91.76 | 0.08 | 0.4 |
| Hex | 66 | 6F | 5E | 8 | 0 | F | 38 | 5C | 8 | 28 |
| Octal | 146 | 157 | 136 | 10 | 0 | 17 | 70 | 134 | 10 | 50 |
| Binary | 1100110 | 1101111 | 1011110 | 1000 | 0 | 1111 | 111000 | 1011100 | 1000 | 101000 |
Color Harmonies of #666F5E
Complementary color
Monochromatic Colors of #666F5E
Black with #666F5E
Text Example
Text Example
White with #666F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F5E; }
p { color: rgb(102,111,94); }
H1.HeaderClassName
{
color: #666F5E;
}
.AnyTagClassName
{
color: #666F5E;
}
</style>
background-color css
<style>
a { background-color: #666F5E; }
a { background-color: rgb(102,111,94); }
div.DivClassName
{
background-color: #666F5E;
}
.BgClassName
{
background-color: #666F5E;
}
</style>
border-color css
<style>
span { border-color: #666F5E; }
span { border-color: rgb(102,111,94); }
td.TdClassName
{
border-color: #666F5E;
}
.TagClassName
{
border-color: #666F5E;
}
</style>