Color Hex Logo

#688761 Color Hex

#688761
(104,135,97)
0 Favorites   0 Comments

Color spaces of #688761

RGB 10413597
HSL0.300.160.45
HSV109°28°53°
CMYK 0.230.000.28   0.47
XYZ16.530621.134114.5173
Yxy21.13410.31680.4050
Hunter Lab45.9718-16.265513.4573
CIE-Lab53.0959-18.731516.9574

#688761 color RGB value is (104,135,97).

#688761 hex color red value is 104, green value is 135 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #688761 hue: 0.30 , saturation: 0.16 and the lightness value of 688761 is 0.45.

The process color (four color CMYK) of #688761 color hex is 0.23, 0.00, 0.28, 0.47. Web safe color of #688761 is #669966. Color #688761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 01100001
Octal 150 207 141
Decimal 104 135 97
Hex 68 87 61

RGB Percentages of Color #688761

%30.95
%40.18
%28.87

CMYK Percentages of Color #688761

%23
%0
%28
%47

Triadic Colors of #688761

#688761 #616887 #876168

Analogous Colors of #688761

#688761 #61876d #7b8761

Monochromatic Colors of #688761

#688761

Complementary Color

#688761 #806187

#688761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688761 Color CSS Codes

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

#688761 Text Font Color

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

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


#688761 Background Color

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

This div background color is #688761


#688761 Border Color

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

This div border color is #688761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,135,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688761;
  -webkit-box-shadow: 1px 1px 3px 2px #688761;
  box-shadow:         1px 1px 3px 2px #688761; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688761


Comments

No comments written yet.

Please login to write comment.