Shades of Willow Grove #667B56
Tints of Willow Grove #667B56
RGB
CMYK
RGB Variations
Color information
#667B56 (or 0x667B56) is known color: Willow Grove. HEX triplet: 66, 7B and 56. RGB value is (102,123,86). Sum of RGB (Red+Green+Blue) = 102+123+86=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #667B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B56 is #9984A9. Grayscale: #707070. Windows color (decimal): -10060970 or 5667686. OLE color: 5667686.
HSL color Cylindrical-coordinate representation of color #667B56: hue angle of 94.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667B56 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 86 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.52 |
| HSL | 94.05º | 0.18% | 0.41% | - |
| HSV(B) | 94.05º | 0.3% | 0.48% | - |
| XYZ | 14.24 | 17.66 | 11.46 | - |
| YUV | 112.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 86 | 0.17 | 0 | 0.30 | 0.52 | 94.05 | 0.18 | 0.41 |
| Hex | 66 | 7B | 56 | 11 | 0 | 1E | 34 | 5E | 12 | 29 |
| Octal | 146 | 173 | 126 | 21 | 0 | 36 | 64 | 136 | 22 | 51 |
| Binary | 1100110 | 1111011 | 1010110 | 10001 | 0 | 11110 | 110100 | 1011110 | 10010 | 101001 |
Color Harmonies of #667B56
Complementary color
Monochromatic Colors of #667B56
Black with #667B56
Text Example
Text Example
White with #667B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B56; }
p { color: rgb(102,123,86); }
H1.HeaderClassName
{
color: #667B56;
}
.AnyTagClassName
{
color: #667B56;
}
</style>
background-color css
<style>
a { background-color: #667B56; }
a { background-color: rgb(102,123,86); }
div.DivClassName
{
background-color: #667B56;
}
.BgClassName
{
background-color: #667B56;
}
</style>
border-color css
<style>
span { border-color: #667B56; }
span { border-color: rgb(102,123,86); }
td.TdClassName
{
border-color: #667B56;
}
.TagClassName
{
border-color: #667B56;
}
</style>