Shades of Willow Grove #676E5B
Tints of Willow Grove #676E5B
RGB
CMYK
RGB Variations
Color information
#676E5B (or 0x676E5B) is known color: Willow Grove. HEX triplet: 67, 6E and 5B. RGB value is (103,110,91). Sum of RGB (Red+Green+Blue) = 103+110+91=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #676E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E5B is #9891A4. Grayscale: #696969. Windows color (decimal): -9998757 or 5992039. OLE color: 5992039.
HSL color Cylindrical-coordinate representation of color #676E5B: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676E5B is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 91 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.57 |
| HSL | 82.11º | 0.09% | 0.39% | - |
| HSV(B) | 82.11º | 0.17% | 0.43% | - |
| XYZ | 13.06 | 14.79 | 12.06 | - |
| YUV | 105.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 91 | 0.06 | 0 | 0.17 | 0.57 | 82.11 | 0.09 | 0.39 |
| Hex | 67 | 6E | 5B | 6 | 0 | 11 | 39 | 52 | 9 | 27 |
| Octal | 147 | 156 | 133 | 6 | 0 | 21 | 71 | 122 | 11 | 47 |
| Binary | 1100111 | 1101110 | 1011011 | 110 | 0 | 10001 | 111001 | 1010010 | 1001 | 100111 |
Color Harmonies of #676E5B
Complementary color
Monochromatic Colors of #676E5B
Black with #676E5B
Text Example
Text Example
White with #676E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E5B; }
p { color: rgb(103,110,91); }
H1.HeaderClassName
{
color: #676E5B;
}
.AnyTagClassName
{
color: #676E5B;
}
</style>
background-color css
<style>
a { background-color: #676E5B; }
a { background-color: rgb(103,110,91); }
div.DivClassName
{
background-color: #676E5B;
}
.BgClassName
{
background-color: #676E5B;
}
</style>
border-color css
<style>
span { border-color: #676E5B; }
span { border-color: rgb(103,110,91); }
td.TdClassName
{
border-color: #676E5B;
}
.TagClassName
{
border-color: #676E5B;
}
</style>