Shades of Hemlock #707147
Tints of Hemlock #707147
RGB
CMYK
RGB Variations
Color information
#707147 (or 0x707147) is known color: Hemlock. HEX triplet: 70, 71 and 47. RGB value is (112,113,71). Sum of RGB (Red+Green+Blue) = 112+113+71=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #707147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707147 is #8F8EB8. Grayscale: #6C6C6C. Windows color (decimal): -9408185 or 4682096. OLE color: 4682096.
HSL color Cylindrical-coordinate representation of color #707147: hue angle of 61.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #707147 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 71 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.56 |
| HSL | 61.43º | 0.23% | 0.36% | - |
| HSV(B) | 61.43º | 0.37% | 0.44% | - |
| XYZ | 13.72 | 15.71 | 8.27 | - |
| YUV | 107.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 71 | 0.01 | 0 | 0.37 | 0.56 | 61.43 | 0.23 | 0.36 |
| Hex | 70 | 71 | 47 | 1 | 0 | 25 | 38 | 3D | 17 | 24 |
| Octal | 160 | 161 | 107 | 1 | 0 | 45 | 70 | 75 | 27 | 44 |
| Binary | 1110000 | 1110001 | 1000111 | 1 | 0 | 100101 | 111000 | 111101 | 10111 | 100100 |
Color Harmonies of #707147
Complementary color
Monochromatic Colors of #707147
Black with #707147
Text Example
Text Example
White with #707147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707147; }
p { color: rgb(112,113,71); }
H1.HeaderClassName
{
color: #707147;
}
.AnyTagClassName
{
color: #707147;
}
</style>
background-color css
<style>
a { background-color: #707147; }
a { background-color: rgb(112,113,71); }
div.DivClassName
{
background-color: #707147;
}
.BgClassName
{
background-color: #707147;
}
</style>
border-color css
<style>
span { border-color: #707147; }
span { border-color: rgb(112,113,71); }
td.TdClassName
{
border-color: #707147;
}
.TagClassName
{
border-color: #707147;
}
</style>