Shades of Hemlock #70723E
Tints of Hemlock #70723E
RGB
CMYK
RGB Variations
Color information
#70723E (or 0x70723E) is known color: Hemlock. HEX triplet: 70, 72 and 3E. RGB value is (112,114,62). Sum of RGB (Red+Green+Blue) = 112+114+62=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #70723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70723E is #8F8DC1. Grayscale: #6B6B6B. Windows color (decimal): -9407938 or 4092528. OLE color: 4092528.
HSL color Cylindrical-coordinate representation of color #70723E: hue angle of 62.31º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70723E is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 62 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.55 |
| HSL | 62.31º | 0.3% | 0.35% | - |
| HSV(B) | 62.31º | 0.46% | 0.45% | - |
| XYZ | 13.57 | 15.83 | 6.9 | - |
| YUV | 107.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 62 | 0.02 | 0 | 0.46 | 0.55 | 62.31 | 0.3 | 0.35 |
| Hex | 70 | 72 | 3E | 2 | 0 | 2E | 37 | 3E | 1E | 23 |
| Octal | 160 | 162 | 76 | 2 | 0 | 56 | 67 | 76 | 36 | 43 |
| Binary | 1110000 | 1110010 | 111110 | 10 | 0 | 101110 | 110111 | 111110 | 11110 | 100011 |
Color Harmonies of #70723E
Complementary color
Monochromatic Colors of #70723E
Black with #70723E
Text Example
Text Example
White with #70723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70723E; }
p { color: rgb(112,114,62); }
H1.HeaderClassName
{
color: #70723E;
}
.AnyTagClassName
{
color: #70723E;
}
</style>
background-color css
<style>
a { background-color: #70723E; }
a { background-color: rgb(112,114,62); }
div.DivClassName
{
background-color: #70723E;
}
.BgClassName
{
background-color: #70723E;
}
</style>
border-color css
<style>
span { border-color: #70723E; }
span { border-color: rgb(112,114,62); }
td.TdClassName
{
border-color: #70723E;
}
.TagClassName
{
border-color: #70723E;
}
</style>