Shades of Willow Grove #6F746A
Tints of Willow Grove #6F746A
RGB
CMYK
RGB Variations
Color information
#6F746A (or 0x6F746A) is known color: Willow Grove. HEX triplet: 6F, 74 and 6A. RGB value is (111,116,106). Sum of RGB (Red+Green+Blue) = 111+116+106=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #6F746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F746A is #908B95. Grayscale: #717171. Windows color (decimal): -9472918 or 6976623. OLE color: 6976623.
HSL color Cylindrical-coordinate representation of color #6F746A: hue angle of 90º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F746A is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 106 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.55 |
| HSL | 90º | 0.05% | 0.44% | - |
| HSV(B) | 90º | 0.09% | 0.45% | - |
| XYZ | 15.4 | 16.91 | 16.09 | - |
| YUV | 113.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 106 | 0.04 | 0 | 0.09 | 0.55 | 90 | 0.05 | 0.44 |
| Hex | 6F | 74 | 6A | 4 | 0 | 9 | 37 | 5A | 5 | 2C |
| Octal | 157 | 164 | 152 | 4 | 0 | 11 | 67 | 132 | 5 | 54 |
| Binary | 1101111 | 1110100 | 1101010 | 100 | 0 | 1001 | 110111 | 1011010 | 101 | 101100 |
Color Harmonies of #6F746A
Complementary color
Monochromatic Colors of #6F746A
Black with #6F746A
Text Example
Text Example
White with #6F746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F746A; }
p { color: rgb(111,116,106); }
H1.HeaderClassName
{
color: #6F746A;
}
.AnyTagClassName
{
color: #6F746A;
}
</style>
background-color css
<style>
a { background-color: #6F746A; }
a { background-color: rgb(111,116,106); }
div.DivClassName
{
background-color: #6F746A;
}
.BgClassName
{
background-color: #6F746A;
}
</style>
border-color css
<style>
span { border-color: #6F746A; }
span { border-color: rgb(111,116,106); }
td.TdClassName
{
border-color: #6F746A;
}
.TagClassName
{
border-color: #6F746A;
}
</style>