Color Hex Logo

#689640 Color Hex

#689640
(104,150,64)
0 Favorites   0 Comments

Color spaces of #689640

RGB 10415064
HSL0.260.400.42
HSV92°57°59°
CMYK 0.310.000.57   0.41
XYZ17.540725.12598.7758
Yxy25.12590.34100.4884
Hunter Lab50.1257-25.256824.7078
CIE-Lab57.1979-30.839639.8115

#689640 color RGB value is (104,150,64).

#689640 hex color red value is 104, green value is 150 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #689640 hue: 0.26 , saturation: 0.40 and the lightness value of 689640 is 0.42.

The process color (four color CMYK) of #689640 color hex is 0.31, 0.00, 0.57, 0.41. Web safe color of #689640 is #669933. Color #689640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010110 01000000
Octal 150 226 100
Decimal 104 150 64
Hex 68 96 40

RGB Percentages of Color #689640

%32.70
%47.17
%20.13

CMYK Percentages of Color #689640

%31
%0
%57
%41

Triadic Colors of #689640

#689640 #406896 #964068

Analogous Colors of #689640

#689640 #409643 #939640

Monochromatic Colors of #689640

#689640

Complementary Color

#689640 #6e4096

#689640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689640 Color CSS Codes

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

#689640 Text Font Color

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

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


#689640 Background Color

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

This div background color is #689640


#689640 Border Color

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

This div border color is #689640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689640


Comments

No comments written yet.

Please login to write comment.