Shades of Willow Grove #6E805C
Tints of Willow Grove #6E805C
RGB
CMYK
RGB Variations
Color information
#6E805C (or 0x6E805C) is known color: Willow Grove. HEX triplet: 6E, 80 and 5C. RGB value is (110,128,92). Sum of RGB (Red+Green+Blue) = 110+128+92=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #6E805C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E805C is #917FA3. Grayscale: #767676. Windows color (decimal): -9535396 or 6062190. OLE color: 6062190.
HSL color Cylindrical-coordinate representation of color #6E805C: hue angle of 90º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E805C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 92 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.50 |
| HSL | 90º | 0.16% | 0.43% | - |
| HSV(B) | 90º | 0.28% | 0.5% | - |
| XYZ | 16.08 | 19.53 | 13.05 | - |
| YUV | 118.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 92 | 0.14 | 0 | 0.28 | 0.50 | 90 | 0.16 | 0.43 |
| Hex | 6E | 80 | 5C | E | 0 | 1C | 32 | 5A | 10 | 2B |
| Octal | 156 | 200 | 134 | 16 | 0 | 34 | 62 | 132 | 20 | 53 |
| Binary | 1101110 | 10000000 | 1011100 | 1110 | 0 | 11100 | 110010 | 1011010 | 10000 | 101011 |
Color Harmonies of #6E805C
Complementary color
Monochromatic Colors of #6E805C
Black with #6E805C
Text Example
Text Example
White with #6E805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E805C; }
p { color: rgb(110,128,92); }
H1.HeaderClassName
{
color: #6E805C;
}
.AnyTagClassName
{
color: #6E805C;
}
</style>
background-color css
<style>
a { background-color: #6E805C; }
a { background-color: rgb(110,128,92); }
div.DivClassName
{
background-color: #6E805C;
}
.BgClassName
{
background-color: #6E805C;
}
</style>
border-color css
<style>
span { border-color: #6E805C; }
span { border-color: rgb(110,128,92); }
td.TdClassName
{
border-color: #6E805C;
}
.TagClassName
{
border-color: #6E805C;
}
</style>