Shades of Willow Grove #6F785B
Tints of Willow Grove #6F785B
RGB
CMYK
RGB Variations
Color information
#6F785B (or 0x6F785B) is known color: Willow Grove. HEX triplet: 6F, 78 and 5B. RGB value is (111,120,91). Sum of RGB (Red+Green+Blue) = 111+120+91=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #6F785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F785B is #9087A4. Grayscale: #727272. Windows color (decimal): -9471909 or 5994607. OLE color: 5994607.
HSL color Cylindrical-coordinate representation of color #6F785B: hue angle of 78.62º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F785B is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 91 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.53 |
| HSL | 78.62º | 0.14% | 0.41% | - |
| HSV(B) | 78.62º | 0.24% | 0.47% | - |
| XYZ | 15.16 | 17.57 | 12.49 | - |
| YUV | 114 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 91 | 0.08 | 0 | 0.24 | 0.53 | 78.62 | 0.14 | 0.41 |
| Hex | 6F | 78 | 5B | 8 | 0 | 18 | 35 | 4F | E | 29 |
| Octal | 157 | 170 | 133 | 10 | 0 | 30 | 65 | 117 | 16 | 51 |
| Binary | 1101111 | 1111000 | 1011011 | 1000 | 0 | 11000 | 110101 | 1001111 | 1110 | 101001 |
Color Harmonies of #6F785B
Complementary color
Monochromatic Colors of #6F785B
Black with #6F785B
Text Example
Text Example
White with #6F785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F785B; }
p { color: rgb(111,120,91); }
H1.HeaderClassName
{
color: #6F785B;
}
.AnyTagClassName
{
color: #6F785B;
}
</style>
background-color css
<style>
a { background-color: #6F785B; }
a { background-color: rgb(111,120,91); }
div.DivClassName
{
background-color: #6F785B;
}
.BgClassName
{
background-color: #6F785B;
}
</style>
border-color css
<style>
span { border-color: #6F785B; }
span { border-color: rgb(111,120,91); }
td.TdClassName
{
border-color: #6F785B;
}
.TagClassName
{
border-color: #6F785B;
}
</style>