Shades of Willow Grove #6C7360
Tints of Willow Grove #6C7360
RGB
CMYK
RGB Variations
Color information
#6C7360 (or 0x6C7360) is known color: Willow Grove. HEX triplet: 6C, 73 and 60. RGB value is (108,115,96). Sum of RGB (Red+Green+Blue) = 108+115+96=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7360 is #938C9F. Grayscale: #6E6E6E. Windows color (decimal): -9669792 or 6321004. OLE color: 6321004.
HSL color Cylindrical-coordinate representation of color #6C7360: hue angle of 82.11º 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 #6C7360 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 96 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.55 |
| HSL | 82.11º | 0.09% | 0.41% | - |
| HSV(B) | 82.11º | 0.17% | 0.45% | - |
| XYZ | 14.43 | 16.29 | 13.45 | - |
| YUV | 110.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 96 | 0.06 | 0 | 0.17 | 0.55 | 82.11 | 0.09 | 0.41 |
| Hex | 6C | 73 | 60 | 6 | 0 | 11 | 37 | 52 | 9 | 29 |
| Octal | 154 | 163 | 140 | 6 | 0 | 21 | 67 | 122 | 11 | 51 |
| Binary | 1101100 | 1110011 | 1100000 | 110 | 0 | 10001 | 110111 | 1010010 | 1001 | 101001 |
Color Harmonies of #6C7360
Complementary color
Monochromatic Colors of #6C7360
Black with #6C7360
Text Example
Text Example
White with #6C7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7360; }
p { color: rgb(108,115,96); }
H1.HeaderClassName
{
color: #6C7360;
}
.AnyTagClassName
{
color: #6C7360;
}
</style>
background-color css
<style>
a { background-color: #6C7360; }
a { background-color: rgb(108,115,96); }
div.DivClassName
{
background-color: #6C7360;
}
.BgClassName
{
background-color: #6C7360;
}
</style>
border-color css
<style>
span { border-color: #6C7360; }
span { border-color: rgb(108,115,96); }
td.TdClassName
{
border-color: #6C7360;
}
.TagClassName
{
border-color: #6C7360;
}
</style>