Shades of Willow Grove #66755B
Tints of Willow Grove #66755B
RGB
CMYK
RGB Variations
Color information
#66755B (or 0x66755B) is known color: Willow Grove. HEX triplet: 66, 75 and 5B. RGB value is (102,117,91). Sum of RGB (Red+Green+Blue) = 102+117+91=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #66755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66755B is #998AA4. Grayscale: #6D6D6D. Windows color (decimal): -10062501 or 5993830. OLE color: 5993830.
HSL color Cylindrical-coordinate representation of color #66755B: hue angle of 94.62º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66755B is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 91 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.54 |
| HSL | 94.62º | 0.13% | 0.41% | - |
| HSV(B) | 94.62º | 0.22% | 0.46% | - |
| XYZ | 13.73 | 16.3 | 12.32 | - |
| YUV | 109.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 91 | 0.13 | 0 | 0.22 | 0.54 | 94.62 | 0.13 | 0.41 |
| Hex | 66 | 75 | 5B | D | 0 | 16 | 36 | 5F | C | 29 |
| Octal | 146 | 165 | 133 | 15 | 0 | 26 | 66 | 137 | 14 | 51 |
| Binary | 1100110 | 1110101 | 1011011 | 1101 | 0 | 10110 | 110110 | 1011111 | 1100 | 101001 |
Color Harmonies of #66755B
Complementary color
Monochromatic Colors of #66755B
Black with #66755B
Text Example
Text Example
White with #66755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66755B; }
p { color: rgb(102,117,91); }
H1.HeaderClassName
{
color: #66755B;
}
.AnyTagClassName
{
color: #66755B;
}
</style>
background-color css
<style>
a { background-color: #66755B; }
a { background-color: rgb(102,117,91); }
div.DivClassName
{
background-color: #66755B;
}
.BgClassName
{
background-color: #66755B;
}
</style>
border-color css
<style>
span { border-color: #66755B; }
span { border-color: rgb(102,117,91); }
td.TdClassName
{
border-color: #66755B;
}
.TagClassName
{
border-color: #66755B;
}
</style>