Shades of Willow Grove #677A53
Tints of Willow Grove #677A53
RGB
CMYK
RGB Variations
Color information
#677A53 (or 0x677A53) is known color: Willow Grove. HEX triplet: 67, 7A and 53. RGB value is (103,122,83). Sum of RGB (Red+Green+Blue) = 103+122+83=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #677A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A53 is #9885AC. Grayscale: #707070. Windows color (decimal): -9995693 or 5470823. OLE color: 5470823.
HSL color Cylindrical-coordinate representation of color #677A53: hue angle of 89.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #677A53 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 83 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.52 |
| HSL | 89.23º | 0.19% | 0.4% | - |
| HSV(B) | 89.23º | 0.32% | 0.48% | - |
| XYZ | 14.11 | 17.43 | 10.8 | - |
| YUV | 111.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 83 | 0.16 | 0 | 0.32 | 0.52 | 89.23 | 0.19 | 0.4 |
| Hex | 67 | 7A | 53 | 10 | 0 | 20 | 34 | 59 | 13 | 28 |
| Octal | 147 | 172 | 123 | 20 | 0 | 40 | 64 | 131 | 23 | 50 |
| Binary | 1100111 | 1111010 | 1010011 | 10000 | 0 | 100000 | 110100 | 1011001 | 10011 | 101000 |
Color Harmonies of #677A53
Complementary color
Monochromatic Colors of #677A53
Black with #677A53
Text Example
Text Example
White with #677A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A53; }
p { color: rgb(103,122,83); }
H1.HeaderClassName
{
color: #677A53;
}
.AnyTagClassName
{
color: #677A53;
}
</style>
background-color css
<style>
a { background-color: #677A53; }
a { background-color: rgb(103,122,83); }
div.DivClassName
{
background-color: #677A53;
}
.BgClassName
{
background-color: #677A53;
}
</style>
border-color css
<style>
span { border-color: #677A53; }
span { border-color: rgb(103,122,83); }
td.TdClassName
{
border-color: #677A53;
}
.TagClassName
{
border-color: #677A53;
}
</style>