Shades of Willow Grove #667C53
Tints of Willow Grove #667C53
RGB
CMYK
RGB Variations
Color information
#667C53 (or 0x667C53) is known color: Willow Grove. HEX triplet: 66, 7C and 53. RGB value is (102,124,83). Sum of RGB (Red+Green+Blue) = 102+124+83=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #667C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C53 is #9983AC. Grayscale: #707070. Windows color (decimal): -10060717 or 5471334. OLE color: 5471334.
HSL color Cylindrical-coordinate representation of color #667C53: hue angle of 92.2º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667C53 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 83 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.51 |
| HSL | 92.2º | 0.2% | 0.41% | - |
| HSV(B) | 92.2º | 0.33% | 0.49% | - |
| XYZ | 14.25 | 17.86 | 10.88 | - |
| YUV | 112.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 83 | 0.18 | 0 | 0.33 | 0.51 | 92.2 | 0.2 | 0.41 |
| Hex | 66 | 7C | 53 | 12 | 0 | 21 | 33 | 5C | 14 | 29 |
| Octal | 146 | 174 | 123 | 22 | 0 | 41 | 63 | 134 | 24 | 51 |
| Binary | 1100110 | 1111100 | 1010011 | 10010 | 0 | 100001 | 110011 | 1011100 | 10100 | 101001 |
Color Harmonies of #667C53
Complementary color
Monochromatic Colors of #667C53
Black with #667C53
Text Example
Text Example
White with #667C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C53; }
p { color: rgb(102,124,83); }
H1.HeaderClassName
{
color: #667C53;
}
.AnyTagClassName
{
color: #667C53;
}
</style>
background-color css
<style>
a { background-color: #667C53; }
a { background-color: rgb(102,124,83); }
div.DivClassName
{
background-color: #667C53;
}
.BgClassName
{
background-color: #667C53;
}
</style>
border-color css
<style>
span { border-color: #667C53; }
span { border-color: rgb(102,124,83); }
td.TdClassName
{
border-color: #667C53;
}
.TagClassName
{
border-color: #667C53;
}
</style>