Shades of Willow Grove #6B785F
Tints of Willow Grove #6B785F
RGB
CMYK
RGB Variations
Color information
#6B785F (or 0x6B785F) is known color: Willow Grove. HEX triplet: 6B, 78 and 5F. RGB value is (107,120,95). Sum of RGB (Red+Green+Blue) = 107+120+95=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #6B785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B785F is #9487A0. Grayscale: #717171. Windows color (decimal): -9734049 or 6256747. OLE color: 6256747.
HSL color Cylindrical-coordinate representation of color #6B785F: hue angle of 91.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B785F is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 95 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.53 |
| HSL | 91.2º | 0.12% | 0.42% | - |
| HSV(B) | 91.2º | 0.21% | 0.47% | - |
| XYZ | 14.85 | 17.38 | 13.4 | - |
| YUV | 113.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 95 | 0.11 | 0 | 0.21 | 0.53 | 91.2 | 0.12 | 0.42 |
| Hex | 6B | 78 | 5F | B | 0 | 15 | 35 | 5B | C | 2A |
| Octal | 153 | 170 | 137 | 13 | 0 | 25 | 65 | 133 | 14 | 52 |
| Binary | 1101011 | 1111000 | 1011111 | 1011 | 0 | 10101 | 110101 | 1011011 | 1100 | 101010 |
Color Harmonies of #6B785F
Complementary color
Monochromatic Colors of #6B785F
Black with #6B785F
Text Example
Text Example
White with #6B785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B785F; }
p { color: rgb(107,120,95); }
H1.HeaderClassName
{
color: #6B785F;
}
.AnyTagClassName
{
color: #6B785F;
}
</style>
background-color css
<style>
a { background-color: #6B785F; }
a { background-color: rgb(107,120,95); }
div.DivClassName
{
background-color: #6B785F;
}
.BgClassName
{
background-color: #6B785F;
}
</style>
border-color css
<style>
span { border-color: #6B785F; }
span { border-color: rgb(107,120,95); }
td.TdClassName
{
border-color: #6B785F;
}
.TagClassName
{
border-color: #6B785F;
}
</style>