Color Hex Logo

#689125 Color Hex

#689125
(104,145,37)
0 Favorites   0 Comments

Color spaces of #689125

RGB 10414537
HSL0.230.590.36
HSV83°74°57°
CMYK 0.280.000.74   0.43
XYZ16.168223.32745.4008
Yxy23.32740.36010.5196
Hunter Lab48.2984-24.768327.1790
CIE-Lab55.4080-30.751849.6327

#689125 color RGB value is (104,145,37).

#689125 hex color red value is 104, green value is 145 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #689125 hue: 0.23 , saturation: 0.59 and the lightness value of 689125 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010001 00100101
Octal 150 221 45
Decimal 104 145 37
Hex 68 91 25

RGB Percentages of Color #689125

%36.36
%50.70
%12.94

CMYK Percentages of Color #689125

%28
%0
%74
%43

Triadic Colors of #689125

#689125 #256891 #912568

Analogous Colors of #689125

#689125 #329125 #918425

Monochromatic Colors of #689125

#689125

Complementary Color

#689125 #4e2591

#689125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689125 Color CSS Codes

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

#689125 Text Font Color

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

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


#689125 Background Color

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

This div background color is #689125


#689125 Border Color

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

This div border color is #689125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689125


Comments

No comments written yet.

Please login to write comment.