Shades of Willow Grove #6D8552
Tints of Willow Grove #6D8552
RGB
CMYK
RGB Variations
Color information
#6D8552 (or 0x6D8552) is known color: Willow Grove. HEX triplet: 6D, 85 and 52. RGB value is (109,133,82). Sum of RGB (Red+Green+Blue) = 109+133+82=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8552 is #927AAD. Grayscale: #787878. Windows color (decimal): -9599662 or 5408109. OLE color: 5408109.
HSL color Cylindrical-coordinate representation of color #6D8552: hue angle of 88.24º degrees, saturation: 0.24, 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 #6D8552 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 82 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.48 |
| HSL | 88.24º | 0.24% | 0.42% | - |
| HSV(B) | 88.24º | 0.38% | 0.52% | - |
| XYZ | 16.22 | 20.64 | 11.11 | - |
| YUV | 120.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 82 | 0.18 | 0 | 0.38 | 0.48 | 88.24 | 0.24 | 0.42 |
| Hex | 6D | 85 | 52 | 12 | 0 | 26 | 30 | 58 | 18 | 2A |
| Octal | 155 | 205 | 122 | 22 | 0 | 46 | 60 | 130 | 30 | 52 |
| Binary | 1101101 | 10000101 | 1010010 | 10010 | 0 | 100110 | 110000 | 1011000 | 11000 | 101010 |
Color Harmonies of #6D8552
Complementary color
Monochromatic Colors of #6D8552
Black with #6D8552
Text Example
Text Example
White with #6D8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8552; }
p { color: rgb(109,133,82); }
H1.HeaderClassName
{
color: #6D8552;
}
.AnyTagClassName
{
color: #6D8552;
}
</style>
background-color css
<style>
a { background-color: #6D8552; }
a { background-color: rgb(109,133,82); }
div.DivClassName
{
background-color: #6D8552;
}
.BgClassName
{
background-color: #6D8552;
}
</style>
border-color css
<style>
span { border-color: #6D8552; }
span { border-color: rgb(109,133,82); }
td.TdClassName
{
border-color: #6D8552;
}
.TagClassName
{
border-color: #6D8552;
}
</style>