Shades of Hemlock #707243
Tints of Hemlock #707243
RGB
CMYK
RGB Variations
Color information
#707243 (or 0x707243) is known color: Hemlock. HEX triplet: 70, 72 and 43. RGB value is (112,114,67). Sum of RGB (Red+Green+Blue) = 112+114+67=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #707243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707243 is #8F8DBC. Grayscale: #6C6C6C. Windows color (decimal): -9407933 or 4420208. OLE color: 4420208.
HSL color Cylindrical-coordinate representation of color #707243: hue angle of 62.55º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707243 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 67 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.55 |
| HSL | 62.55º | 0.26% | 0.35% | - |
| HSV(B) | 62.55º | 0.41% | 0.45% | - |
| XYZ | 13.71 | 15.88 | 7.65 | - |
| YUV | 108.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 67 | 0.02 | 0 | 0.41 | 0.55 | 62.55 | 0.26 | 0.35 |
| Hex | 70 | 72 | 43 | 2 | 0 | 29 | 37 | 3F | 1A | 23 |
| Octal | 160 | 162 | 103 | 2 | 0 | 51 | 67 | 77 | 32 | 43 |
| Binary | 1110000 | 1110010 | 1000011 | 10 | 0 | 101001 | 110111 | 111111 | 11010 | 100011 |
Color Harmonies of #707243
Complementary color
Monochromatic Colors of #707243
Black with #707243
Text Example
Text Example
White with #707243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707243; }
p { color: rgb(112,114,67); }
H1.HeaderClassName
{
color: #707243;
}
.AnyTagClassName
{
color: #707243;
}
</style>
background-color css
<style>
a { background-color: #707243; }
a { background-color: rgb(112,114,67); }
div.DivClassName
{
background-color: #707243;
}
.BgClassName
{
background-color: #707243;
}
</style>
border-color css
<style>
span { border-color: #707243; }
span { border-color: rgb(112,114,67); }
td.TdClassName
{
border-color: #707243;
}
.TagClassName
{
border-color: #707243;
}
</style>