Shades of Willow Grove #677C52
Tints of Willow Grove #677C52
RGB
CMYK
RGB Variations
Color information
#677C52 (or 0x677C52) is known color: Willow Grove. HEX triplet: 67, 7C and 52. RGB value is (103,124,82). Sum of RGB (Red+Green+Blue) = 103+124+82=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #677C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C52 is #9883AD. Grayscale: #717171. Windows color (decimal): -9995182 or 5405799. OLE color: 5405799.
HSL color Cylindrical-coordinate representation of color #677C52: hue angle of 90º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #677C52 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 82 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.51 |
| HSL | 90º | 0.2% | 0.4% | - |
| HSV(B) | 90º | 0.34% | 0.49% | - |
| XYZ | 14.32 | 17.91 | 10.68 | - |
| YUV | 112.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 82 | 0.17 | 0 | 0.34 | 0.51 | 90 | 0.2 | 0.4 |
| Hex | 67 | 7C | 52 | 11 | 0 | 22 | 33 | 5A | 14 | 28 |
| Octal | 147 | 174 | 122 | 21 | 0 | 42 | 63 | 132 | 24 | 50 |
| Binary | 1100111 | 1111100 | 1010010 | 10001 | 0 | 100010 | 110011 | 1011010 | 10100 | 101000 |
Color Harmonies of #677C52
Complementary color
Monochromatic Colors of #677C52
Black with #677C52
Text Example
Text Example
White with #677C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C52; }
p { color: rgb(103,124,82); }
H1.HeaderClassName
{
color: #677C52;
}
.AnyTagClassName
{
color: #677C52;
}
</style>
background-color css
<style>
a { background-color: #677C52; }
a { background-color: rgb(103,124,82); }
div.DivClassName
{
background-color: #677C52;
}
.BgClassName
{
background-color: #677C52;
}
</style>
border-color css
<style>
span { border-color: #677C52; }
span { border-color: rgb(103,124,82); }
td.TdClassName
{
border-color: #677C52;
}
.TagClassName
{
border-color: #677C52;
}
</style>