Shades of Willow Grove #60685A
Tints of Willow Grove #60685A
RGB
CMYK
RGB Variations
Color information
#60685A (or 0x60685A) is known color: Willow Grove. HEX triplet: 60, 68 and 5A. RGB value is (96,104,90). Sum of RGB (Red+Green+Blue) = 96+104+90=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #60685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60685A is #9F97A5. Grayscale: #646464. Windows color (decimal): -10459046 or 5924960. OLE color: 5924960.
HSL color Cylindrical-coordinate representation of color #60685A: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60685A is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 90 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.59 |
| HSL | 94.29º | 0.07% | 0.38% | - |
| HSV(B) | 94.29º | 0.13% | 0.41% | - |
| XYZ | 11.62 | 13.13 | 11.59 | - |
| YUV | 100.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 90 | 0.08 | 0 | 0.13 | 0.59 | 94.29 | 0.07 | 0.38 |
| Hex | 60 | 68 | 5A | 8 | 0 | D | 3B | 5E | 7 | 26 |
| Octal | 140 | 150 | 132 | 10 | 0 | 15 | 73 | 136 | 7 | 46 |
| Binary | 1100000 | 1101000 | 1011010 | 1000 | 0 | 1101 | 111011 | 1011110 | 111 | 100110 |
Color Harmonies of #60685A
Complementary color
Monochromatic Colors of #60685A
Black with #60685A
Text Example
Text Example
White with #60685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60685A; }
p { color: rgb(96,104,90); }
H1.HeaderClassName
{
color: #60685A;
}
.AnyTagClassName
{
color: #60685A;
}
</style>
background-color css
<style>
a { background-color: #60685A; }
a { background-color: rgb(96,104,90); }
div.DivClassName
{
background-color: #60685A;
}
.BgClassName
{
background-color: #60685A;
}
</style>
border-color css
<style>
span { border-color: #60685A; }
span { border-color: rgb(96,104,90); }
td.TdClassName
{
border-color: #60685A;
}
.TagClassName
{
border-color: #60685A;
}
</style>