Shades of Hemlock #70713D
Tints of Hemlock #70713D
RGB
CMYK
RGB Variations
Color information
#70713D (or 0x70713D) is known color: Hemlock. HEX triplet: 70, 71 and 3D. RGB value is (112,113,61). Sum of RGB (Red+Green+Blue) = 112+113+61=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #70713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70713D is #8F8EC2. Grayscale: #6A6A6A. Windows color (decimal): -9408195 or 4026736. OLE color: 4026736.
HSL color Cylindrical-coordinate representation of color #70713D: hue angle of 61.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70713D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 61 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.56 |
| HSL | 61.15º | 0.3% | 0.34% | - |
| HSV(B) | 61.15º | 0.46% | 0.44% | - |
| XYZ | 13.43 | 15.59 | 6.72 | - |
| YUV | 106.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 61 | 0.01 | 0 | 0.46 | 0.56 | 61.15 | 0.3 | 0.34 |
| Hex | 70 | 71 | 3D | 1 | 0 | 2E | 38 | 3D | 1E | 22 |
| Octal | 160 | 161 | 75 | 1 | 0 | 56 | 70 | 75 | 36 | 42 |
| Binary | 1110000 | 1110001 | 111101 | 1 | 0 | 101110 | 111000 | 111101 | 11110 | 100010 |
Color Harmonies of #70713D
Complementary color
Monochromatic Colors of #70713D
Black with #70713D
Text Example
Text Example
White with #70713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70713D; }
p { color: rgb(112,113,61); }
H1.HeaderClassName
{
color: #70713D;
}
.AnyTagClassName
{
color: #70713D;
}
</style>
background-color css
<style>
a { background-color: #70713D; }
a { background-color: rgb(112,113,61); }
div.DivClassName
{
background-color: #70713D;
}
.BgClassName
{
background-color: #70713D;
}
</style>
border-color css
<style>
span { border-color: #70713D; }
span { border-color: rgb(112,113,61); }
td.TdClassName
{
border-color: #70713D;
}
.TagClassName
{
border-color: #70713D;
}
</style>