Shades of Willow Grove #606F51
Tints of Willow Grove #606F51
RGB
CMYK
RGB Variations
Color information
#606F51 (or 0x606F51) is known color: Willow Grove. HEX triplet: 60, 6F and 51. RGB value is (96,111,81). Sum of RGB (Red+Green+Blue) = 96+111+81=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #606F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F51 is #9F90AE. Grayscale: #676767. Windows color (decimal): -10457263 or 5336928. OLE color: 5336928.
HSL color Cylindrical-coordinate representation of color #606F51: hue angle of 90º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606F51 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 111 | 81 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.56 |
| HSL | 90º | 0.16% | 0.38% | - |
| HSV(B) | 90º | 0.27% | 0.44% | - |
| XYZ | 11.99 | 14.45 | 9.94 | - |
| YUV | 103.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 81 | 0.14 | 0 | 0.27 | 0.56 | 90 | 0.16 | 0.38 |
| Hex | 60 | 6F | 51 | E | 0 | 1B | 38 | 5A | 10 | 26 |
| Octal | 140 | 157 | 121 | 16 | 0 | 33 | 70 | 132 | 20 | 46 |
| Binary | 1100000 | 1101111 | 1010001 | 1110 | 0 | 11011 | 111000 | 1011010 | 10000 | 100110 |
Color Harmonies of #606F51
Complementary color
Monochromatic Colors of #606F51
Black with #606F51
Text Example
Text Example
White with #606F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F51; }
p { color: rgb(96,111,81); }
H1.HeaderClassName
{
color: #606F51;
}
.AnyTagClassName
{
color: #606F51;
}
</style>
background-color css
<style>
a { background-color: #606F51; }
a { background-color: rgb(96,111,81); }
div.DivClassName
{
background-color: #606F51;
}
.BgClassName
{
background-color: #606F51;
}
</style>
border-color css
<style>
span { border-color: #606F51; }
span { border-color: rgb(96,111,81); }
td.TdClassName
{
border-color: #606F51;
}
.TagClassName
{
border-color: #606F51;
}
</style>