Shades of Willow Grove #66715E
Tints of Willow Grove #66715E
RGB
CMYK
RGB Variations
Color information
#66715E (or 0x66715E) is known color: Willow Grove. HEX triplet: 66, 71 and 5E. RGB value is (102,113,94). Sum of RGB (Red+Green+Blue) = 102+113+94=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #66715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66715E is #998EA1. Grayscale: #6B6B6B. Windows color (decimal): -10063522 or 6189414. OLE color: 6189414.
HSL color Cylindrical-coordinate representation of color #66715E: hue angle of 94.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66715E is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 113 | 94 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.56 |
| HSL | 94.74º | 0.09% | 0.41% | - |
| HSV(B) | 94.74º | 0.17% | 0.44% | - |
| XYZ | 13.41 | 15.44 | 12.86 | - |
| YUV | 107.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 94 | 0.10 | 0 | 0.17 | 0.56 | 94.74 | 0.09 | 0.41 |
| Hex | 66 | 71 | 5E | A | 0 | 11 | 38 | 5F | 9 | 29 |
| Octal | 146 | 161 | 136 | 12 | 0 | 21 | 70 | 137 | 11 | 51 |
| Binary | 1100110 | 1110001 | 1011110 | 1010 | 0 | 10001 | 111000 | 1011111 | 1001 | 101001 |
Color Harmonies of #66715E
Complementary color
Monochromatic Colors of #66715E
Black with #66715E
Text Example
Text Example
White with #66715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66715E; }
p { color: rgb(102,113,94); }
H1.HeaderClassName
{
color: #66715E;
}
.AnyTagClassName
{
color: #66715E;
}
</style>
background-color css
<style>
a { background-color: #66715E; }
a { background-color: rgb(102,113,94); }
div.DivClassName
{
background-color: #66715E;
}
.BgClassName
{
background-color: #66715E;
}
</style>
border-color css
<style>
span { border-color: #66715E; }
span { border-color: rgb(102,113,94); }
td.TdClassName
{
border-color: #66715E;
}
.TagClassName
{
border-color: #66715E;
}
</style>