Shades of Willow Grove #667958
Tints of Willow Grove #667958
RGB
CMYK
RGB Variations
Color information
#667958 (or 0x667958) is known color: Willow Grove. HEX triplet: 66, 79 and 58. RGB value is (102,121,88). Sum of RGB (Red+Green+Blue) = 102+121+88=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #667958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667958 is #9986A7. Grayscale: #6F6F6F. Windows color (decimal): -10061480 or 5798246. OLE color: 5798246.
HSL color Cylindrical-coordinate representation of color #667958: hue angle of 94.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #667958 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 88 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.53 |
| HSL | 94.55º | 0.16% | 0.41% | - |
| HSV(B) | 94.55º | 0.27% | 0.47% | - |
| XYZ | 14.08 | 17.2 | 11.81 | - |
| YUV | 111.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 88 | 0.16 | 0 | 0.27 | 0.53 | 94.55 | 0.16 | 0.41 |
| Hex | 66 | 79 | 58 | 10 | 0 | 1B | 35 | 5F | 10 | 29 |
| Octal | 146 | 171 | 130 | 20 | 0 | 33 | 65 | 137 | 20 | 51 |
| Binary | 1100110 | 1111001 | 1011000 | 10000 | 0 | 11011 | 110101 | 1011111 | 10000 | 101001 |
Color Harmonies of #667958
Complementary color
Monochromatic Colors of #667958
Black with #667958
Text Example
Text Example
White with #667958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667958; }
p { color: rgb(102,121,88); }
H1.HeaderClassName
{
color: #667958;
}
.AnyTagClassName
{
color: #667958;
}
</style>
background-color css
<style>
a { background-color: #667958; }
a { background-color: rgb(102,121,88); }
div.DivClassName
{
background-color: #667958;
}
.BgClassName
{
background-color: #667958;
}
</style>
border-color css
<style>
span { border-color: #667958; }
span { border-color: rgb(102,121,88); }
td.TdClassName
{
border-color: #667958;
}
.TagClassName
{
border-color: #667958;
}
</style>