Shades of Willow Grove #677D53
Tints of Willow Grove #677D53
RGB
CMYK
RGB Variations
Color information
#677D53 (or 0x677D53) is known color: Willow Grove. HEX triplet: 67, 7D and 53. RGB value is (103,125,83). Sum of RGB (Red+Green+Blue) = 103+125+83=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #677D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D53 is #9882AC. Grayscale: #717171. Windows color (decimal): -9994925 or 5471591. OLE color: 5471591.
HSL color Cylindrical-coordinate representation of color #677D53: hue angle of 91.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #677D53 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 83 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.51 |
| HSL | 91.43º | 0.2% | 0.41% | - |
| HSV(B) | 91.43º | 0.34% | 0.49% | - |
| XYZ | 14.49 | 18.18 | 10.93 | - |
| YUV | 113.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 83 | 0.18 | 0 | 0.34 | 0.51 | 91.43 | 0.2 | 0.41 |
| Hex | 67 | 7D | 53 | 12 | 0 | 22 | 33 | 5B | 14 | 29 |
| Octal | 147 | 175 | 123 | 22 | 0 | 42 | 63 | 133 | 24 | 51 |
| Binary | 1100111 | 1111101 | 1010011 | 10010 | 0 | 100010 | 110011 | 1011011 | 10100 | 101001 |
Color Harmonies of #677D53
Complementary color
Monochromatic Colors of #677D53
Black with #677D53
Text Example
Text Example
White with #677D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D53; }
p { color: rgb(103,125,83); }
H1.HeaderClassName
{
color: #677D53;
}
.AnyTagClassName
{
color: #677D53;
}
</style>
background-color css
<style>
a { background-color: #677D53; }
a { background-color: rgb(103,125,83); }
div.DivClassName
{
background-color: #677D53;
}
.BgClassName
{
background-color: #677D53;
}
</style>
border-color css
<style>
span { border-color: #677D53; }
span { border-color: rgb(103,125,83); }
td.TdClassName
{
border-color: #677D53;
}
.TagClassName
{
border-color: #677D53;
}
</style>