Shades of Willow Grove #6C7365
Tints of Willow Grove #6C7365
RGB
CMYK
RGB Variations
Color information
#6C7365 (or 0x6C7365) is known color: Willow Grove. HEX triplet: 6C, 73 and 65. RGB value is (108,115,101). Sum of RGB (Red+Green+Blue) = 108+115+101=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7365 is #938C9A. Grayscale: #6F6F6F. Windows color (decimal): -9669787 or 6648684. OLE color: 6648684.
HSL color Cylindrical-coordinate representation of color #6C7365: hue angle of 90º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C7365 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 101 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.55 |
| HSL | 90º | 0.06% | 0.42% | - |
| HSV(B) | 90º | 0.12% | 0.45% | - |
| XYZ | 14.66 | 16.39 | 14.7 | - |
| YUV | 111.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 101 | 0.06 | 0 | 0.12 | 0.55 | 90 | 0.06 | 0.42 |
| Hex | 6C | 73 | 65 | 6 | 0 | C | 37 | 5A | 6 | 2A |
| Octal | 154 | 163 | 145 | 6 | 0 | 14 | 67 | 132 | 6 | 52 |
| Binary | 1101100 | 1110011 | 1100101 | 110 | 0 | 1100 | 110111 | 1011010 | 110 | 101010 |
Color Harmonies of #6C7365
Complementary color
Monochromatic Colors of #6C7365
Black with #6C7365
Text Example
Text Example
White with #6C7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7365; }
p { color: rgb(108,115,101); }
H1.HeaderClassName
{
color: #6C7365;
}
.AnyTagClassName
{
color: #6C7365;
}
</style>
background-color css
<style>
a { background-color: #6C7365; }
a { background-color: rgb(108,115,101); }
div.DivClassName
{
background-color: #6C7365;
}
.BgClassName
{
background-color: #6C7365;
}
</style>
border-color css
<style>
span { border-color: #6C7365; }
span { border-color: rgb(108,115,101); }
td.TdClassName
{
border-color: #6C7365;
}
.TagClassName
{
border-color: #6C7365;
}
</style>