Shades of Willow Grove #6A755E
Tints of Willow Grove #6A755E
RGB
CMYK
RGB Variations
Color information
#6A755E (or 0x6A755E) is known color: Willow Grove. HEX triplet: 6A, 75 and 5E. RGB value is (106,117,94). Sum of RGB (Red+Green+Blue) = 106+117+94=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #6A755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A755E is #958AA1. Grayscale: #6F6F6F. Windows color (decimal): -9800354 or 6190442. OLE color: 6190442.
HSL color Cylindrical-coordinate representation of color #6A755E: hue angle of 88.7º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A755E is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 94 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.54 |
| HSL | 88.7º | 0.11% | 0.41% | - |
| HSV(B) | 88.7º | 0.2% | 0.46% | - |
| XYZ | 14.33 | 16.59 | 13.04 | - |
| YUV | 111.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 94 | 0.09 | 0 | 0.20 | 0.54 | 88.7 | 0.11 | 0.41 |
| Hex | 6A | 75 | 5E | 9 | 0 | 14 | 36 | 59 | B | 29 |
| Octal | 152 | 165 | 136 | 11 | 0 | 24 | 66 | 131 | 13 | 51 |
| Binary | 1101010 | 1110101 | 1011110 | 1001 | 0 | 10100 | 110110 | 1011001 | 1011 | 101001 |
Color Harmonies of #6A755E
Complementary color
Monochromatic Colors of #6A755E
Black with #6A755E
Text Example
Text Example
White with #6A755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A755E; }
p { color: rgb(106,117,94); }
H1.HeaderClassName
{
color: #6A755E;
}
.AnyTagClassName
{
color: #6A755E;
}
</style>
background-color css
<style>
a { background-color: #6A755E; }
a { background-color: rgb(106,117,94); }
div.DivClassName
{
background-color: #6A755E;
}
.BgClassName
{
background-color: #6A755E;
}
</style>
border-color css
<style>
span { border-color: #6A755E; }
span { border-color: rgb(106,117,94); }
td.TdClassName
{
border-color: #6A755E;
}
.TagClassName
{
border-color: #6A755E;
}
</style>