Shades of Willow Grove #6A755C
Tints of Willow Grove #6A755C
RGB
CMYK
RGB Variations
Color information
#6A755C (or 0x6A755C) is known color: Willow Grove. HEX triplet: 6A, 75 and 5C. RGB value is (106,117,92). Sum of RGB (Red+Green+Blue) = 106+117+92=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #6A755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A755C is #958AA3. Grayscale: #6E6E6E. Windows color (decimal): -9800356 or 6059370. OLE color: 6059370.
HSL color Cylindrical-coordinate representation of color #6A755C: hue angle of 86.4º degrees, saturation: 0.12, 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 #6A755C is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 92 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.54 |
| HSL | 86.4º | 0.12% | 0.41% | - |
| HSV(B) | 86.4º | 0.21% | 0.46% | - |
| XYZ | 14.24 | 16.56 | 12.57 | - |
| YUV | 110.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 92 | 0.09 | 0 | 0.21 | 0.54 | 86.4 | 0.12 | 0.41 |
| Hex | 6A | 75 | 5C | 9 | 0 | 15 | 36 | 56 | C | 29 |
| Octal | 152 | 165 | 134 | 11 | 0 | 25 | 66 | 126 | 14 | 51 |
| Binary | 1101010 | 1110101 | 1011100 | 1001 | 0 | 10101 | 110110 | 1010110 | 1100 | 101001 |
Color Harmonies of #6A755C
Complementary color
Monochromatic Colors of #6A755C
Black with #6A755C
Text Example
Text Example
White with #6A755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A755C; }
p { color: rgb(106,117,92); }
H1.HeaderClassName
{
color: #6A755C;
}
.AnyTagClassName
{
color: #6A755C;
}
</style>
background-color css
<style>
a { background-color: #6A755C; }
a { background-color: rgb(106,117,92); }
div.DivClassName
{
background-color: #6A755C;
}
.BgClassName
{
background-color: #6A755C;
}
</style>
border-color css
<style>
span { border-color: #6A755C; }
span { border-color: rgb(106,117,92); }
td.TdClassName
{
border-color: #6A755C;
}
.TagClassName
{
border-color: #6A755C;
}
</style>