Shades of Willow Grove #66744F
Tints of Willow Grove #66744F
RGB
CMYK
RGB Variations
Color information
#66744F (or 0x66744F) is known color: Willow Grove. HEX triplet: 66, 74 and 4F. RGB value is (102,116,79). Sum of RGB (Red+Green+Blue) = 102+116+79=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #66744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66744F is #998BB0. Grayscale: #6B6B6B. Windows color (decimal): -10062769 or 5207142. OLE color: 5207142.
HSL color Cylindrical-coordinate representation of color #66744F: hue angle of 82.7º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66744F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 116 | 79 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.55 |
| HSL | 82.7º | 0.19% | 0.38% | - |
| HSV(B) | 82.7º | 0.32% | 0.45% | - |
| XYZ | 13.14 | 15.88 | 9.77 | - |
| YUV | 107.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 79 | 0.12 | 0 | 0.32 | 0.55 | 82.7 | 0.19 | 0.38 |
| Hex | 66 | 74 | 4F | C | 0 | 20 | 37 | 53 | 13 | 26 |
| Octal | 146 | 164 | 117 | 14 | 0 | 40 | 67 | 123 | 23 | 46 |
| Binary | 1100110 | 1110100 | 1001111 | 1100 | 0 | 100000 | 110111 | 1010011 | 10011 | 100110 |
Color Harmonies of #66744F
Complementary color
Monochromatic Colors of #66744F
Black with #66744F
Text Example
Text Example
White with #66744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66744F; }
p { color: rgb(102,116,79); }
H1.HeaderClassName
{
color: #66744F;
}
.AnyTagClassName
{
color: #66744F;
}
</style>
background-color css
<style>
a { background-color: #66744F; }
a { background-color: rgb(102,116,79); }
div.DivClassName
{
background-color: #66744F;
}
.BgClassName
{
background-color: #66744F;
}
</style>
border-color css
<style>
span { border-color: #66744F; }
span { border-color: rgb(102,116,79); }
td.TdClassName
{
border-color: #66744F;
}
.TagClassName
{
border-color: #66744F;
}
</style>