#686940

Color #686940 Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #686940

Tints of Hemlock #686940

Color information

#686940 (or 0x686940) is unknown color: approx 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

RGB10410564-
CMYK0.0100.390.59
HSL61.46º24.26%33.14%-
HSV(B)61.46º39.05%41.18%-
XYZ11.6913.426.82-
YUV100.03107.67130.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=38.10%
G=38.46%
B=23.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105640.0100.390.5961.4624.2633.14
Hex68694010273B3d1821
Octal150151100104773753041
Binary1101000110100110000001010011111101111110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>