Shades of Willow Grove #6E8452
Tints of Willow Grove #6E8452
RGB
CMYK
RGB Variations
Color information
#6E8452 (or 0x6E8452) is known color: Willow Grove. HEX triplet: 6E, 84 and 52. RGB value is (110,132,82). Sum of RGB (Red+Green+Blue) = 110+132+82=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8452 is #917BAD. Grayscale: #777777. Windows color (decimal): -9534382 or 5407854. OLE color: 5407854.
HSL color Cylindrical-coordinate representation of color #6E8452: hue angle of 86.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E8452 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 82 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.48 |
| HSL | 86.4º | 0.23% | 0.42% | - |
| HSV(B) | 86.4º | 0.38% | 0.52% | - |
| XYZ | 16.2 | 20.43 | 11.07 | - |
| YUV | 119.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 82 | 0.17 | 0 | 0.38 | 0.48 | 86.4 | 0.23 | 0.42 |
| Hex | 6E | 84 | 52 | 11 | 0 | 26 | 30 | 56 | 17 | 2A |
| Octal | 156 | 204 | 122 | 21 | 0 | 46 | 60 | 126 | 27 | 52 |
| Binary | 1101110 | 10000100 | 1010010 | 10001 | 0 | 100110 | 110000 | 1010110 | 10111 | 101010 |
Color Harmonies of #6E8452
Complementary color
Monochromatic Colors of #6E8452
Black with #6E8452
Text Example
Text Example
White with #6E8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8452; }
p { color: rgb(110,132,82); }
H1.HeaderClassName
{
color: #6E8452;
}
.AnyTagClassName
{
color: #6E8452;
}
</style>
background-color css
<style>
a { background-color: #6E8452; }
a { background-color: rgb(110,132,82); }
div.DivClassName
{
background-color: #6E8452;
}
.BgClassName
{
background-color: #6E8452;
}
</style>
border-color css
<style>
span { border-color: #6E8452; }
span { border-color: rgb(110,132,82); }
td.TdClassName
{
border-color: #6E8452;
}
.TagClassName
{
border-color: #6E8452;
}
</style>