Shades of Willow Grove #60675A
Tints of Willow Grove #60675A
RGB
CMYK
RGB Variations
Color information
#60675A (or 0x60675A) is known color: Willow Grove. HEX triplet: 60, 67 and 5A. RGB value is (96,103,90). Sum of RGB (Red+Green+Blue) = 96+103+90=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 103 - color contains mainly: green. Hex color #60675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60675A is #9F98A5. Grayscale: #636363. Windows color (decimal): -10459302 or 5924704. OLE color: 5924704.
HSL color Cylindrical-coordinate representation of color #60675A: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60675A is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 90 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.60 |
| HSL | 92.31º | 0.07% | 0.38% | - |
| HSV(B) | 92.31º | 0.13% | 0.4% | - |
| XYZ | 11.52 | 12.93 | 11.56 | - |
| YUV | 99.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 90 | 0.07 | 0 | 0.13 | 0.60 | 92.31 | 0.07 | 0.38 |
| Hex | 60 | 67 | 5A | 7 | 0 | D | 3C | 5C | 7 | 26 |
| Octal | 140 | 147 | 132 | 7 | 0 | 15 | 74 | 134 | 7 | 46 |
| Binary | 1100000 | 1100111 | 1011010 | 111 | 0 | 1101 | 111100 | 1011100 | 111 | 100110 |
Color Harmonies of #60675A
Complementary color
Monochromatic Colors of #60675A
Black with #60675A
Text Example
Text Example
White with #60675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60675A; }
p { color: rgb(96,103,90); }
H1.HeaderClassName
{
color: #60675A;
}
.AnyTagClassName
{
color: #60675A;
}
</style>
background-color css
<style>
a { background-color: #60675A; }
a { background-color: rgb(96,103,90); }
div.DivClassName
{
background-color: #60675A;
}
.BgClassName
{
background-color: #60675A;
}
</style>
border-color css
<style>
span { border-color: #60675A; }
span { border-color: rgb(96,103,90); }
td.TdClassName
{
border-color: #60675A;
}
.TagClassName
{
border-color: #60675A;
}
</style>