Shades of Willow Grove #676E60
Tints of Willow Grove #676E60
RGB
CMYK
RGB Variations
Color information
#676E60 (or 0x676E60) is known color: Willow Grove. HEX triplet: 67, 6E and 60. RGB value is (103,110,96). Sum of RGB (Red+Green+Blue) = 103+110+96=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 110 - color contains mainly: green. Hex color #676E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E60 is #98919F. Grayscale: #6A6A6A. Windows color (decimal): -9998752 or 6319719. OLE color: 6319719.
HSL color Cylindrical-coordinate representation of color #676E60: hue angle of 90º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676E60 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 96 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.57 |
| HSL | 90º | 0.07% | 0.4% | - |
| HSV(B) | 90º | 0.13% | 0.43% | - |
| XYZ | 13.28 | 14.88 | 13.24 | - |
| YUV | 106.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 96 | 0.06 | 0 | 0.13 | 0.57 | 90 | 0.07 | 0.4 |
| Hex | 67 | 6E | 60 | 6 | 0 | D | 39 | 5A | 7 | 28 |
| Octal | 147 | 156 | 140 | 6 | 0 | 15 | 71 | 132 | 7 | 50 |
| Binary | 1100111 | 1101110 | 1100000 | 110 | 0 | 1101 | 111001 | 1011010 | 111 | 101000 |
Color Harmonies of #676E60
Complementary color
Monochromatic Colors of #676E60
Black with #676E60
Text Example
Text Example
White with #676E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E60; }
p { color: rgb(103,110,96); }
H1.HeaderClassName
{
color: #676E60;
}
.AnyTagClassName
{
color: #676E60;
}
</style>
background-color css
<style>
a { background-color: #676E60; }
a { background-color: rgb(103,110,96); }
div.DivClassName
{
background-color: #676E60;
}
.BgClassName
{
background-color: #676E60;
}
</style>
border-color css
<style>
span { border-color: #676E60; }
span { border-color: rgb(103,110,96); }
td.TdClassName
{
border-color: #676E60;
}
.TagClassName
{
border-color: #676E60;
}
</style>