Shades of Hemlock #6F703B
Tints of Hemlock #6F703B
RGB
CMYK
RGB Variations
Color information
#6F703B (or 0x6F703B) is known color: Hemlock. HEX triplet: 6F, 70 and 3B. RGB value is (111,112,59). Sum of RGB (Red+Green+Blue) = 111+112+59=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #6F703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F703B is #908FC4. Grayscale: #696969. Windows color (decimal): -9473989 or 3895407. OLE color: 3895407.
HSL color Cylindrical-coordinate representation of color #6F703B: hue angle of 61.13º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F703B is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 59 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.56 |
| HSL | 61.13º | 0.31% | 0.34% | - |
| HSV(B) | 61.13º | 0.47% | 0.44% | - |
| XYZ | 13.14 | 15.28 | 6.4 | - |
| YUV | 105.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 59 | 0.01 | 0 | 0.47 | 0.56 | 61.13 | 0.31 | 0.34 |
| Hex | 6F | 70 | 3B | 1 | 0 | 2F | 38 | 3D | 1F | 22 |
| Octal | 157 | 160 | 73 | 1 | 0 | 57 | 70 | 75 | 37 | 42 |
| Binary | 1101111 | 1110000 | 111011 | 1 | 0 | 101111 | 111000 | 111101 | 11111 | 100010 |
Color Harmonies of #6F703B
Complementary color
Monochromatic Colors of #6F703B
Black with #6F703B
Text Example
Text Example
White with #6F703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F703B; }
p { color: rgb(111,112,59); }
H1.HeaderClassName
{
color: #6F703B;
}
.AnyTagClassName
{
color: #6F703B;
}
</style>
background-color css
<style>
a { background-color: #6F703B; }
a { background-color: rgb(111,112,59); }
div.DivClassName
{
background-color: #6F703B;
}
.BgClassName
{
background-color: #6F703B;
}
</style>
border-color css
<style>
span { border-color: #6F703B; }
span { border-color: rgb(111,112,59); }
td.TdClassName
{
border-color: #6F703B;
}
.TagClassName
{
border-color: #6F703B;
}
</style>