Shades of Willow Grove #66734D
Tints of Willow Grove #66734D
RGB
CMYK
RGB Variations
Color information
#66734D (or 0x66734D) is known color: Willow Grove. HEX triplet: 66, 73 and 4D. RGB value is (102,115,77). Sum of RGB (Red+Green+Blue) = 102+115+77=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #66734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66734D is #998CB2. Grayscale: #6A6A6A. Windows color (decimal): -10063027 or 5075814. OLE color: 5075814.
HSL color Cylindrical-coordinate representation of color #66734D: hue angle of 80.53º 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 #66734D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 77 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.55 |
| HSL | 80.53º | 0.2% | 0.38% | - |
| HSV(B) | 80.53º | 0.33% | 0.45% | - |
| XYZ | 12.95 | 15.62 | 9.35 | - |
| YUV | 106.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 77 | 0.11 | 0 | 0.33 | 0.55 | 80.53 | 0.2 | 0.38 |
| Hex | 66 | 73 | 4D | B | 0 | 21 | 37 | 51 | 14 | 26 |
| Octal | 146 | 163 | 115 | 13 | 0 | 41 | 67 | 121 | 24 | 46 |
| Binary | 1100110 | 1110011 | 1001101 | 1011 | 0 | 100001 | 110111 | 1010001 | 10100 | 100110 |
Color Harmonies of #66734D
Complementary color
Monochromatic Colors of #66734D
Black with #66734D
Text Example
Text Example
White with #66734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66734D; }
p { color: rgb(102,115,77); }
H1.HeaderClassName
{
color: #66734D;
}
.AnyTagClassName
{
color: #66734D;
}
</style>
background-color css
<style>
a { background-color: #66734D; }
a { background-color: rgb(102,115,77); }
div.DivClassName
{
background-color: #66734D;
}
.BgClassName
{
background-color: #66734D;
}
</style>
border-color css
<style>
span { border-color: #66734D; }
span { border-color: rgb(102,115,77); }
td.TdClassName
{
border-color: #66734D;
}
.TagClassName
{
border-color: #66734D;
}
</style>