Shades of Willow Grove #6B755F
Tints of Willow Grove #6B755F
RGB
CMYK
RGB Variations
Color information
#6B755F (or 0x6B755F) is known color: Willow Grove. HEX triplet: 6B, 75 and 5F. RGB value is (107,117,95). Sum of RGB (Red+Green+Blue) = 107+117+95=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #6B755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B755F is #948AA0. Grayscale: #6F6F6F. Windows color (decimal): -9734817 or 6255979. OLE color: 6255979.
HSL color Cylindrical-coordinate representation of color #6B755F: hue angle of 87.27º 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 #6B755F is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 95 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.54 |
| HSL | 87.27º | 0.1% | 0.42% | - |
| HSV(B) | 87.27º | 0.19% | 0.46% | - |
| XYZ | 14.49 | 16.67 | 13.28 | - |
| YUV | 111.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 95 | 0.09 | 0 | 0.19 | 0.54 | 87.27 | 0.1 | 0.42 |
| Hex | 6B | 75 | 5F | 9 | 0 | 13 | 36 | 57 | A | 2A |
| Octal | 153 | 165 | 137 | 11 | 0 | 23 | 66 | 127 | 12 | 52 |
| Binary | 1101011 | 1110101 | 1011111 | 1001 | 0 | 10011 | 110110 | 1010111 | 1010 | 101010 |
Color Harmonies of #6B755F
Complementary color
Monochromatic Colors of #6B755F
Black with #6B755F
Text Example
Text Example
White with #6B755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B755F; }
p { color: rgb(107,117,95); }
H1.HeaderClassName
{
color: #6B755F;
}
.AnyTagClassName
{
color: #6B755F;
}
</style>
background-color css
<style>
a { background-color: #6B755F; }
a { background-color: rgb(107,117,95); }
div.DivClassName
{
background-color: #6B755F;
}
.BgClassName
{
background-color: #6B755F;
}
</style>
border-color css
<style>
span { border-color: #6B755F; }
span { border-color: rgb(107,117,95); }
td.TdClassName
{
border-color: #6B755F;
}
.TagClassName
{
border-color: #6B755F;
}
</style>