Shades of Willow Grove #676B60
Tints of Willow Grove #676B60
RGB
CMYK
RGB Variations
Color information
#676B60 (or 0x676B60) is known color: Willow Grove. HEX triplet: 67, 6B and 60. RGB value is (103,107,96). Sum of RGB (Red+Green+Blue) = 103+107+96=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #676B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B60 is #98949F. Grayscale: #686868. Windows color (decimal): -9999520 or 6318951. OLE color: 6318951.
HSL color Cylindrical-coordinate representation of color #676B60: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676B60 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 107 | 96 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.58 |
| HSL | 81.82º | 0.05% | 0.4% | - |
| HSV(B) | 81.82º | 0.1% | 0.42% | - |
| XYZ | 12.96 | 14.24 | 13.13 | - |
| YUV | 104.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 96 | 0.04 | 0 | 0.10 | 0.58 | 81.82 | 0.05 | 0.4 |
| Hex | 67 | 6B | 60 | 4 | 0 | A | 3A | 52 | 5 | 28 |
| Octal | 147 | 153 | 140 | 4 | 0 | 12 | 72 | 122 | 5 | 50 |
| Binary | 1100111 | 1101011 | 1100000 | 100 | 0 | 1010 | 111010 | 1010010 | 101 | 101000 |
Color Harmonies of #676B60
Complementary color
Monochromatic Colors of #676B60
Black with #676B60
Text Example
Text Example
White with #676B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B60; }
p { color: rgb(103,107,96); }
H1.HeaderClassName
{
color: #676B60;
}
.AnyTagClassName
{
color: #676B60;
}
</style>
background-color css
<style>
a { background-color: #676B60; }
a { background-color: rgb(103,107,96); }
div.DivClassName
{
background-color: #676B60;
}
.BgClassName
{
background-color: #676B60;
}
</style>
border-color css
<style>
span { border-color: #676B60; }
span { border-color: rgb(103,107,96); }
td.TdClassName
{
border-color: #676B60;
}
.TagClassName
{
border-color: #676B60;
}
</style>