Shades of Hemlock #686942
Tints of Hemlock #686942
RGB
CMYK
RGB Variations
Color information
#686942 (or 0x686942) is known color: Hemlock. HEX triplet: 68, 69 and 42. RGB value is (104,105,66). Sum of RGB (Red+Green+Blue) = 104+105+66=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #686942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686942 is #9796BD. Grayscale: #646464. Windows color (decimal): -9934526 or 4352360. OLE color: 4352360.
HSL color Cylindrical-coordinate representation of color #686942: hue angle of 61.54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686942 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 66 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.59 |
| HSL | 61.54º | 0.23% | 0.34% | - |
| HSV(B) | 61.54º | 0.37% | 0.41% | - |
| XYZ | 11.74 | 13.44 | 7.13 | - |
| YUV | 100.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 66 | 0.01 | 0 | 0.37 | 0.59 | 61.54 | 0.23 | 0.34 |
| Hex | 68 | 69 | 42 | 1 | 0 | 25 | 3B | 3E | 17 | 22 |
| Octal | 150 | 151 | 102 | 1 | 0 | 45 | 73 | 76 | 27 | 42 |
| Binary | 1101000 | 1101001 | 1000010 | 1 | 0 | 100101 | 111011 | 111110 | 10111 | 100010 |
Color Harmonies of #686942
Complementary color
Monochromatic Colors of #686942
Black with #686942
Text Example
Text Example
White with #686942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686942; }
p { color: rgb(104,105,66); }
H1.HeaderClassName
{
color: #686942;
}
.AnyTagClassName
{
color: #686942;
}
</style>
background-color css
<style>
a { background-color: #686942; }
a { background-color: rgb(104,105,66); }
div.DivClassName
{
background-color: #686942;
}
.BgClassName
{
background-color: #686942;
}
</style>
border-color css
<style>
span { border-color: #686942; }
span { border-color: rgb(104,105,66); }
td.TdClassName
{
border-color: #686942;
}
.TagClassName
{
border-color: #686942;
}
</style>