Shades of Willow Grove #6E8050
Tints of Willow Grove #6E8050
RGB
CMYK
RGB Variations
Color information
#6E8050 (or 0x6E8050) is known color: Willow Grove. HEX triplet: 6E, 80 and 50. RGB value is (110,128,80). Sum of RGB (Red+Green+Blue) = 110+128+80=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8050 is #917FAF. Grayscale: #757575. Windows color (decimal): -9535408 or 5275758. OLE color: 5275758.
HSL color Cylindrical-coordinate representation of color #6E8050: hue angle of 82.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E8050 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 80 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.50 |
| HSL | 82.5º | 0.23% | 0.41% | - |
| HSV(B) | 82.5º | 0.38% | 0.5% | - |
| XYZ | 15.6 | 19.33 | 10.5 | - |
| YUV | 117.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 80 | 0.14 | 0 | 0.38 | 0.50 | 82.5 | 0.23 | 0.41 |
| Hex | 6E | 80 | 50 | E | 0 | 26 | 32 | 52 | 17 | 29 |
| Octal | 156 | 200 | 120 | 16 | 0 | 46 | 62 | 122 | 27 | 51 |
| Binary | 1101110 | 10000000 | 1010000 | 1110 | 0 | 100110 | 110010 | 1010010 | 10111 | 101001 |
Color Harmonies of #6E8050
Complementary color
Monochromatic Colors of #6E8050
Black with #6E8050
Text Example
Text Example
White with #6E8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8050; }
p { color: rgb(110,128,80); }
H1.HeaderClassName
{
color: #6E8050;
}
.AnyTagClassName
{
color: #6E8050;
}
</style>
background-color css
<style>
a { background-color: #6E8050; }
a { background-color: rgb(110,128,80); }
div.DivClassName
{
background-color: #6E8050;
}
.BgClassName
{
background-color: #6E8050;
}
</style>
border-color css
<style>
span { border-color: #6E8050; }
span { border-color: rgb(110,128,80); }
td.TdClassName
{
border-color: #6E8050;
}
.TagClassName
{
border-color: #6E8050;
}
</style>