Shades of Willow Grove #6C755F
Tints of Willow Grove #6C755F
RGB
CMYK
RGB Variations
Color information
#6C755F (or 0x6C755F) is known color: Willow Grove. HEX triplet: 6C, 75 and 5F. RGB value is (108,117,95). Sum of RGB (Red+Green+Blue) = 108+117+95=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #6C755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C755F is #938AA0. Grayscale: #6F6F6F. Windows color (decimal): -9669281 or 6255980. OLE color: 6255980.
HSL color Cylindrical-coordinate representation of color #6C755F: hue angle of 84.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C755F is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 95 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.54 |
| HSL | 84.55º | 0.1% | 0.42% | - |
| HSV(B) | 84.55º | 0.19% | 0.46% | - |
| XYZ | 14.61 | 16.74 | 13.29 | - |
| YUV | 111.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 95 | 0.08 | 0 | 0.19 | 0.54 | 84.55 | 0.1 | 0.42 |
| Hex | 6C | 75 | 5F | 8 | 0 | 13 | 36 | 55 | A | 2A |
| Octal | 154 | 165 | 137 | 10 | 0 | 23 | 66 | 125 | 12 | 52 |
| Binary | 1101100 | 1110101 | 1011111 | 1000 | 0 | 10011 | 110110 | 1010101 | 1010 | 101010 |
Color Harmonies of #6C755F
Complementary color
Monochromatic Colors of #6C755F
Black with #6C755F
Text Example
Text Example
White with #6C755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C755F; }
p { color: rgb(108,117,95); }
H1.HeaderClassName
{
color: #6C755F;
}
.AnyTagClassName
{
color: #6C755F;
}
</style>
background-color css
<style>
a { background-color: #6C755F; }
a { background-color: rgb(108,117,95); }
div.DivClassName
{
background-color: #6C755F;
}
.BgClassName
{
background-color: #6C755F;
}
</style>
border-color css
<style>
span { border-color: #6C755F; }
span { border-color: rgb(108,117,95); }
td.TdClassName
{
border-color: #6C755F;
}
.TagClassName
{
border-color: #6C755F;
}
</style>