Shades of Willow Grove #6D755A
Tints of Willow Grove #6D755A
RGB
CMYK
RGB Variations
Color information
#6D755A (or 0x6D755A) is known color: Willow Grove. HEX triplet: 6D, 75 and 5A. RGB value is (109,117,90). Sum of RGB (Red+Green+Blue) = 109+117+90=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #6D755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D755A is #928AA5. Grayscale: #6F6F6F. Windows color (decimal): -9603750 or 5928301. OLE color: 5928301.
HSL color Cylindrical-coordinate representation of color #6D755A: hue angle of 77.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D755A is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 90 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.54 |
| HSL | 77.78º | 0.13% | 0.41% | - |
| HSV(B) | 77.78º | 0.23% | 0.46% | - |
| XYZ | 14.51 | 16.71 | 12.13 | - |
| YUV | 111.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 90 | 0.07 | 0 | 0.23 | 0.54 | 77.78 | 0.13 | 0.41 |
| Hex | 6D | 75 | 5A | 7 | 0 | 17 | 36 | 4E | D | 29 |
| Octal | 155 | 165 | 132 | 7 | 0 | 27 | 66 | 116 | 15 | 51 |
| Binary | 1101101 | 1110101 | 1011010 | 111 | 0 | 10111 | 110110 | 1001110 | 1101 | 101001 |
Color Harmonies of #6D755A
Complementary color
Monochromatic Colors of #6D755A
Black with #6D755A
Text Example
Text Example
White with #6D755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D755A; }
p { color: rgb(109,117,90); }
H1.HeaderClassName
{
color: #6D755A;
}
.AnyTagClassName
{
color: #6D755A;
}
</style>
background-color css
<style>
a { background-color: #6D755A; }
a { background-color: rgb(109,117,90); }
div.DivClassName
{
background-color: #6D755A;
}
.BgClassName
{
background-color: #6D755A;
}
</style>
border-color css
<style>
span { border-color: #6D755A; }
span { border-color: rgb(109,117,90); }
td.TdClassName
{
border-color: #6D755A;
}
.TagClassName
{
border-color: #6D755A;
}
</style>