Shades of Willow Grove #6C7367
Tints of Willow Grove #6C7367
RGB
CMYK
RGB Variations
Color information
#6C7367 (or 0x6C7367) is known color: Willow Grove. HEX triplet: 6C, 73 and 67. RGB value is (108,115,103). Sum of RGB (Red+Green+Blue) = 108+115+103=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7367 is #938C98. Grayscale: #6F6F6F. Windows color (decimal): -9669785 or 6779756. OLE color: 6779756.
HSL color Cylindrical-coordinate representation of color #6C7367: hue angle of 95º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C7367 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 103 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.55 |
| HSL | 95º | 0.06% | 0.43% | - |
| HSV(B) | 95º | 0.1% | 0.45% | - |
| XYZ | 14.76 | 16.43 | 15.22 | - |
| YUV | 111.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 103 | 0.06 | 0 | 0.10 | 0.55 | 95 | 0.06 | 0.43 |
| Hex | 6C | 73 | 67 | 6 | 0 | A | 37 | 5F | 6 | 2B |
| Octal | 154 | 163 | 147 | 6 | 0 | 12 | 67 | 137 | 6 | 53 |
| Binary | 1101100 | 1110011 | 1100111 | 110 | 0 | 1010 | 110111 | 1011111 | 110 | 101011 |
Color Harmonies of #6C7367
Complementary color
Monochromatic Colors of #6C7367
Black with #6C7367
Text Example
Text Example
White with #6C7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7367; }
p { color: rgb(108,115,103); }
H1.HeaderClassName
{
color: #6C7367;
}
.AnyTagClassName
{
color: #6C7367;
}
</style>
background-color css
<style>
a { background-color: #6C7367; }
a { background-color: rgb(108,115,103); }
div.DivClassName
{
background-color: #6C7367;
}
.BgClassName
{
background-color: #6C7367;
}
</style>
border-color css
<style>
span { border-color: #6C7367; }
span { border-color: rgb(108,115,103); }
td.TdClassName
{
border-color: #6C7367;
}
.TagClassName
{
border-color: #6C7367;
}
</style>