Color Hex Logo

#689a2f Color Hex

#689A2F
(104,154,47)
0 Favorites   0 Comments

Color spaces of #689a2f

RGB 10415447
HSL0.240.530.39
HSV88°69°60°
CMYK 0.320.000.69   0.40
XYZ17.777626.25956.8209
Yxy26.25950.34960.5163
Hunter Lab51.2440-27.751727.9789
CIE-Lab58.2826-34.239048.6423

#689a2f color RGB value is (104,154,47).

#689a2f hex color red value is 104, green value is 154 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #689a2f hue: 0.24 , saturation: 0.53 and the lightness value of 689a2f is 0.39.

The process color (four color CMYK) of #689a2f color hex is 0.32, 0.00, 0.69, 0.40. Web safe color of #689a2f is #669933. Color #689a2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011010 00101111
Octal 150 232 57
Decimal 104 154 47
Hex 68 9A 2F

RGB Percentages of Color #689a2f

%34.10
%50.49
%15.41

CMYK Percentages of Color #689a2f

%32
%0
%69
%40

Triadic Colors of #689a2f

#689a2f #2f689a #9a2f68

Analogous Colors of #689a2f

#689a2f #339a2f #9a972f

Monochromatic Colors of #689a2f

#689a2f

Complementary Color

#689a2f #612f9a

#689a2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689a2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#689a2f Color CSS Codes

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

#689a2f Text Font Color

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

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


#689a2f Background Color

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

This div background color is #689a2f


#689a2f Border Color

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

This div border color is #689a2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,154,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #689a2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #689a2f;
  -webkit-box-shadow: 1px 1px 3px 2px #689a2f;
  box-shadow:         1px 1px 3px 2px #689a2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689a2f


Comments

No comments written yet.

Please login to write comment.