Shades of Hemlock #707146
Tints of Hemlock #707146
RGB
CMYK
RGB Variations
Color information
#707146 (or 0x707146) is known color: Hemlock. HEX triplet: 70, 71 and 46. RGB value is (112,113,70). Sum of RGB (Red+Green+Blue) = 112+113+70=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #707146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707146 is #8F8EB9. Grayscale: #6B6B6B. Windows color (decimal): -9408186 or 4616560. OLE color: 4616560.
HSL color Cylindrical-coordinate representation of color #707146: hue angle of 61.4º 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 #707146 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 70 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.56 |
| HSL | 61.4º | 0.23% | 0.36% | - |
| HSV(B) | 61.4º | 0.38% | 0.44% | - |
| XYZ | 13.69 | 15.7 | 8.1 | - |
| YUV | 107.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 70 | 0.01 | 0 | 0.38 | 0.56 | 61.4 | 0.23 | 0.36 |
| Hex | 70 | 71 | 46 | 1 | 0 | 26 | 38 | 3D | 17 | 24 |
| Octal | 160 | 161 | 106 | 1 | 0 | 46 | 70 | 75 | 27 | 44 |
| Binary | 1110000 | 1110001 | 1000110 | 1 | 0 | 100110 | 111000 | 111101 | 10111 | 100100 |
Color Harmonies of #707146
Complementary color
Monochromatic Colors of #707146
Black with #707146
Text Example
Text Example
White with #707146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707146; }
p { color: rgb(112,113,70); }
H1.HeaderClassName
{
color: #707146;
}
.AnyTagClassName
{
color: #707146;
}
</style>
background-color css
<style>
a { background-color: #707146; }
a { background-color: rgb(112,113,70); }
div.DivClassName
{
background-color: #707146;
}
.BgClassName
{
background-color: #707146;
}
</style>
border-color css
<style>
span { border-color: #707146; }
span { border-color: rgb(112,113,70); }
td.TdClassName
{
border-color: #707146;
}
.TagClassName
{
border-color: #707146;
}
</style>