Shades of Willow Grove #6D755D
Tints of Willow Grove #6D755D
RGB
CMYK
RGB Variations
Color information
#6D755D (or 0x6D755D) is known color: Willow Grove. HEX triplet: 6D, 75 and 5D. RGB value is (109,117,93). Sum of RGB (Red+Green+Blue) = 109+117+93=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #6D755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D755D is #928AA2. Grayscale: #6F6F6F. Windows color (decimal): -9603747 or 6124909. OLE color: 6124909.
HSL color Cylindrical-coordinate representation of color #6D755D: hue angle of 80º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D755D is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 93 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.54 |
| HSL | 80º | 0.11% | 0.41% | - |
| HSV(B) | 80º | 0.21% | 0.46% | - |
| XYZ | 14.64 | 16.76 | 12.82 | - |
| YUV | 111.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 93 | 0.07 | 0 | 0.21 | 0.54 | 80 | 0.11 | 0.41 |
| Hex | 6D | 75 | 5D | 7 | 0 | 15 | 36 | 50 | B | 29 |
| Octal | 155 | 165 | 135 | 7 | 0 | 25 | 66 | 120 | 13 | 51 |
| Binary | 1101101 | 1110101 | 1011101 | 111 | 0 | 10101 | 110110 | 1010000 | 1011 | 101001 |
Color Harmonies of #6D755D
Complementary color
Monochromatic Colors of #6D755D
Black with #6D755D
Text Example
Text Example
White with #6D755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D755D; }
p { color: rgb(109,117,93); }
H1.HeaderClassName
{
color: #6D755D;
}
.AnyTagClassName
{
color: #6D755D;
}
</style>
background-color css
<style>
a { background-color: #6D755D; }
a { background-color: rgb(109,117,93); }
div.DivClassName
{
background-color: #6D755D;
}
.BgClassName
{
background-color: #6D755D;
}
</style>
border-color css
<style>
span { border-color: #6D755D; }
span { border-color: rgb(109,117,93); }
td.TdClassName
{
border-color: #6D755D;
}
.TagClassName
{
border-color: #6D755D;
}
</style>