Color Hex Logo

#689675 Color Hex

#689675
(104,150,117)
0 Favorites   0 Comments

Color spaces of #689675

RGB 104150117
HSL0.380.180.50
HSV137°31°59°
CMYK 0.310.000.22   0.41
XYZ19.826226.040120.8109
Yxy26.04010.29730.3905
Hunter Lab51.0295-19.950011.5409
CIE-Lab58.0751-22.758012.5101

#689675 color RGB value is (104,150,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010110 01110101
Octal 150 226 165
Decimal 104 150 117
Hex 68 96 75

RGB Percentages of Color #689675

%28.03
%40.43
%31.54

CMYK Percentages of Color #689675

%31
%0
%22
%41

Triadic Colors of #689675

#689675 #756896 #967568

Analogous Colors of #689675

#689675 #68968c #729668

Monochromatic Colors of #689675

#689675

Complementary Color

#689675 #966889

#689675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689675 Color CSS Codes

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

#689675 Text Font Color

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

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


#689675 Background Color

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

This div background color is #689675


#689675 Border Color

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

This div border color is #689675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689675


Comments

No comments written yet.

Please login to write comment.