Shades of Hemlock #6E7046
Tints of Hemlock #6E7046
RGB
CMYK
RGB Variations
Color information
#6E7046 (or 0x6E7046) is known color: Hemlock. HEX triplet: 6E, 70 and 46. RGB value is (110,112,70). Sum of RGB (Red+Green+Blue) = 110+112+70=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7046 is #918FB9. Grayscale: #6A6A6A. Windows color (decimal): -9539514 or 4616302. OLE color: 4616302.
HSL color Cylindrical-coordinate representation of color #6E7046: hue angle of 62.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E7046 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 70 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.56 |
| HSL | 62.86º | 0.23% | 0.36% | - |
| HSV(B) | 62.86º | 0.38% | 0.44% | - |
| XYZ | 13.33 | 15.35 | 8.05 | - |
| YUV | 106.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 70 | 0.02 | 0 | 0.38 | 0.56 | 62.86 | 0.23 | 0.36 |
| Hex | 6E | 70 | 46 | 2 | 0 | 26 | 38 | 3F | 17 | 24 |
| Octal | 156 | 160 | 106 | 2 | 0 | 46 | 70 | 77 | 27 | 44 |
| Binary | 1101110 | 1110000 | 1000110 | 10 | 0 | 100110 | 111000 | 111111 | 10111 | 100100 |
Color Harmonies of #6E7046
Complementary color
Monochromatic Colors of #6E7046
Black with #6E7046
Text Example
Text Example
White with #6E7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7046; }
p { color: rgb(110,112,70); }
H1.HeaderClassName
{
color: #6E7046;
}
.AnyTagClassName
{
color: #6E7046;
}
</style>
background-color css
<style>
a { background-color: #6E7046; }
a { background-color: rgb(110,112,70); }
div.DivClassName
{
background-color: #6E7046;
}
.BgClassName
{
background-color: #6E7046;
}
</style>
border-color css
<style>
span { border-color: #6E7046; }
span { border-color: rgb(110,112,70); }
td.TdClassName
{
border-color: #6E7046;
}
.TagClassName
{
border-color: #6E7046;
}
</style>