Shades of Willow Grove #676F55
Tints of Willow Grove #676F55
RGB
CMYK
RGB Variations
Color information
#676F55 (or 0x676F55) is known color: Willow Grove. HEX triplet: 67, 6F and 55. RGB value is (103,111,85). Sum of RGB (Red+Green+Blue) = 103+111+85=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #676F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F55 is #9890AA. Grayscale: #696969. Windows color (decimal): -9998507 or 5599079. OLE color: 5599079.
HSL color Cylindrical-coordinate representation of color #676F55: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #676F55 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 85 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.56 |
| HSL | 78.46º | 0.13% | 0.38% | - |
| HSV(B) | 78.46º | 0.23% | 0.44% | - |
| XYZ | 12.92 | 14.91 | 10.79 | - |
| YUV | 105.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 85 | 0.07 | 0 | 0.23 | 0.56 | 78.46 | 0.13 | 0.38 |
| Hex | 67 | 6F | 55 | 7 | 0 | 17 | 38 | 4E | D | 26 |
| Octal | 147 | 157 | 125 | 7 | 0 | 27 | 70 | 116 | 15 | 46 |
| Binary | 1100111 | 1101111 | 1010101 | 111 | 0 | 10111 | 111000 | 1001110 | 1101 | 100110 |
Color Harmonies of #676F55
Complementary color
Monochromatic Colors of #676F55
Black with #676F55
Text Example
Text Example
White with #676F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F55; }
p { color: rgb(103,111,85); }
H1.HeaderClassName
{
color: #676F55;
}
.AnyTagClassName
{
color: #676F55;
}
</style>
background-color css
<style>
a { background-color: #676F55; }
a { background-color: rgb(103,111,85); }
div.DivClassName
{
background-color: #676F55;
}
.BgClassName
{
background-color: #676F55;
}
</style>
border-color css
<style>
span { border-color: #676F55; }
span { border-color: rgb(103,111,85); }
td.TdClassName
{
border-color: #676F55;
}
.TagClassName
{
border-color: #676F55;
}
</style>