Shades of Hemlock #6F703F
Tints of Hemlock #6F703F
RGB
CMYK
RGB Variations
Color information
#6F703F (or 0x6F703F) is known color: Hemlock. HEX triplet: 6F, 70 and 3F. RGB value is (111,112,63). Sum of RGB (Red+Green+Blue) = 111+112+63=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #6F703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F703F is #908FC0. Grayscale: #6A6A6A. Windows color (decimal): -9473985 or 4157551. OLE color: 4157551.
HSL color Cylindrical-coordinate representation of color #6F703F: hue angle of 61.22º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F703F is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 63 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.56 |
| HSL | 61.22º | 0.28% | 0.34% | - |
| HSV(B) | 61.22º | 0.44% | 0.44% | - |
| XYZ | 13.25 | 15.33 | 6.96 | - |
| YUV | 106.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 63 | 0.01 | 0 | 0.44 | 0.56 | 61.22 | 0.28 | 0.34 |
| Hex | 6F | 70 | 3F | 1 | 0 | 2C | 38 | 3D | 1C | 22 |
| Octal | 157 | 160 | 77 | 1 | 0 | 54 | 70 | 75 | 34 | 42 |
| Binary | 1101111 | 1110000 | 111111 | 1 | 0 | 101100 | 111000 | 111101 | 11100 | 100010 |
Color Harmonies of #6F703F
Complementary color
Monochromatic Colors of #6F703F
Black with #6F703F
Text Example
Text Example
White with #6F703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F703F; }
p { color: rgb(111,112,63); }
H1.HeaderClassName
{
color: #6F703F;
}
.AnyTagClassName
{
color: #6F703F;
}
</style>
background-color css
<style>
a { background-color: #6F703F; }
a { background-color: rgb(111,112,63); }
div.DivClassName
{
background-color: #6F703F;
}
.BgClassName
{
background-color: #6F703F;
}
</style>
border-color css
<style>
span { border-color: #6F703F; }
span { border-color: rgb(111,112,63); }
td.TdClassName
{
border-color: #6F703F;
}
.TagClassName
{
border-color: #6F703F;
}
</style>