Shades of Willow Grove #6D755B
Tints of Willow Grove #6D755B
RGB
CMYK
RGB Variations
Color information
#6D755B (or 0x6D755B) is known color: Willow Grove. HEX triplet: 6D, 75 and 5B. RGB value is (109,117,91). Sum of RGB (Red+Green+Blue) = 109+117+91=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #6D755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D755B is #928AA4. Grayscale: #6F6F6F. Windows color (decimal): -9603749 or 5993837. OLE color: 5993837.
HSL color Cylindrical-coordinate representation of color #6D755B: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D755B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 91 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.54 |
| HSL | 78.46º | 0.13% | 0.41% | - |
| HSV(B) | 78.46º | 0.22% | 0.46% | - |
| XYZ | 14.56 | 16.73 | 12.36 | - |
| YUV | 111.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 91 | 0.07 | 0 | 0.22 | 0.54 | 78.46 | 0.13 | 0.41 |
| Hex | 6D | 75 | 5B | 7 | 0 | 16 | 36 | 4E | C | 29 |
| Octal | 155 | 165 | 133 | 7 | 0 | 26 | 66 | 116 | 14 | 51 |
| Binary | 1101101 | 1110101 | 1011011 | 111 | 0 | 10110 | 110110 | 1001110 | 1100 | 101001 |
Color Harmonies of #6D755B
Complementary color
Monochromatic Colors of #6D755B
Black with #6D755B
Text Example
Text Example
White with #6D755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D755B; }
p { color: rgb(109,117,91); }
H1.HeaderClassName
{
color: #6D755B;
}
.AnyTagClassName
{
color: #6D755B;
}
</style>
background-color css
<style>
a { background-color: #6D755B; }
a { background-color: rgb(109,117,91); }
div.DivClassName
{
background-color: #6D755B;
}
.BgClassName
{
background-color: #6D755B;
}
</style>
border-color css
<style>
span { border-color: #6D755B; }
span { border-color: rgb(109,117,91); }
td.TdClassName
{
border-color: #6D755B;
}
.TagClassName
{
border-color: #6D755B;
}
</style>