Shades of Hemlock #70713C
Tints of Hemlock #70713C
RGB
CMYK
RGB Variations
Color information
#70713C (or 0x70713C) is known color: Hemlock. HEX triplet: 70, 71 and 3C. RGB value is (112,113,60). Sum of RGB (Red+Green+Blue) = 112+113+60=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #70713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70713C is #8F8EC3. Grayscale: #6A6A6A. Windows color (decimal): -9408196 or 3961200. OLE color: 3961200.
HSL color Cylindrical-coordinate representation of color #70713C: hue angle of 61.13º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70713C is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 60 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.56 |
| HSL | 61.13º | 0.31% | 0.34% | - |
| HSV(B) | 61.13º | 0.47% | 0.44% | - |
| XYZ | 13.4 | 15.58 | 6.58 | - |
| YUV | 106.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 60 | 0.01 | 0 | 0.47 | 0.56 | 61.13 | 0.31 | 0.34 |
| Hex | 70 | 71 | 3C | 1 | 0 | 2F | 38 | 3D | 1F | 22 |
| Octal | 160 | 161 | 74 | 1 | 0 | 57 | 70 | 75 | 37 | 42 |
| Binary | 1110000 | 1110001 | 111100 | 1 | 0 | 101111 | 111000 | 111101 | 11111 | 100010 |
Color Harmonies of #70713C
Complementary color
Monochromatic Colors of #70713C
Black with #70713C
Text Example
Text Example
White with #70713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70713C; }
p { color: rgb(112,113,60); }
H1.HeaderClassName
{
color: #70713C;
}
.AnyTagClassName
{
color: #70713C;
}
</style>
background-color css
<style>
a { background-color: #70713C; }
a { background-color: rgb(112,113,60); }
div.DivClassName
{
background-color: #70713C;
}
.BgClassName
{
background-color: #70713C;
}
</style>
border-color css
<style>
span { border-color: #70713C; }
span { border-color: rgb(112,113,60); }
td.TdClassName
{
border-color: #70713C;
}
.TagClassName
{
border-color: #70713C;
}
</style>