Shades of Hemlock #6F703D
Tints of Hemlock #6F703D
RGB
CMYK
RGB Variations
Color information
#6F703D (or 0x6F703D) is known color: Hemlock. HEX triplet: 6F, 70 and 3D. RGB value is (111,112,61). Sum of RGB (Red+Green+Blue) = 111+112+61=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #6F703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F703D is #908FC2. Grayscale: #6A6A6A. Windows color (decimal): -9473987 or 4026479. OLE color: 4026479.
HSL color Cylindrical-coordinate representation of color #6F703D: hue angle of 61.18º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F703D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 61 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.56 |
| HSL | 61.18º | 0.29% | 0.34% | - |
| HSV(B) | 61.18º | 0.46% | 0.44% | - |
| XYZ | 13.19 | 15.3 | 6.67 | - |
| YUV | 105.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 61 | 0.01 | 0 | 0.46 | 0.56 | 61.18 | 0.29 | 0.34 |
| Hex | 6F | 70 | 3D | 1 | 0 | 2E | 38 | 3D | 1D | 22 |
| Octal | 157 | 160 | 75 | 1 | 0 | 56 | 70 | 75 | 35 | 42 |
| Binary | 1101111 | 1110000 | 111101 | 1 | 0 | 101110 | 111000 | 111101 | 11101 | 100010 |
Color Harmonies of #6F703D
Complementary color
Monochromatic Colors of #6F703D
Black with #6F703D
Text Example
Text Example
White with #6F703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F703D; }
p { color: rgb(111,112,61); }
H1.HeaderClassName
{
color: #6F703D;
}
.AnyTagClassName
{
color: #6F703D;
}
</style>
background-color css
<style>
a { background-color: #6F703D; }
a { background-color: rgb(111,112,61); }
div.DivClassName
{
background-color: #6F703D;
}
.BgClassName
{
background-color: #6F703D;
}
</style>
border-color css
<style>
span { border-color: #6F703D; }
span { border-color: rgb(111,112,61); }
td.TdClassName
{
border-color: #6F703D;
}
.TagClassName
{
border-color: #6F703D;
}
</style>