Shades of Willow Grove #676F5C
Tints of Willow Grove #676F5C
RGB
CMYK
RGB Variations
Color information
#676F5C (or 0x676F5C) is known color: Willow Grove. HEX triplet: 67, 6F and 5C. RGB value is (103,111,92). Sum of RGB (Red+Green+Blue) = 103+111+92=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #676F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F5C is #9890A3. Grayscale: #6A6A6A. Windows color (decimal): -9998500 or 6057831. OLE color: 6057831.
HSL color Cylindrical-coordinate representation of color #676F5C: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676F5C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 92 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.56 |
| HSL | 85.26º | 0.09% | 0.4% | - |
| HSV(B) | 85.26º | 0.17% | 0.44% | - |
| XYZ | 13.21 | 15.03 | 12.33 | - |
| YUV | 106.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 92 | 0.07 | 0 | 0.17 | 0.56 | 85.26 | 0.09 | 0.4 |
| Hex | 67 | 6F | 5C | 7 | 0 | 11 | 38 | 55 | 9 | 28 |
| Octal | 147 | 157 | 134 | 7 | 0 | 21 | 70 | 125 | 11 | 50 |
| Binary | 1100111 | 1101111 | 1011100 | 111 | 0 | 10001 | 111000 | 1010101 | 1001 | 101000 |
Color Harmonies of #676F5C
Complementary color
Monochromatic Colors of #676F5C
Black with #676F5C
Text Example
Text Example
White with #676F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F5C; }
p { color: rgb(103,111,92); }
H1.HeaderClassName
{
color: #676F5C;
}
.AnyTagClassName
{
color: #676F5C;
}
</style>
background-color css
<style>
a { background-color: #676F5C; }
a { background-color: rgb(103,111,92); }
div.DivClassName
{
background-color: #676F5C;
}
.BgClassName
{
background-color: #676F5C;
}
</style>
border-color css
<style>
span { border-color: #676F5C; }
span { border-color: rgb(103,111,92); }
td.TdClassName
{
border-color: #676F5C;
}
.TagClassName
{
border-color: #676F5C;
}
</style>