Shades of Willow Grove #606958
Tints of Willow Grove #606958
RGB
CMYK
RGB Variations
Color information
#606958 (or 0x606958) is known color: Willow Grove. HEX triplet: 60, 69 and 58. RGB value is (96,105,88). Sum of RGB (Red+Green+Blue) = 96+105+88=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #606958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606958 is #9F96A7. Grayscale: #646464. Windows color (decimal): -10458792 or 5794144. OLE color: 5794144.
HSL color Cylindrical-coordinate representation of color #606958: hue angle of 91.76º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606958 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 88 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.59 |
| HSL | 91.76º | 0.09% | 0.38% | - |
| HSV(B) | 91.76º | 0.16% | 0.41% | - |
| XYZ | 11.64 | 13.29 | 11.19 | - |
| YUV | 100.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 88 | 0.09 | 0 | 0.16 | 0.59 | 91.76 | 0.09 | 0.38 |
| Hex | 60 | 69 | 58 | 9 | 0 | 10 | 3B | 5C | 9 | 26 |
| Octal | 140 | 151 | 130 | 11 | 0 | 20 | 73 | 134 | 11 | 46 |
| Binary | 1100000 | 1101001 | 1011000 | 1001 | 0 | 10000 | 111011 | 1011100 | 1001 | 100110 |
Color Harmonies of #606958
Complementary color
Monochromatic Colors of #606958
Black with #606958
Text Example
Text Example
White with #606958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606958; }
p { color: rgb(96,105,88); }
H1.HeaderClassName
{
color: #606958;
}
.AnyTagClassName
{
color: #606958;
}
</style>
background-color css
<style>
a { background-color: #606958; }
a { background-color: rgb(96,105,88); }
div.DivClassName
{
background-color: #606958;
}
.BgClassName
{
background-color: #606958;
}
</style>
border-color css
<style>
span { border-color: #606958; }
span { border-color: rgb(96,105,88); }
td.TdClassName
{
border-color: #606958;
}
.TagClassName
{
border-color: #606958;
}
</style>