Shades of Willow Grove #66725C
Tints of Willow Grove #66725C
RGB
CMYK
RGB Variations
Color information
#66725C (or 0x66725C) is known color: Willow Grove. HEX triplet: 66, 72 and 5C. RGB value is (102,114,92). Sum of RGB (Red+Green+Blue) = 102+114+92=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #66725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66725C is #998DA3. Grayscale: #6B6B6B. Windows color (decimal): -10063268 or 6058598. OLE color: 6058598.
HSL color Cylindrical-coordinate representation of color #66725C: hue angle of 92.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66725C is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 92 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.55 |
| HSL | 92.73º | 0.11% | 0.4% | - |
| HSV(B) | 92.73º | 0.19% | 0.45% | - |
| XYZ | 13.43 | 15.63 | 12.43 | - |
| YUV | 107.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 92 | 0.11 | 0 | 0.19 | 0.55 | 92.73 | 0.11 | 0.4 |
| Hex | 66 | 72 | 5C | B | 0 | 13 | 37 | 5D | B | 28 |
| Octal | 146 | 162 | 134 | 13 | 0 | 23 | 67 | 135 | 13 | 50 |
| Binary | 1100110 | 1110010 | 1011100 | 1011 | 0 | 10011 | 110111 | 1011101 | 1011 | 101000 |
Color Harmonies of #66725C
Complementary color
Monochromatic Colors of #66725C
Black with #66725C
Text Example
Text Example
White with #66725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66725C; }
p { color: rgb(102,114,92); }
H1.HeaderClassName
{
color: #66725C;
}
.AnyTagClassName
{
color: #66725C;
}
</style>
background-color css
<style>
a { background-color: #66725C; }
a { background-color: rgb(102,114,92); }
div.DivClassName
{
background-color: #66725C;
}
.BgClassName
{
background-color: #66725C;
}
</style>
border-color css
<style>
span { border-color: #66725C; }
span { border-color: rgb(102,114,92); }
td.TdClassName
{
border-color: #66725C;
}
.TagClassName
{
border-color: #66725C;
}
</style>