Shades of Willow Grove #6E7A60
Tints of Willow Grove #6E7A60
RGB
CMYK
RGB Variations
Color information
#6E7A60 (or 0x6E7A60) is known color: Willow Grove. HEX triplet: 6E, 7A and 60. RGB value is (110,122,96). Sum of RGB (Red+Green+Blue) = 110+122+96=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A60 is #91859F. Grayscale: #737373. Windows color (decimal): -9536928 or 6322798. OLE color: 6322798.
HSL color Cylindrical-coordinate representation of color #6E7A60: hue angle of 87.69º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E7A60 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 96 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.52 |
| HSL | 87.69º | 0.12% | 0.43% | - |
| HSV(B) | 87.69º | 0.21% | 0.48% | - |
| XYZ | 15.5 | 18.08 | 13.74 | - |
| YUV | 115.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 96 | 0.10 | 0 | 0.21 | 0.52 | 87.69 | 0.12 | 0.43 |
| Hex | 6E | 7A | 60 | A | 0 | 15 | 34 | 58 | C | 2B |
| Octal | 156 | 172 | 140 | 12 | 0 | 25 | 64 | 130 | 14 | 53 |
| Binary | 1101110 | 1111010 | 1100000 | 1010 | 0 | 10101 | 110100 | 1011000 | 1100 | 101011 |
Color Harmonies of #6E7A60
Complementary color
Monochromatic Colors of #6E7A60
Black with #6E7A60
Text Example
Text Example
White with #6E7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A60; }
p { color: rgb(110,122,96); }
H1.HeaderClassName
{
color: #6E7A60;
}
.AnyTagClassName
{
color: #6E7A60;
}
</style>
background-color css
<style>
a { background-color: #6E7A60; }
a { background-color: rgb(110,122,96); }
div.DivClassName
{
background-color: #6E7A60;
}
.BgClassName
{
background-color: #6E7A60;
}
</style>
border-color css
<style>
span { border-color: #6E7A60; }
span { border-color: rgb(110,122,96); }
td.TdClassName
{
border-color: #6E7A60;
}
.TagClassName
{
border-color: #6E7A60;
}
</style>