Shades of Hemlock #686940
Tints of Hemlock #686940
RGB
CMYK
RGB Variations
Color information
#686940 (or 0x686940) is known color: Hemlock. HEX triplet: 68, 69 and 40. RGB value is (104,105,64). Sum of RGB (Red+Green+Blue) = 104+105+64=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #686940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686940 is #9796BF. Grayscale: #646464. Windows color (decimal): -9934528 or 4221288. OLE color: 4221288.
HSL color Cylindrical-coordinate representation of color #686940: hue angle of 61.46º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686940 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 64 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.59 |
| HSL | 61.46º | 0.24% | 0.33% | - |
| HSV(B) | 61.46º | 0.39% | 0.41% | - |
| XYZ | 11.69 | 13.42 | 6.82 | - |
| YUV | 100.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 64 | 0.01 | 0 | 0.39 | 0.59 | 61.46 | 0.24 | 0.33 |
| Hex | 68 | 69 | 40 | 1 | 0 | 27 | 3B | 3D | 18 | 21 |
| Octal | 150 | 151 | 100 | 1 | 0 | 47 | 73 | 75 | 30 | 41 |
| Binary | 1101000 | 1101001 | 1000000 | 1 | 0 | 100111 | 111011 | 111101 | 11000 | 100001 |
Color Harmonies of #686940
Complementary color
Monochromatic Colors of #686940
Black with #686940
Text Example
Text Example
White with #686940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686940; }
p { color: rgb(104,105,64); }
H1.HeaderClassName
{
color: #686940;
}
.AnyTagClassName
{
color: #686940;
}
</style>
background-color css
<style>
a { background-color: #686940; }
a { background-color: rgb(104,105,64); }
div.DivClassName
{
background-color: #686940;
}
.BgClassName
{
background-color: #686940;
}
</style>
border-color css
<style>
span { border-color: #686940; }
span { border-color: rgb(104,105,64); }
td.TdClassName
{
border-color: #686940;
}
.TagClassName
{
border-color: #686940;
}
</style>