Shades of Hemlock #70723D
Tints of Hemlock #70723D
RGB
CMYK
RGB Variations
Color information
#70723D (or 0x70723D) is known color: Hemlock. HEX triplet: 70, 72 and 3D. RGB value is (112,114,61). Sum of RGB (Red+Green+Blue) = 112+114+61=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #70723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70723D is #8F8DC2. Grayscale: #6B6B6B. Windows color (decimal): -9407939 or 4026992. OLE color: 4026992.
HSL color Cylindrical-coordinate representation of color #70723D: hue angle of 62.26º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70723D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 61 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.55 |
| HSL | 62.26º | 0.3% | 0.34% | - |
| HSV(B) | 62.26º | 0.46% | 0.45% | - |
| XYZ | 13.54 | 15.82 | 6.75 | - |
| YUV | 107.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 61 | 0.02 | 0 | 0.46 | 0.55 | 62.26 | 0.3 | 0.34 |
| Hex | 70 | 72 | 3D | 2 | 0 | 2E | 37 | 3E | 1E | 22 |
| Octal | 160 | 162 | 75 | 2 | 0 | 56 | 67 | 76 | 36 | 42 |
| Binary | 1110000 | 1110010 | 111101 | 10 | 0 | 101110 | 110111 | 111110 | 11110 | 100010 |
Color Harmonies of #70723D
Complementary color
Monochromatic Colors of #70723D
Black with #70723D
Text Example
Text Example
White with #70723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70723D; }
p { color: rgb(112,114,61); }
H1.HeaderClassName
{
color: #70723D;
}
.AnyTagClassName
{
color: #70723D;
}
</style>
background-color css
<style>
a { background-color: #70723D; }
a { background-color: rgb(112,114,61); }
div.DivClassName
{
background-color: #70723D;
}
.BgClassName
{
background-color: #70723D;
}
</style>
border-color css
<style>
span { border-color: #70723D; }
span { border-color: rgb(112,114,61); }
td.TdClassName
{
border-color: #70723D;
}
.TagClassName
{
border-color: #70723D;
}
</style>