Shades of Willow Grove #6C785D
Tints of Willow Grove #6C785D
RGB
CMYK
RGB Variations
Color information
#6C785D (or 0x6C785D) is known color: Willow Grove. HEX triplet: 6C, 78 and 5D. RGB value is (108,120,93). Sum of RGB (Red+Green+Blue) = 108+120+93=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #6C785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C785D is #9387A2. Grayscale: #717171. Windows color (decimal): -9668515 or 6125676. OLE color: 6125676.
HSL color Cylindrical-coordinate representation of color #6C785D: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C785D is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 93 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.53 |
| HSL | 86.67º | 0.13% | 0.42% | - |
| HSV(B) | 86.67º | 0.23% | 0.47% | - |
| XYZ | 14.88 | 17.41 | 12.93 | - |
| YUV | 113.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 93 | 0.10 | 0 | 0.22 | 0.53 | 86.67 | 0.13 | 0.42 |
| Hex | 6C | 78 | 5D | A | 0 | 16 | 35 | 57 | D | 2A |
| Octal | 154 | 170 | 135 | 12 | 0 | 26 | 65 | 127 | 15 | 52 |
| Binary | 1101100 | 1111000 | 1011101 | 1010 | 0 | 10110 | 110101 | 1010111 | 1101 | 101010 |
Color Harmonies of #6C785D
Complementary color
Monochromatic Colors of #6C785D
Black with #6C785D
Text Example
Text Example
White with #6C785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C785D; }
p { color: rgb(108,120,93); }
H1.HeaderClassName
{
color: #6C785D;
}
.AnyTagClassName
{
color: #6C785D;
}
</style>
background-color css
<style>
a { background-color: #6C785D; }
a { background-color: rgb(108,120,93); }
div.DivClassName
{
background-color: #6C785D;
}
.BgClassName
{
background-color: #6C785D;
}
</style>
border-color css
<style>
span { border-color: #6C785D; }
span { border-color: rgb(108,120,93); }
td.TdClassName
{
border-color: #6C785D;
}
.TagClassName
{
border-color: #6C785D;
}
</style>