Shades of Willow Grove #606A56
Tints of Willow Grove #606A56
RGB
CMYK
RGB Variations
Color information
#606A56 (or 0x606A56) is known color: Willow Grove. HEX triplet: 60, 6A and 56. RGB value is (96,106,86). Sum of RGB (Red+Green+Blue) = 96+106+86=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #606A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A56 is #9F95A9. Grayscale: #646464. Windows color (decimal): -10458538 or 5663328. OLE color: 5663328.
HSL color Cylindrical-coordinate representation of color #606A56: hue angle of 90º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606A56 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 106 | 86 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.58 |
| HSL | 90º | 0.1% | 0.38% | - |
| HSV(B) | 90º | 0.19% | 0.42% | - |
| XYZ | 11.66 | 13.47 | 10.79 | - |
| YUV | 100.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 86 | 0.09 | 0 | 0.19 | 0.58 | 90 | 0.1 | 0.38 |
| Hex | 60 | 6A | 56 | 9 | 0 | 13 | 3A | 5A | A | 26 |
| Octal | 140 | 152 | 126 | 11 | 0 | 23 | 72 | 132 | 12 | 46 |
| Binary | 1100000 | 1101010 | 1010110 | 1001 | 0 | 10011 | 111010 | 1011010 | 1010 | 100110 |
Color Harmonies of #606A56
Complementary color
Monochromatic Colors of #606A56
Black with #606A56
Text Example
Text Example
White with #606A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A56; }
p { color: rgb(96,106,86); }
H1.HeaderClassName
{
color: #606A56;
}
.AnyTagClassName
{
color: #606A56;
}
</style>
background-color css
<style>
a { background-color: #606A56; }
a { background-color: rgb(96,106,86); }
div.DivClassName
{
background-color: #606A56;
}
.BgClassName
{
background-color: #606A56;
}
</style>
border-color css
<style>
span { border-color: #606A56; }
span { border-color: rgb(96,106,86); }
td.TdClassName
{
border-color: #606A56;
}
.TagClassName
{
border-color: #606A56;
}
</style>