Shades of Willow Grove #60665A
Tints of Willow Grove #60665A
RGB
CMYK
RGB Variations
Color information
#60665A (or 0x60665A) is known color: Willow Grove. HEX triplet: 60, 66 and 5A. RGB value is (96,102,90). Sum of RGB (Red+Green+Blue) = 96+102+90=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 102 - color contains mainly: green. Hex color #60665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60665A is #9F99A5. Grayscale: #626262. Windows color (decimal): -10459558 or 5924448. OLE color: 5924448.
HSL color Cylindrical-coordinate representation of color #60665A: hue angle of 90º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60665A is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 90 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.6 |
| HSL | 90º | 0.06% | 0.38% | - |
| HSV(B) | 90º | 0.12% | 0.4% | - |
| XYZ | 11.42 | 12.73 | 11.53 | - |
| YUV | 98.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 90 | 0.06 | 0 | 0.12 | 0.6 | 90 | 0.06 | 0.38 |
| Hex | 60 | 66 | 5A | 6 | 0 | C | 3C | 5A | 6 | 26 |
| Octal | 140 | 146 | 132 | 6 | 0 | 14 | 74 | 132 | 6 | 46 |
| Binary | 1100000 | 1100110 | 1011010 | 110 | 0 | 1100 | 111100 | 1011010 | 110 | 100110 |
Color Harmonies of #60665A
Complementary color
Monochromatic Colors of #60665A
Black with #60665A
Text Example
Text Example
White with #60665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60665A; }
p { color: rgb(96,102,90); }
H1.HeaderClassName
{
color: #60665A;
}
.AnyTagClassName
{
color: #60665A;
}
</style>
background-color css
<style>
a { background-color: #60665A; }
a { background-color: rgb(96,102,90); }
div.DivClassName
{
background-color: #60665A;
}
.BgClassName
{
background-color: #60665A;
}
</style>
border-color css
<style>
span { border-color: #60665A; }
span { border-color: rgb(96,102,90); }
td.TdClassName
{
border-color: #60665A;
}
.TagClassName
{
border-color: #60665A;
}
</style>