Shades of Willow Grove #6F7F60
Tints of Willow Grove #6F7F60
RGB
CMYK
RGB Variations
Color information
#6F7F60 (or 0x6F7F60) is known color: Willow Grove. HEX triplet: 6F, 7F and 60. RGB value is (111,127,96). Sum of RGB (Red+Green+Blue) = 111+127+96=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7F60 is #90809F. Grayscale: #767676. Windows color (decimal): -9470112 or 6324079. OLE color: 6324079.
HSL color Cylindrical-coordinate representation of color #6F7F60: hue angle of 90.97º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7F60 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 127 | 96 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.50 |
| HSL | 90.97º | 0.14% | 0.44% | - |
| HSV(B) | 90.97º | 0.24% | 0.5% | - |
| XYZ | 16.26 | 19.4 | 13.95 | - |
| YUV | 118.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 96 | 0.13 | 0 | 0.24 | 0.50 | 90.97 | 0.14 | 0.44 |
| Hex | 6F | 7F | 60 | D | 0 | 18 | 32 | 5B | E | 2C |
| Octal | 157 | 177 | 140 | 15 | 0 | 30 | 62 | 133 | 16 | 54 |
| Binary | 1101111 | 1111111 | 1100000 | 1101 | 0 | 11000 | 110010 | 1011011 | 1110 | 101100 |
Color Harmonies of #6F7F60
Complementary color
Monochromatic Colors of #6F7F60
Black with #6F7F60
Text Example
Text Example
White with #6F7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7F60; }
p { color: rgb(111,127,96); }
H1.HeaderClassName
{
color: #6F7F60;
}
.AnyTagClassName
{
color: #6F7F60;
}
</style>
background-color css
<style>
a { background-color: #6F7F60; }
a { background-color: rgb(111,127,96); }
div.DivClassName
{
background-color: #6F7F60;
}
.BgClassName
{
background-color: #6F7F60;
}
</style>
border-color css
<style>
span { border-color: #6F7F60; }
span { border-color: rgb(111,127,96); }
td.TdClassName
{
border-color: #6F7F60;
}
.TagClassName
{
border-color: #6F7F60;
}
</style>