Shades of Willow Grove #66744E
Tints of Willow Grove #66744E
RGB
CMYK
RGB Variations
Color information
#66744E (or 0x66744E) is known color: Willow Grove. HEX triplet: 66, 74 and 4E. RGB value is (102,116,78). Sum of RGB (Red+Green+Blue) = 102+116+78=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #66744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66744E is #998BB1. Grayscale: #6B6B6B. Windows color (decimal): -10062770 or 5141606. OLE color: 5141606.
HSL color Cylindrical-coordinate representation of color #66744E: hue angle of 82.11º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66744E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 116 | 78 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.55 |
| HSL | 82.11º | 0.2% | 0.38% | - |
| HSV(B) | 82.11º | 0.33% | 0.45% | - |
| XYZ | 13.1 | 15.87 | 9.58 | - |
| YUV | 107.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 78 | 0.12 | 0 | 0.33 | 0.55 | 82.11 | 0.2 | 0.38 |
| Hex | 66 | 74 | 4E | C | 0 | 21 | 37 | 52 | 14 | 26 |
| Octal | 146 | 164 | 116 | 14 | 0 | 41 | 67 | 122 | 24 | 46 |
| Binary | 1100110 | 1110100 | 1001110 | 1100 | 0 | 100001 | 110111 | 1010010 | 10100 | 100110 |
Color Harmonies of #66744E
Complementary color
Monochromatic Colors of #66744E
Black with #66744E
Text Example
Text Example
White with #66744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66744E; }
p { color: rgb(102,116,78); }
H1.HeaderClassName
{
color: #66744E;
}
.AnyTagClassName
{
color: #66744E;
}
</style>
background-color css
<style>
a { background-color: #66744E; }
a { background-color: rgb(102,116,78); }
div.DivClassName
{
background-color: #66744E;
}
.BgClassName
{
background-color: #66744E;
}
</style>
border-color css
<style>
span { border-color: #66744E; }
span { border-color: rgb(102,116,78); }
td.TdClassName
{
border-color: #66744E;
}
.TagClassName
{
border-color: #66744E;
}
</style>