Shades of Willow Grove #6F805E
Tints of Willow Grove #6F805E
RGB
CMYK
RGB Variations
Color information
#6F805E (or 0x6F805E) is known color: Willow Grove. HEX triplet: 6F, 80 and 5E. RGB value is (111,128,94). Sum of RGB (Red+Green+Blue) = 111+128+94=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #6F805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F805E is #907FA1. Grayscale: #777777. Windows color (decimal): -9469858 or 6193263. OLE color: 6193263.
HSL color Cylindrical-coordinate representation of color #6F805E: hue angle of 90º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F805E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 94 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.50 |
| HSL | 90º | 0.15% | 0.44% | - |
| HSV(B) | 90º | 0.27% | 0.5% | - |
| XYZ | 16.3 | 19.63 | 13.52 | - |
| YUV | 119.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 94 | 0.13 | 0 | 0.27 | 0.50 | 90 | 0.15 | 0.44 |
| Hex | 6F | 80 | 5E | D | 0 | 1B | 32 | 5A | F | 2C |
| Octal | 157 | 200 | 136 | 15 | 0 | 33 | 62 | 132 | 17 | 54 |
| Binary | 1101111 | 10000000 | 1011110 | 1101 | 0 | 11011 | 110010 | 1011010 | 1111 | 101100 |
Color Harmonies of #6F805E
Complementary color
Monochromatic Colors of #6F805E
Black with #6F805E
Text Example
Text Example
White with #6F805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F805E; }
p { color: rgb(111,128,94); }
H1.HeaderClassName
{
color: #6F805E;
}
.AnyTagClassName
{
color: #6F805E;
}
</style>
background-color css
<style>
a { background-color: #6F805E; }
a { background-color: rgb(111,128,94); }
div.DivClassName
{
background-color: #6F805E;
}
.BgClassName
{
background-color: #6F805E;
}
</style>
border-color css
<style>
span { border-color: #6F805E; }
span { border-color: rgb(111,128,94); }
td.TdClassName
{
border-color: #6F805E;
}
.TagClassName
{
border-color: #6F805E;
}
</style>