Shades of Hemlock #707145
Tints of Hemlock #707145
RGB
CMYK
RGB Variations
Color information
#707145 (or 0x707145) is known color: Hemlock. HEX triplet: 70, 71 and 45. RGB value is (112,113,69). Sum of RGB (Red+Green+Blue) = 112+113+69=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #707145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707145 is #8F8EBA. Grayscale: #6B6B6B. Windows color (decimal): -9408187 or 4551024. OLE color: 4551024.
HSL color Cylindrical-coordinate representation of color #707145: hue angle of 61.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707145 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 69 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.56 |
| HSL | 61.36º | 0.24% | 0.36% | - |
| HSV(B) | 61.36º | 0.39% | 0.44% | - |
| XYZ | 13.66 | 15.68 | 7.94 | - |
| YUV | 107.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 69 | 0.01 | 0 | 0.39 | 0.56 | 61.36 | 0.24 | 0.36 |
| Hex | 70 | 71 | 45 | 1 | 0 | 27 | 38 | 3D | 18 | 24 |
| Octal | 160 | 161 | 105 | 1 | 0 | 47 | 70 | 75 | 30 | 44 |
| Binary | 1110000 | 1110001 | 1000101 | 1 | 0 | 100111 | 111000 | 111101 | 11000 | 100100 |
Color Harmonies of #707145
Complementary color
Monochromatic Colors of #707145
Black with #707145
Text Example
Text Example
White with #707145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707145; }
p { color: rgb(112,113,69); }
H1.HeaderClassName
{
color: #707145;
}
.AnyTagClassName
{
color: #707145;
}
</style>
background-color css
<style>
a { background-color: #707145; }
a { background-color: rgb(112,113,69); }
div.DivClassName
{
background-color: #707145;
}
.BgClassName
{
background-color: #707145;
}
</style>
border-color css
<style>
span { border-color: #707145; }
span { border-color: rgb(112,113,69); }
td.TdClassName
{
border-color: #707145;
}
.TagClassName
{
border-color: #707145;
}
</style>