Shades of Hemlock #707149
Tints of Hemlock #707149
RGB
CMYK
RGB Variations
Color information
#707149 (or 0x707149) is known color: Hemlock. HEX triplet: 70, 71 and 49. RGB value is (112,113,73). Sum of RGB (Red+Green+Blue) = 112+113+73=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #707149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707149 is #8F8EB6. Grayscale: #6C6C6C. Windows color (decimal): -9408183 or 4813168. OLE color: 4813168.
HSL color Cylindrical-coordinate representation of color #707149: hue angle of 61.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707149 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 73 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.56 |
| HSL | 61.5º | 0.22% | 0.36% | - |
| HSV(B) | 61.5º | 0.35% | 0.44% | - |
| XYZ | 13.79 | 15.74 | 8.61 | - |
| YUV | 108.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 73 | 0.01 | 0 | 0.35 | 0.56 | 61.5 | 0.22 | 0.36 |
| Hex | 70 | 71 | 49 | 1 | 0 | 23 | 38 | 3E | 16 | 24 |
| Octal | 160 | 161 | 111 | 1 | 0 | 43 | 70 | 76 | 26 | 44 |
| Binary | 1110000 | 1110001 | 1001001 | 1 | 0 | 100011 | 111000 | 111110 | 10110 | 100100 |
Color Harmonies of #707149
Complementary color
Monochromatic Colors of #707149
Black with #707149
Text Example
Text Example
White with #707149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707149; }
p { color: rgb(112,113,73); }
H1.HeaderClassName
{
color: #707149;
}
.AnyTagClassName
{
color: #707149;
}
</style>
background-color css
<style>
a { background-color: #707149; }
a { background-color: rgb(112,113,73); }
div.DivClassName
{
background-color: #707149;
}
.BgClassName
{
background-color: #707149;
}
</style>
border-color css
<style>
span { border-color: #707149; }
span { border-color: rgb(112,113,73); }
td.TdClassName
{
border-color: #707149;
}
.TagClassName
{
border-color: #707149;
}
</style>