Shades of Willow Grove #676964
Tints of Willow Grove #676964
RGB
CMYK
RGB Variations
Color information
#676964 (or 0x676964) is known color: Willow Grove. HEX triplet: 67, 69 and 64. RGB value is (103,105,100). Sum of RGB (Red+Green+Blue) = 103+105+100=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 105 - color contains mainly: green. Hex color #676964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676964 is #98969B. Grayscale: #676767. Windows color (decimal): -10000028 or 6580583. OLE color: 6580583.
HSL color Cylindrical-coordinate representation of color #676964: hue angle of 84º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #676964 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 100 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.59 |
| HSL | 84º | 0.02% | 0.4% | - |
| HSV(B) | 84º | 0.05% | 0.41% | - |
| XYZ | 12.95 | 13.91 | 14.06 | - |
| YUV | 103.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 100 | 0.02 | 0 | 0.05 | 0.59 | 84 | 0.02 | 0.4 |
| Hex | 67 | 69 | 64 | 2 | 0 | 5 | 3B | 54 | 2 | 28 |
| Octal | 147 | 151 | 144 | 2 | 0 | 5 | 73 | 124 | 2 | 50 |
| Binary | 1100111 | 1101001 | 1100100 | 10 | 0 | 101 | 111011 | 1010100 | 10 | 101000 |
Color Harmonies of #676964
Complementary color
Monochromatic Colors of #676964
Black with #676964
Text Example
Text Example
White with #676964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676964; }
p { color: rgb(103,105,100); }
H1.HeaderClassName
{
color: #676964;
}
.AnyTagClassName
{
color: #676964;
}
</style>
background-color css
<style>
a { background-color: #676964; }
a { background-color: rgb(103,105,100); }
div.DivClassName
{
background-color: #676964;
}
.BgClassName
{
background-color: #676964;
}
</style>
border-color css
<style>
span { border-color: #676964; }
span { border-color: rgb(103,105,100); }
td.TdClassName
{
border-color: #676964;
}
.TagClassName
{
border-color: #676964;
}
</style>