Shades of Willow Grove #676963
Tints of Willow Grove #676963
RGB
CMYK
RGB Variations
Color information
#676963 (or 0x676963) is known color: Willow Grove. HEX triplet: 67, 69 and 63. RGB value is (103,105,99). Sum of RGB (Red+Green+Blue) = 103+105+99=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 105 - color contains mainly: green. Hex color #676963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676963 is #98969C. Grayscale: #676767. Windows color (decimal): -10000029 or 6515047. OLE color: 6515047.
HSL color Cylindrical-coordinate representation of color #676963: hue angle of 80º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676963 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 99 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.59 |
| HSL | 80º | 0.03% | 0.4% | - |
| HSV(B) | 80º | 0.06% | 0.41% | - |
| XYZ | 12.9 | 13.89 | 13.81 | - |
| YUV | 103.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 99 | 0.02 | 0 | 0.06 | 0.59 | 80 | 0.03 | 0.4 |
| Hex | 67 | 69 | 63 | 2 | 0 | 6 | 3B | 50 | 3 | 28 |
| Octal | 147 | 151 | 143 | 2 | 0 | 6 | 73 | 120 | 3 | 50 |
| Binary | 1100111 | 1101001 | 1100011 | 10 | 0 | 110 | 111011 | 1010000 | 11 | 101000 |
Color Harmonies of #676963
Complementary color
Monochromatic Colors of #676963
Black with #676963
Text Example
Text Example
White with #676963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676963; }
p { color: rgb(103,105,99); }
H1.HeaderClassName
{
color: #676963;
}
.AnyTagClassName
{
color: #676963;
}
</style>
background-color css
<style>
a { background-color: #676963; }
a { background-color: rgb(103,105,99); }
div.DivClassName
{
background-color: #676963;
}
.BgClassName
{
background-color: #676963;
}
</style>
border-color css
<style>
span { border-color: #676963; }
span { border-color: rgb(103,105,99); }
td.TdClassName
{
border-color: #676963;
}
.TagClassName
{
border-color: #676963;
}
</style>