Color Hex Logo

#689169 Color Hex

#689169
(104,145,105)
0 Favorites   0 Comments

Color spaces of #689169

RGB 104145105
HSL0.340.160.49
HSV121°28°57°
CMYK 0.280.000.28   0.43
XYZ18.384124.213817.0694
Yxy24.21380.30810.4058
Hunter Lab49.2075-19.424913.8784
CIE-Lab56.3012-22.483316.8166

#689169 color RGB value is (104,145,105).

#689169 hex color red value is 104, green value is 145 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #689169 hue: 0.34 , saturation: 0.16 and the lightness value of 689169 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010001 01101001
Octal 150 221 151
Decimal 104 145 105
Hex 68 91 69

RGB Percentages of Color #689169

%29.38
%40.96
%29.66

CMYK Percentages of Color #689169

%28
%0
%28
%43

Triadic Colors of #689169

#689169 #696891 #916968

Analogous Colors of #689169

#689169 #68917e #7c9168

Monochromatic Colors of #689169

#689169

Complementary Color

#689169 #916890

#689169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689169 Color CSS Codes

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

#689169 Text Font Color

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

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


#689169 Background Color

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

This div background color is #689169


#689169 Border Color

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

This div border color is #689169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689169


Comments

No comments written yet.

Please login to write comment.