Shades of Willow Grove #676A65
Tints of Willow Grove #676A65
RGB
CMYK
RGB Variations
Color information
#676A65 (or 0x676A65) is known color: Willow Grove. HEX triplet: 67, 6A and 65. RGB value is (103,106,101). Sum of RGB (Red+Green+Blue) = 103+106+101=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 106 - color contains mainly: green. Hex color #676A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A65 is #98959A. Grayscale: #686868. Windows color (decimal): -9999771 or 6646375. OLE color: 6646375.
HSL color Cylindrical-coordinate representation of color #676A65: hue angle of 96º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #676A65 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 101 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.58 |
| HSL | 96º | 0.02% | 0.41% | - |
| HSV(B) | 96º | 0.05% | 0.42% | - |
| XYZ | 13.1 | 14.13 | 14.35 | - |
| YUV | 104.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 101 | 0.03 | 0 | 0.05 | 0.58 | 96 | 0.02 | 0.41 |
| Hex | 67 | 6A | 65 | 3 | 0 | 5 | 3A | 60 | 2 | 29 |
| Octal | 147 | 152 | 145 | 3 | 0 | 5 | 72 | 140 | 2 | 51 |
| Binary | 1100111 | 1101010 | 1100101 | 11 | 0 | 101 | 111010 | 1100000 | 10 | 101001 |
Color Harmonies of #676A65
Complementary color
Monochromatic Colors of #676A65
Black with #676A65
Text Example
Text Example
White with #676A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A65; }
p { color: rgb(103,106,101); }
H1.HeaderClassName
{
color: #676A65;
}
.AnyTagClassName
{
color: #676A65;
}
</style>
background-color css
<style>
a { background-color: #676A65; }
a { background-color: rgb(103,106,101); }
div.DivClassName
{
background-color: #676A65;
}
.BgClassName
{
background-color: #676A65;
}
</style>
border-color css
<style>
span { border-color: #676A65; }
span { border-color: rgb(103,106,101); }
td.TdClassName
{
border-color: #676A65;
}
.TagClassName
{
border-color: #676A65;
}
</style>