Color Hex Logo

#68966e Color Hex

#68966E
(104,150,110)
0 Favorites   0 Comments

Color spaces of #68966e

RGB 104150110
HSL0.360.180.50
HSV128°31°59°
CMYK 0.310.000.27   0.41
XYZ19.429725.881518.7234
Yxy25.88150.30340.4042
Hunter Lab50.8739-20.856713.7909
CIE-Lab57.9244-24.098616.2388

#68966e color RGB value is (104,150,110).

#68966e hex color red value is 104, green value is 150 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #68966e hue: 0.36 , saturation: 0.18 and the lightness value of 68966e is 0.50.

The process color (four color CMYK) of #68966e color hex is 0.31, 0.00, 0.27, 0.41. Web safe color of #68966e is #669966. Color #68966e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010110 01101110
Octal 150 226 156
Decimal 104 150 110
Hex 68 96 6E

RGB Percentages of Color #68966e

%28.57
%41.21
%30.22

CMYK Percentages of Color #68966e

%31
%0
%27
%41

Triadic Colors of #68966e

#68966e #6e6896 #966e68

Analogous Colors of #68966e

#68966e #689685 #799668

Monochromatic Colors of #68966e

#68966e

Complementary Color

#68966e #966890

#68966e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68966e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68966e Color CSS Codes

.mybgcolor {background-color:#68966e; } 
.myforecolor {color:#68966e; }
.mybordercolor {border:3px solid #68966e; }

#68966e Text Font Color

<p style="color:#68966e">Text here</p>

This sample text font color is #68966e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#68966e Background Color

<div style="background-color:#68966e">
Div content here</div>

This div background color is #68966e


#68966e Border Color

<div style="border:3px solid #68966e">
Div here</div>

This div border color is #68966e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,150,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68966e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68966e;
  -webkit-box-shadow: 1px 1px 3px 2px #68966e;
  box-shadow:         1px 1px 3px 2px #68966e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,150,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #68966e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #68966e;
  -webkit-box-shadow: 1px 1px 3px 2px #68966e;
  box-shadow:         1px 1px 3px 2px #68966e;">
Div content here</div>

This div box has shadow with color #68966e


Comments

No comments written yet.

Please login to write comment.