Shades of Willow Grove #66735C
Tints of Willow Grove #66735C
RGB
CMYK
RGB Variations
Color information
#66735C (or 0x66735C) is known color: Willow Grove. HEX triplet: 66, 73 and 5C. RGB value is (102,115,92). Sum of RGB (Red+Green+Blue) = 102+115+92=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #66735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66735C is #998CA3. Grayscale: #6C6C6C. Windows color (decimal): -10063012 or 6058854. OLE color: 6058854.
HSL color Cylindrical-coordinate representation of color #66735C: hue angle of 93.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66735C is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 92 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.55 |
| HSL | 93.91º | 0.11% | 0.41% | - |
| HSV(B) | 93.91º | 0.2% | 0.45% | - |
| XYZ | 13.54 | 15.86 | 12.47 | - |
| YUV | 108.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 92 | 0.11 | 0 | 0.20 | 0.55 | 93.91 | 0.11 | 0.41 |
| Hex | 66 | 73 | 5C | B | 0 | 14 | 37 | 5E | B | 29 |
| Octal | 146 | 163 | 134 | 13 | 0 | 24 | 67 | 136 | 13 | 51 |
| Binary | 1100110 | 1110011 | 1011100 | 1011 | 0 | 10100 | 110111 | 1011110 | 1011 | 101001 |
Color Harmonies of #66735C
Complementary color
Monochromatic Colors of #66735C
Black with #66735C
Text Example
Text Example
White with #66735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66735C; }
p { color: rgb(102,115,92); }
H1.HeaderClassName
{
color: #66735C;
}
.AnyTagClassName
{
color: #66735C;
}
</style>
background-color css
<style>
a { background-color: #66735C; }
a { background-color: rgb(102,115,92); }
div.DivClassName
{
background-color: #66735C;
}
.BgClassName
{
background-color: #66735C;
}
</style>
border-color css
<style>
span { border-color: #66735C; }
span { border-color: rgb(102,115,92); }
td.TdClassName
{
border-color: #66735C;
}
.TagClassName
{
border-color: #66735C;
}
</style>