Shades of Willow Grove #6D745D
Tints of Willow Grove #6D745D
RGB
CMYK
RGB Variations
Color information
#6D745D (or 0x6D745D) is known color: Willow Grove. HEX triplet: 6D, 74 and 5D. RGB value is (109,116,93). Sum of RGB (Red+Green+Blue) = 109+116+93=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #6D745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D745D is #928BA2. Grayscale: #6F6F6F. Windows color (decimal): -9604003 or 6124653. OLE color: 6124653.
HSL color Cylindrical-coordinate representation of color #6D745D: hue angle of 78.26º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D745D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 93 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.55 |
| HSL | 78.26º | 0.11% | 0.41% | - |
| HSV(B) | 78.26º | 0.2% | 0.45% | - |
| XYZ | 14.53 | 16.53 | 12.78 | - |
| YUV | 111.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 93 | 0.06 | 0 | 0.20 | 0.55 | 78.26 | 0.11 | 0.41 |
| Hex | 6D | 74 | 5D | 6 | 0 | 14 | 37 | 4E | B | 29 |
| Octal | 155 | 164 | 135 | 6 | 0 | 24 | 67 | 116 | 13 | 51 |
| Binary | 1101101 | 1110100 | 1011101 | 110 | 0 | 10100 | 110111 | 1001110 | 1011 | 101001 |
Color Harmonies of #6D745D
Complementary color
Monochromatic Colors of #6D745D
Black with #6D745D
Text Example
Text Example
White with #6D745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D745D; }
p { color: rgb(109,116,93); }
H1.HeaderClassName
{
color: #6D745D;
}
.AnyTagClassName
{
color: #6D745D;
}
</style>
background-color css
<style>
a { background-color: #6D745D; }
a { background-color: rgb(109,116,93); }
div.DivClassName
{
background-color: #6D745D;
}
.BgClassName
{
background-color: #6D745D;
}
</style>
border-color css
<style>
span { border-color: #6D745D; }
span { border-color: rgb(109,116,93); }
td.TdClassName
{
border-color: #6D745D;
}
.TagClassName
{
border-color: #6D745D;
}
</style>