Shades of Willow Grove #676C61
Tints of Willow Grove #676C61
RGB
CMYK
RGB Variations
Color information
#676C61 (or 0x676C61) is known color: Willow Grove. HEX triplet: 67, 6C and 61. RGB value is (103,108,97). Sum of RGB (Red+Green+Blue) = 103+108+97=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 108 - color contains mainly: green. Hex color #676C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C61 is #98939E. Grayscale: #696969. Windows color (decimal): -9999263 or 6384743. OLE color: 6384743.
HSL color Cylindrical-coordinate representation of color #676C61: hue angle of 87.27º 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 #676C61 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 108 | 97 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.58 |
| HSL | 87.27º | 0.05% | 0.4% | - |
| HSV(B) | 87.27º | 0.1% | 0.42% | - |
| XYZ | 13.11 | 14.47 | 13.41 | - |
| YUV | 105.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 97 | 0.05 | 0 | 0.10 | 0.58 | 87.27 | 0.05 | 0.4 |
| Hex | 67 | 6C | 61 | 5 | 0 | A | 3A | 57 | 5 | 28 |
| Octal | 147 | 154 | 141 | 5 | 0 | 12 | 72 | 127 | 5 | 50 |
| Binary | 1100111 | 1101100 | 1100001 | 101 | 0 | 1010 | 111010 | 1010111 | 101 | 101000 |
Color Harmonies of #676C61
Complementary color
Monochromatic Colors of #676C61
Black with #676C61
Text Example
Text Example
White with #676C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C61; }
p { color: rgb(103,108,97); }
H1.HeaderClassName
{
color: #676C61;
}
.AnyTagClassName
{
color: #676C61;
}
</style>
background-color css
<style>
a { background-color: #676C61; }
a { background-color: rgb(103,108,97); }
div.DivClassName
{
background-color: #676C61;
}
.BgClassName
{
background-color: #676C61;
}
</style>
border-color css
<style>
span { border-color: #676C61; }
span { border-color: rgb(103,108,97); }
td.TdClassName
{
border-color: #676C61;
}
.TagClassName
{
border-color: #676C61;
}
</style>