Shades of Willow Grove #6E7A66
Tints of Willow Grove #6E7A66
RGB
CMYK
RGB Variations
Color information
#6E7A66 (or 0x6E7A66) is known color: Willow Grove. HEX triplet: 6E, 7A and 66. RGB value is (110,122,102). Sum of RGB (Red+Green+Blue) = 110+122+102=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A66 is #918599. Grayscale: #747474. Windows color (decimal): -9536922 or 6716014. OLE color: 6716014.
HSL color Cylindrical-coordinate representation of color #6E7A66: hue angle of 96º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E7A66 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 102 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.52 |
| HSL | 96º | 0.09% | 0.44% | - |
| HSV(B) | 96º | 0.16% | 0.48% | - |
| XYZ | 15.79 | 18.19 | 15.25 | - |
| YUV | 116.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 102 | 0.10 | 0 | 0.16 | 0.52 | 96 | 0.09 | 0.44 |
| Hex | 6E | 7A | 66 | A | 0 | 10 | 34 | 60 | 9 | 2C |
| Octal | 156 | 172 | 146 | 12 | 0 | 20 | 64 | 140 | 11 | 54 |
| Binary | 1101110 | 1111010 | 1100110 | 1010 | 0 | 10000 | 110100 | 1100000 | 1001 | 101100 |
Color Harmonies of #6E7A66
Complementary color
Monochromatic Colors of #6E7A66
Black with #6E7A66
Text Example
Text Example
White with #6E7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A66; }
p { color: rgb(110,122,102); }
H1.HeaderClassName
{
color: #6E7A66;
}
.AnyTagClassName
{
color: #6E7A66;
}
</style>
background-color css
<style>
a { background-color: #6E7A66; }
a { background-color: rgb(110,122,102); }
div.DivClassName
{
background-color: #6E7A66;
}
.BgClassName
{
background-color: #6E7A66;
}
</style>
border-color css
<style>
span { border-color: #6E7A66; }
span { border-color: rgb(110,122,102); }
td.TdClassName
{
border-color: #6E7A66;
}
.TagClassName
{
border-color: #6E7A66;
}
</style>