Color Hex Logo

#688e5a Color Hex

#688E5A
(104,142,90)
0 Favorites   0 Comments

Color spaces of #688e5a

RGB 10414290
HSL0.290.220.45
HSV104°37°56°
CMYK 0.270.000.37   0.44
XYZ17.227423.027213.2096
Yxy23.02720.32220.4307
Hunter Lab47.9867-19.894517.2695
CIE-Lab55.1003-23.503523.5781

#688e5a color RGB value is (104,142,90).

#688e5a hex color red value is 104, green value is 142 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #688e5a hue: 0.29 , saturation: 0.22 and the lightness value of 688e5a is 0.45.

The process color (four color CMYK) of #688e5a color hex is 0.27, 0.00, 0.37, 0.44. Web safe color of #688e5a is #669966. Color #688e5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001110 01011010
Octal 150 216 132
Decimal 104 142 90
Hex 68 8E 5A

RGB Percentages of Color #688e5a

%30.95
%42.26
%26.79

CMYK Percentages of Color #688e5a

%27
%0
%37
%44

Triadic Colors of #688e5a

#688e5a #5a688e #8e5a68

Analogous Colors of #688e5a

#688e5a #5a8e66 #828e5a

Monochromatic Colors of #688e5a

#688e5a

Complementary Color

#688e5a #805a8e

#688e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#688e5a Color CSS Codes

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

#688e5a Text Font Color

<p style="color:#688e5a">Text here</p>

This sample text font color is #688e5a
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.


#688e5a Background Color

<div style="background-color:#688e5a">
Div content here</div>

This div background color is #688e5a


#688e5a Border Color

<div style="border:3px solid #688e5a">
Div here</div>

This div border color is #688e5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,142,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688e5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688e5a;
  -webkit-box-shadow: 1px 1px 3px 2px #688e5a;
  box-shadow:         1px 1px 3px 2px #688e5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688e5a


Comments

No comments written yet.

Please login to write comment.