Shades of Willow Grove #66715A
Tints of Willow Grove #66715A
RGB
CMYK
RGB Variations
Color information
#66715A (or 0x66715A) is known color: Willow Grove. HEX triplet: 66, 71 and 5A. RGB value is (102,113,90). Sum of RGB (Red+Green+Blue) = 102+113+90=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #66715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66715A is #998EA5. Grayscale: #6B6B6B. Windows color (decimal): -10063526 or 5927270. OLE color: 5927270.
HSL color Cylindrical-coordinate representation of color #66715A: hue angle of 88.7º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66715A is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 113 | 90 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.56 |
| HSL | 88.7º | 0.11% | 0.4% | - |
| HSV(B) | 88.7º | 0.2% | 0.44% | - |
| XYZ | 13.23 | 15.37 | 11.94 | - |
| YUV | 107.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 90 | 0.10 | 0 | 0.20 | 0.56 | 88.7 | 0.11 | 0.4 |
| Hex | 66 | 71 | 5A | A | 0 | 14 | 38 | 59 | B | 28 |
| Octal | 146 | 161 | 132 | 12 | 0 | 24 | 70 | 131 | 13 | 50 |
| Binary | 1100110 | 1110001 | 1011010 | 1010 | 0 | 10100 | 111000 | 1011001 | 1011 | 101000 |
Color Harmonies of #66715A
Complementary color
Monochromatic Colors of #66715A
Black with #66715A
Text Example
Text Example
White with #66715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66715A; }
p { color: rgb(102,113,90); }
H1.HeaderClassName
{
color: #66715A;
}
.AnyTagClassName
{
color: #66715A;
}
</style>
background-color css
<style>
a { background-color: #66715A; }
a { background-color: rgb(102,113,90); }
div.DivClassName
{
background-color: #66715A;
}
.BgClassName
{
background-color: #66715A;
}
</style>
border-color css
<style>
span { border-color: #66715A; }
span { border-color: rgb(102,113,90); }
td.TdClassName
{
border-color: #66715A;
}
.TagClassName
{
border-color: #66715A;
}
</style>