Shades of Willow Grove #6D7360
Tints of Willow Grove #6D7360
RGB
CMYK
RGB Variations
Color information
#6D7360 (or 0x6D7360) is known color: Willow Grove. HEX triplet: 6D, 73 and 60. RGB value is (109,115,96). Sum of RGB (Red+Green+Blue) = 109+115+96=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7360 is #928C9F. Grayscale: #6F6F6F. Windows color (decimal): -9604256 or 6321005. OLE color: 6321005.
HSL color Cylindrical-coordinate representation of color #6D7360: hue angle of 78.95º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D7360 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 96 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.55 |
| HSL | 78.95º | 0.09% | 0.41% | - |
| HSV(B) | 78.95º | 0.17% | 0.45% | - |
| XYZ | 14.55 | 16.36 | 13.46 | - |
| YUV | 111.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 96 | 0.05 | 0 | 0.17 | 0.55 | 78.95 | 0.09 | 0.41 |
| Hex | 6D | 73 | 60 | 5 | 0 | 11 | 37 | 4F | 9 | 29 |
| Octal | 155 | 163 | 140 | 5 | 0 | 21 | 67 | 117 | 11 | 51 |
| Binary | 1101101 | 1110011 | 1100000 | 101 | 0 | 10001 | 110111 | 1001111 | 1001 | 101001 |
Color Harmonies of #6D7360
Complementary color
Monochromatic Colors of #6D7360
Black with #6D7360
Text Example
Text Example
White with #6D7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7360; }
p { color: rgb(109,115,96); }
H1.HeaderClassName
{
color: #6D7360;
}
.AnyTagClassName
{
color: #6D7360;
}
</style>
background-color css
<style>
a { background-color: #6D7360; }
a { background-color: rgb(109,115,96); }
div.DivClassName
{
background-color: #6D7360;
}
.BgClassName
{
background-color: #6D7360;
}
</style>
border-color css
<style>
span { border-color: #6D7360; }
span { border-color: rgb(109,115,96); }
td.TdClassName
{
border-color: #6D7360;
}
.TagClassName
{
border-color: #6D7360;
}
</style>