Shades of Willow Grove #6E7369
Tints of Willow Grove #6E7369
RGB
CMYK
RGB Variations
Color information
#6E7369 (or 0x6E7369) is known color: Willow Grove. HEX triplet: 6E, 73 and 69. RGB value is (110,115,105). Sum of RGB (Red+Green+Blue) = 110+115+105=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7369 is #918C96. Grayscale: #707070. Windows color (decimal): -9538711 or 6910830. OLE color: 6910830.
HSL color Cylindrical-coordinate representation of color #6E7369: hue angle of 90º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6E7369 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 105 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.55 |
| HSL | 90º | 0.05% | 0.43% | - |
| HSV(B) | 90º | 0.09% | 0.45% | - |
| XYZ | 15.11 | 16.6 | 15.77 | - |
| YUV | 112.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 105 | 0.04 | 0 | 0.09 | 0.55 | 90 | 0.05 | 0.43 |
| Hex | 6E | 73 | 69 | 4 | 0 | 9 | 37 | 5A | 5 | 2B |
| Octal | 156 | 163 | 151 | 4 | 0 | 11 | 67 | 132 | 5 | 53 |
| Binary | 1101110 | 1110011 | 1101001 | 100 | 0 | 1001 | 110111 | 1011010 | 101 | 101011 |
Color Harmonies of #6E7369
Complementary color
Monochromatic Colors of #6E7369
Black with #6E7369
Text Example
Text Example
White with #6E7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7369; }
p { color: rgb(110,115,105); }
H1.HeaderClassName
{
color: #6E7369;
}
.AnyTagClassName
{
color: #6E7369;
}
</style>
background-color css
<style>
a { background-color: #6E7369; }
a { background-color: rgb(110,115,105); }
div.DivClassName
{
background-color: #6E7369;
}
.BgClassName
{
background-color: #6E7369;
}
</style>
border-color css
<style>
span { border-color: #6E7369; }
span { border-color: rgb(110,115,105); }
td.TdClassName
{
border-color: #6E7369;
}
.TagClassName
{
border-color: #6E7369;
}
</style>