Shades of Hemlock #70713E
Tints of Hemlock #70713E
RGB
CMYK
RGB Variations
Color information
#70713E (or 0x70713E) is known color: Hemlock. HEX triplet: 70, 71 and 3E. RGB value is (112,113,62). Sum of RGB (Red+Green+Blue) = 112+113+62=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #70713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70713E is #8F8EC1. Grayscale: #6B6B6B. Windows color (decimal): -9408194 or 4092272. OLE color: 4092272.
HSL color Cylindrical-coordinate representation of color #70713E: hue angle of 61.18º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70713E is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 62 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.56 |
| HSL | 61.18º | 0.29% | 0.34% | - |
| HSV(B) | 61.18º | 0.45% | 0.44% | - |
| XYZ | 13.46 | 15.6 | 6.86 | - |
| YUV | 106.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 62 | 0.01 | 0 | 0.45 | 0.56 | 61.18 | 0.29 | 0.34 |
| Hex | 70 | 71 | 3E | 1 | 0 | 2D | 38 | 3D | 1D | 22 |
| Octal | 160 | 161 | 76 | 1 | 0 | 55 | 70 | 75 | 35 | 42 |
| Binary | 1110000 | 1110001 | 111110 | 1 | 0 | 101101 | 111000 | 111101 | 11101 | 100010 |
Color Harmonies of #70713E
Complementary color
Monochromatic Colors of #70713E
Black with #70713E
Text Example
Text Example
White with #70713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70713E; }
p { color: rgb(112,113,62); }
H1.HeaderClassName
{
color: #70713E;
}
.AnyTagClassName
{
color: #70713E;
}
</style>
background-color css
<style>
a { background-color: #70713E; }
a { background-color: rgb(112,113,62); }
div.DivClassName
{
background-color: #70713E;
}
.BgClassName
{
background-color: #70713E;
}
</style>
border-color css
<style>
span { border-color: #70713E; }
span { border-color: rgb(112,113,62); }
td.TdClassName
{
border-color: #70713E;
}
.TagClassName
{
border-color: #70713E;
}
</style>