Shades of Willow Grove #66705F
Tints of Willow Grove #66705F
RGB
CMYK
RGB Variations
Color information
#66705F (or 0x66705F) is known color: Willow Grove. HEX triplet: 66, 70 and 5F. RGB value is (102,112,95). Sum of RGB (Red+Green+Blue) = 102+112+95=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #66705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66705F is #998FA0. Grayscale: #6B6B6B. Windows color (decimal): -10063777 or 6254694. OLE color: 6254694.
HSL color Cylindrical-coordinate representation of color #66705F: hue angle of 95.29º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #66705F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 95 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.56 |
| HSL | 95.29º | 0.08% | 0.41% | - |
| HSV(B) | 95.29º | 0.15% | 0.44% | - |
| XYZ | 13.34 | 15.24 | 13.06 | - |
| YUV | 107.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 95 | 0.09 | 0 | 0.15 | 0.56 | 95.29 | 0.08 | 0.41 |
| Hex | 66 | 70 | 5F | 9 | 0 | F | 38 | 5F | 8 | 29 |
| Octal | 146 | 160 | 137 | 11 | 0 | 17 | 70 | 137 | 10 | 51 |
| Binary | 1100110 | 1110000 | 1011111 | 1001 | 0 | 1111 | 111000 | 1011111 | 1000 | 101001 |
Color Harmonies of #66705F
Complementary color
Monochromatic Colors of #66705F
Black with #66705F
Text Example
Text Example
White with #66705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66705F; }
p { color: rgb(102,112,95); }
H1.HeaderClassName
{
color: #66705F;
}
.AnyTagClassName
{
color: #66705F;
}
</style>
background-color css
<style>
a { background-color: #66705F; }
a { background-color: rgb(102,112,95); }
div.DivClassName
{
background-color: #66705F;
}
.BgClassName
{
background-color: #66705F;
}
</style>
border-color css
<style>
span { border-color: #66705F; }
span { border-color: rgb(102,112,95); }
td.TdClassName
{
border-color: #66705F;
}
.TagClassName
{
border-color: #66705F;
}
</style>