Color Hex Logo

#708940 Color Hex

#708940
(112,137,64)
0 Favorites   0 Comments

Color spaces of #708940

RGB 11213764
HSL0.220.360.39
HSV81°53°54°
CMYK 0.180.000.53   0.46
XYZ16.553221.70628.1678
Yxy21.70620.35650.4675
Hunter Lab46.5899-18.112022.2187
CIE-Lab53.7139-21.267935.8477

#708940 color RGB value is (112,137,64).

#708940 hex color red value is 112, green value is 137 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #708940 hue: 0.22 , saturation: 0.36 and the lightness value of 708940 is 0.39.

The process color (four color CMYK) of #708940 color hex is 0.18, 0.00, 0.53, 0.46. Web safe color of #708940 is #669933. Color #708940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001001 01000000
Octal 160 211 100
Decimal 112 137 64
Hex 70 89 40

RGB Percentages of Color #708940

%35.78
%43.77
%20.45

CMYK Percentages of Color #708940

%18
%0
%53
%46

Triadic Colors of #708940

#708940 #407089 #894070

Analogous Colors of #708940

#708940 #4c8940 #897e40

Monochromatic Colors of #708940

#708940

Complementary Color

#708940 #594089

#708940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708940 Color CSS Codes

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

#708940 Text Font Color

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

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


#708940 Background Color

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

This div background color is #708940


#708940 Border Color

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

This div border color is #708940


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,137,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 #708940">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708940


Comments

No comments written yet.

Please login to write comment.