Shades of Hemlock #707142
Tints of Hemlock #707142
RGB
CMYK
RGB Variations
Color information
#707142 (or 0x707142) is known color: Hemlock. HEX triplet: 70, 71 and 42. RGB value is (112,113,66). Sum of RGB (Red+Green+Blue) = 112+113+66=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #707142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707142 is #8F8EBD. Grayscale: #6B6B6B. Windows color (decimal): -9408190 or 4354416. OLE color: 4354416.
HSL color Cylindrical-coordinate representation of color #707142: hue angle of 61.28º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707142 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 66 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.56 |
| HSL | 61.28º | 0.26% | 0.35% | - |
| HSV(B) | 61.28º | 0.42% | 0.44% | - |
| XYZ | 13.57 | 15.65 | 7.46 | - |
| YUV | 107.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 66 | 0.01 | 0 | 0.42 | 0.56 | 61.28 | 0.26 | 0.35 |
| Hex | 70 | 71 | 42 | 1 | 0 | 2A | 38 | 3D | 1A | 23 |
| Octal | 160 | 161 | 102 | 1 | 0 | 52 | 70 | 75 | 32 | 43 |
| Binary | 1110000 | 1110001 | 1000010 | 1 | 0 | 101010 | 111000 | 111101 | 11010 | 100011 |
Color Harmonies of #707142
Complementary color
Monochromatic Colors of #707142
Black with #707142
Text Example
Text Example
White with #707142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707142; }
p { color: rgb(112,113,66); }
H1.HeaderClassName
{
color: #707142;
}
.AnyTagClassName
{
color: #707142;
}
</style>
background-color css
<style>
a { background-color: #707142; }
a { background-color: rgb(112,113,66); }
div.DivClassName
{
background-color: #707142;
}
.BgClassName
{
background-color: #707142;
}
</style>
border-color css
<style>
span { border-color: #707142; }
span { border-color: rgb(112,113,66); }
td.TdClassName
{
border-color: #707142;
}
.TagClassName
{
border-color: #707142;
}
</style>