Shades of Willow Grove #676D5C
Tints of Willow Grove #676D5C
RGB
CMYK
RGB Variations
Color information
#676D5C (or 0x676D5C) is known color: Willow Grove. HEX triplet: 67, 6D and 5C. RGB value is (103,109,92). Sum of RGB (Red+Green+Blue) = 103+109+92=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 109 - color contains mainly: green. Hex color #676D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D5C is #9892A3. Grayscale: #696969. Windows color (decimal): -9999012 or 6057319. OLE color: 6057319.
HSL color Cylindrical-coordinate representation of color #676D5C: hue angle of 81.18º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676D5C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 109 | 92 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.57 |
| HSL | 81.18º | 0.08% | 0.39% | - |
| HSV(B) | 81.18º | 0.16% | 0.43% | - |
| XYZ | 12.99 | 14.59 | 12.26 | - |
| YUV | 105.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 92 | 0.06 | 0 | 0.16 | 0.57 | 81.18 | 0.08 | 0.39 |
| Hex | 67 | 6D | 5C | 6 | 0 | 10 | 39 | 51 | 8 | 27 |
| Octal | 147 | 155 | 134 | 6 | 0 | 20 | 71 | 121 | 10 | 47 |
| Binary | 1100111 | 1101101 | 1011100 | 110 | 0 | 10000 | 111001 | 1010001 | 1000 | 100111 |
Color Harmonies of #676D5C
Complementary color
Monochromatic Colors of #676D5C
Black with #676D5C
Text Example
Text Example
White with #676D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D5C; }
p { color: rgb(103,109,92); }
H1.HeaderClassName
{
color: #676D5C;
}
.AnyTagClassName
{
color: #676D5C;
}
</style>
background-color css
<style>
a { background-color: #676D5C; }
a { background-color: rgb(103,109,92); }
div.DivClassName
{
background-color: #676D5C;
}
.BgClassName
{
background-color: #676D5C;
}
</style>
border-color css
<style>
span { border-color: #676D5C; }
span { border-color: rgb(103,109,92); }
td.TdClassName
{
border-color: #676D5C;
}
.TagClassName
{
border-color: #676D5C;
}
</style>