Shades of Willow Grove #666A5F
Tints of Willow Grove #666A5F
RGB
CMYK
RGB Variations
Color information
#666A5F (or 0x666A5F) is known color: Willow Grove. HEX triplet: 66, 6A and 5F. RGB value is (102,106,95). Sum of RGB (Red+Green+Blue) = 102+106+95=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 106 - color contains mainly: green. Hex color #666A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A5F is #9995A0. Grayscale: #676767. Windows color (decimal): -10065313 or 6253158. OLE color: 6253158.
HSL color Cylindrical-coordinate representation of color #666A5F: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #666A5F is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 95 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.58 |
| HSL | 81.82º | 0.05% | 0.39% | - |
| HSV(B) | 81.82º | 0.1% | 0.42% | - |
| XYZ | 12.7 | 13.96 | 12.85 | - |
| YUV | 103.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 95 | 0.04 | 0 | 0.10 | 0.58 | 81.82 | 0.05 | 0.39 |
| Hex | 66 | 6A | 5F | 4 | 0 | A | 3A | 52 | 5 | 27 |
| Octal | 146 | 152 | 137 | 4 | 0 | 12 | 72 | 122 | 5 | 47 |
| Binary | 1100110 | 1101010 | 1011111 | 100 | 0 | 1010 | 111010 | 1010010 | 101 | 100111 |
Color Harmonies of #666A5F
Complementary color
Monochromatic Colors of #666A5F
Black with #666A5F
Text Example
Text Example
White with #666A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A5F; }
p { color: rgb(102,106,95); }
H1.HeaderClassName
{
color: #666A5F;
}
.AnyTagClassName
{
color: #666A5F;
}
</style>
background-color css
<style>
a { background-color: #666A5F; }
a { background-color: rgb(102,106,95); }
div.DivClassName
{
background-color: #666A5F;
}
.BgClassName
{
background-color: #666A5F;
}
</style>
border-color css
<style>
span { border-color: #666A5F; }
span { border-color: rgb(102,106,95); }
td.TdClassName
{
border-color: #666A5F;
}
.TagClassName
{
border-color: #666A5F;
}
</style>