Shades of Willow Grove #6E7A52
Tints of Willow Grove #6E7A52
RGB
CMYK
RGB Variations
Color information
#6E7A52 (or 0x6E7A52) is known color: Willow Grove. HEX triplet: 6E, 7A and 52. RGB value is (110,122,82). Sum of RGB (Red+Green+Blue) = 110+122+82=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A52 is #9185AD. Grayscale: #717171. Windows color (decimal): -9536942 or 5405294. OLE color: 5405294.
HSL color Cylindrical-coordinate representation of color #6E7A52: hue angle of 78º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E7A52 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 82 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.52 |
| HSL | 78º | 0.2% | 0.4% | - |
| HSV(B) | 78º | 0.33% | 0.48% | - |
| XYZ | 14.91 | 17.84 | 10.64 | - |
| YUV | 113.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 82 | 0.10 | 0 | 0.33 | 0.52 | 78 | 0.2 | 0.4 |
| Hex | 6E | 7A | 52 | A | 0 | 21 | 34 | 4E | 14 | 28 |
| Octal | 156 | 172 | 122 | 12 | 0 | 41 | 64 | 116 | 24 | 50 |
| Binary | 1101110 | 1111010 | 1010010 | 1010 | 0 | 100001 | 110100 | 1001110 | 10100 | 101000 |
Color Harmonies of #6E7A52
Complementary color
Monochromatic Colors of #6E7A52
Black with #6E7A52
Text Example
Text Example
White with #6E7A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A52; }
p { color: rgb(110,122,82); }
H1.HeaderClassName
{
color: #6E7A52;
}
.AnyTagClassName
{
color: #6E7A52;
}
</style>
background-color css
<style>
a { background-color: #6E7A52; }
a { background-color: rgb(110,122,82); }
div.DivClassName
{
background-color: #6E7A52;
}
.BgClassName
{
background-color: #6E7A52;
}
</style>
border-color css
<style>
span { border-color: #6E7A52; }
span { border-color: rgb(110,122,82); }
td.TdClassName
{
border-color: #6E7A52;
}
.TagClassName
{
border-color: #6E7A52;
}
</style>