Shades of Willow Grove #667750
Tints of Willow Grove #667750
RGB
CMYK
RGB Variations
Color information
#667750 (or 0x667750) is known color: Willow Grove. HEX triplet: 66, 77 and 50. RGB value is (102,119,80). Sum of RGB (Red+Green+Blue) = 102+119+80=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #667750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667750 is #9988AF. Grayscale: #6D6D6D. Windows color (decimal): -10062000 or 5273446. OLE color: 5273446.
HSL color Cylindrical-coordinate representation of color #667750: hue angle of 86.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667750 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 80 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.53 |
| HSL | 86.15º | 0.2% | 0.39% | - |
| HSV(B) | 86.15º | 0.33% | 0.47% | - |
| XYZ | 13.52 | 16.6 | 10.08 | - |
| YUV | 109.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 80 | 0.14 | 0 | 0.33 | 0.53 | 86.15 | 0.2 | 0.39 |
| Hex | 66 | 77 | 50 | E | 0 | 21 | 35 | 56 | 14 | 27 |
| Octal | 146 | 167 | 120 | 16 | 0 | 41 | 65 | 126 | 24 | 47 |
| Binary | 1100110 | 1110111 | 1010000 | 1110 | 0 | 100001 | 110101 | 1010110 | 10100 | 100111 |
Color Harmonies of #667750
Complementary color
Monochromatic Colors of #667750
Black with #667750
Text Example
Text Example
White with #667750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667750; }
p { color: rgb(102,119,80); }
H1.HeaderClassName
{
color: #667750;
}
.AnyTagClassName
{
color: #667750;
}
</style>
background-color css
<style>
a { background-color: #667750; }
a { background-color: rgb(102,119,80); }
div.DivClassName
{
background-color: #667750;
}
.BgClassName
{
background-color: #667750;
}
</style>
border-color css
<style>
span { border-color: #667750; }
span { border-color: rgb(102,119,80); }
td.TdClassName
{
border-color: #667750;
}
.TagClassName
{
border-color: #667750;
}
</style>