Color Hex Logo

#689855 Color Hex

#689855
(104,152,85)
0 Favorites   0 Comments

Color spaces of #689855

RGB 10415285
HSL0.290.280.46
HSV103°44°60°
CMYK 0.320.000.44   0.40
XYZ18.576826.055412.6444
Yxy26.05540.32430.4549
Hunter Lab51.0445-24.365721.0442
CIE-Lab58.0896-29.185130.1648

#689855 color RGB value is (104,152,85).

#689855 hex color red value is 104, green value is 152 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #689855 hue: 0.29 , saturation: 0.28 and the lightness value of 689855 is 0.46.

The process color (four color CMYK) of #689855 color hex is 0.32, 0.00, 0.44, 0.40. Web safe color of #689855 is #669966. Color #689855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011000 01010101
Octal 150 230 125
Decimal 104 152 85
Hex 68 98 55

RGB Percentages of Color #689855

%30.50
%44.57
%24.93

CMYK Percentages of Color #689855

%32
%0
%44
%40

Triadic Colors of #689855

#689855 #556898 #985568

Analogous Colors of #689855

#689855 #559864 #8a9855

Monochromatic Colors of #689855

#689855

Complementary Color

#689855 #855598

#689855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689855 Color CSS Codes

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

#689855 Text Font Color

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

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


#689855 Background Color

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

This div background color is #689855


#689855 Border Color

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

This div border color is #689855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689855


Comments

No comments written yet.

Please login to write comment.