Shades of Willow Grove #6E7955
Tints of Willow Grove #6E7955
RGB
CMYK
RGB Variations
Color information
#6E7955 (or 0x6E7955) is known color: Willow Grove. HEX triplet: 6E, 79 and 55. RGB value is (110,121,85). Sum of RGB (Red+Green+Blue) = 110+121+85=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7955 is #9186AA. Grayscale: #717171. Windows color (decimal): -9537195 or 5601646. OLE color: 5601646.
HSL color Cylindrical-coordinate representation of color #6E7955: hue angle of 78.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E7955 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 121 | 85 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.53 |
| HSL | 78.33º | 0.17% | 0.4% | - |
| HSV(B) | 78.33º | 0.3% | 0.47% | - |
| XYZ | 14.91 | 17.65 | 11.21 | - |
| YUV | 113.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 85 | 0.09 | 0 | 0.30 | 0.53 | 78.33 | 0.17 | 0.4 |
| Hex | 6E | 79 | 55 | 9 | 0 | 1E | 35 | 4E | 11 | 28 |
| Octal | 156 | 171 | 125 | 11 | 0 | 36 | 65 | 116 | 21 | 50 |
| Binary | 1101110 | 1111001 | 1010101 | 1001 | 0 | 11110 | 110101 | 1001110 | 10001 | 101000 |
Color Harmonies of #6E7955
Complementary color
Monochromatic Colors of #6E7955
Black with #6E7955
Text Example
Text Example
White with #6E7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7955; }
p { color: rgb(110,121,85); }
H1.HeaderClassName
{
color: #6E7955;
}
.AnyTagClassName
{
color: #6E7955;
}
</style>
background-color css
<style>
a { background-color: #6E7955; }
a { background-color: rgb(110,121,85); }
div.DivClassName
{
background-color: #6E7955;
}
.BgClassName
{
background-color: #6E7955;
}
</style>
border-color css
<style>
span { border-color: #6E7955; }
span { border-color: rgb(110,121,85); }
td.TdClassName
{
border-color: #6E7955;
}
.TagClassName
{
border-color: #6E7955;
}
</style>