Shades of Willow Grove #666765
Tints of Willow Grove #666765
RGB
CMYK
RGB Variations
Color information
#666765 (or 0x666765) is known color: Willow Grove. HEX triplet: 66, 67 and 65. RGB value is (102,103,101). Sum of RGB (Red+Green+Blue) = 102+103+101=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 103 - color contains mainly: green. Hex color #666765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666765 is #99989A. Grayscale: #666666. Windows color (decimal): -10066075 or 6645606. OLE color: 6645606.
HSL color Cylindrical-coordinate representation of color #666765: hue angle of 90º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666765 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 101 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.60 |
| HSL | 90º | 0.01% | 0.4% | - |
| HSV(B) | 90º | 0.02% | 0.4% | - |
| XYZ | 12.68 | 13.46 | 14.24 | - |
| YUV | 102.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 101 | 0.01 | 0 | 0.02 | 0.60 | 90 | 0.01 | 0.4 |
| Hex | 66 | 67 | 65 | 1 | 0 | 2 | 3C | 5A | 1 | 28 |
| Octal | 146 | 147 | 145 | 1 | 0 | 2 | 74 | 132 | 1 | 50 |
| Binary | 1100110 | 1100111 | 1100101 | 1 | 0 | 10 | 111100 | 1011010 | 1 | 101000 |
Color Harmonies of #666765
Complementary color
Monochromatic Colors of #666765
Black with #666765
Text Example
Text Example
White with #666765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666765; }
p { color: rgb(102,103,101); }
H1.HeaderClassName
{
color: #666765;
}
.AnyTagClassName
{
color: #666765;
}
</style>
background-color css
<style>
a { background-color: #666765; }
a { background-color: rgb(102,103,101); }
div.DivClassName
{
background-color: #666765;
}
.BgClassName
{
background-color: #666765;
}
</style>
border-color css
<style>
span { border-color: #666765; }
span { border-color: rgb(102,103,101); }
td.TdClassName
{
border-color: #666765;
}
.TagClassName
{
border-color: #666765;
}
</style>