Shades of Willow Grove #6D8755
Tints of Willow Grove #6D8755
RGB
CMYK
RGB Variations
Color information
#6D8755 (or 0x6D8755) is known color: Willow Grove. HEX triplet: 6D, 87 and 55. RGB value is (109,135,85). Sum of RGB (Red+Green+Blue) = 109+135+85=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8755 is #9278AA. Grayscale: #797979. Windows color (decimal): -9599147 or 5605229. OLE color: 5605229.
HSL color Cylindrical-coordinate representation of color #6D8755: hue angle of 91.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D8755 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 85 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.47 |
| HSL | 91.2º | 0.23% | 0.43% | - |
| HSV(B) | 91.2º | 0.37% | 0.53% | - |
| XYZ | 16.61 | 21.24 | 11.82 | - |
| YUV | 121.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 85 | 0.19 | 0 | 0.37 | 0.47 | 91.2 | 0.23 | 0.43 |
| Hex | 6D | 87 | 55 | 13 | 0 | 25 | 2F | 5B | 17 | 2B |
| Octal | 155 | 207 | 125 | 23 | 0 | 45 | 57 | 133 | 27 | 53 |
| Binary | 1101101 | 10000111 | 1010101 | 10011 | 0 | 100101 | 101111 | 1011011 | 10111 | 101011 |
Color Harmonies of #6D8755
Complementary color
Monochromatic Colors of #6D8755
Black with #6D8755
Text Example
Text Example
White with #6D8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8755; }
p { color: rgb(109,135,85); }
H1.HeaderClassName
{
color: #6D8755;
}
.AnyTagClassName
{
color: #6D8755;
}
</style>
background-color css
<style>
a { background-color: #6D8755; }
a { background-color: rgb(109,135,85); }
div.DivClassName
{
background-color: #6D8755;
}
.BgClassName
{
background-color: #6D8755;
}
</style>
border-color css
<style>
span { border-color: #6D8755; }
span { border-color: rgb(109,135,85); }
td.TdClassName
{
border-color: #6D8755;
}
.TagClassName
{
border-color: #6D8755;
}
</style>