Shades of Willow Grove #676C60
Tints of Willow Grove #676C60
RGB
CMYK
RGB Variations
Color information
#676C60 (or 0x676C60) is known color: Willow Grove. HEX triplet: 67, 6C and 60. RGB value is (103,108,96). Sum of RGB (Red+Green+Blue) = 103+108+96=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 108 - color contains mainly: green. Hex color #676C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C60 is #98939F. Grayscale: #696969. Windows color (decimal): -9999264 or 6319207. OLE color: 6319207.
HSL color Cylindrical-coordinate representation of color #676C60: hue angle of 85º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #676C60 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 108 | 96 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.58 |
| HSL | 85º | 0.06% | 0.4% | - |
| HSV(B) | 85º | 0.11% | 0.42% | - |
| XYZ | 13.07 | 14.45 | 13.17 | - |
| YUV | 105.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 96 | 0.05 | 0 | 0.11 | 0.58 | 85 | 0.06 | 0.4 |
| Hex | 67 | 6C | 60 | 5 | 0 | B | 3A | 55 | 6 | 28 |
| Octal | 147 | 154 | 140 | 5 | 0 | 13 | 72 | 125 | 6 | 50 |
| Binary | 1100111 | 1101100 | 1100000 | 101 | 0 | 1011 | 111010 | 1010101 | 110 | 101000 |
Color Harmonies of #676C60
Complementary color
Monochromatic Colors of #676C60
Black with #676C60
Text Example
Text Example
White with #676C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C60; }
p { color: rgb(103,108,96); }
H1.HeaderClassName
{
color: #676C60;
}
.AnyTagClassName
{
color: #676C60;
}
</style>
background-color css
<style>
a { background-color: #676C60; }
a { background-color: rgb(103,108,96); }
div.DivClassName
{
background-color: #676C60;
}
.BgClassName
{
background-color: #676C60;
}
</style>
border-color css
<style>
span { border-color: #676C60; }
span { border-color: rgb(103,108,96); }
td.TdClassName
{
border-color: #676C60;
}
.TagClassName
{
border-color: #676C60;
}
</style>