Shades of Willow Grove #676F58
Tints of Willow Grove #676F58
RGB
CMYK
RGB Variations
Color information
#676F58 (or 0x676F58) is known color: Willow Grove. HEX triplet: 67, 6F and 58. RGB value is (103,111,88). Sum of RGB (Red+Green+Blue) = 103+111+88=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #676F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F58 is #9890A7. Grayscale: #6A6A6A. Windows color (decimal): -9998504 or 5795687. OLE color: 5795687.
HSL color Cylindrical-coordinate representation of color #676F58: hue angle of 80.87º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #676F58 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 88 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.56 |
| HSL | 80.87º | 0.12% | 0.39% | - |
| HSV(B) | 80.87º | 0.21% | 0.44% | - |
| XYZ | 13.04 | 14.96 | 11.43 | - |
| YUV | 105.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 88 | 0.07 | 0 | 0.21 | 0.56 | 80.87 | 0.12 | 0.39 |
| Hex | 67 | 6F | 58 | 7 | 0 | 15 | 38 | 51 | C | 27 |
| Octal | 147 | 157 | 130 | 7 | 0 | 25 | 70 | 121 | 14 | 47 |
| Binary | 1100111 | 1101111 | 1011000 | 111 | 0 | 10101 | 111000 | 1010001 | 1100 | 100111 |
Color Harmonies of #676F58
Complementary color
Monochromatic Colors of #676F58
Black with #676F58
Text Example
Text Example
White with #676F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F58; }
p { color: rgb(103,111,88); }
H1.HeaderClassName
{
color: #676F58;
}
.AnyTagClassName
{
color: #676F58;
}
</style>
background-color css
<style>
a { background-color: #676F58; }
a { background-color: rgb(103,111,88); }
div.DivClassName
{
background-color: #676F58;
}
.BgClassName
{
background-color: #676F58;
}
</style>
border-color css
<style>
span { border-color: #676F58; }
span { border-color: rgb(103,111,88); }
td.TdClassName
{
border-color: #676F58;
}
.TagClassName
{
border-color: #676F58;
}
</style>