Color Hex Logo

#707f1e Color Hex

#707F1E
(112,127,30)
0 Favorites   0 Comments

Color spaces of #707f1e

RGB 11212730
HSL0.190.620.31
HSV69°76°50°
CMYK 0.120.000.76   0.50
XYZ14.505818.71724.0765
Yxy18.71720.38890.5018
Hunter Lab43.2634-15.861624.6978
CIE-Lab50.3547-18.810847.4975

#707f1e color RGB value is (112,127,30).

#707f1e hex color red value is 112, green value is 127 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #707f1e hue: 0.19 , saturation: 0.62 and the lightness value of 707f1e is 0.31.

The process color (four color CMYK) of #707f1e color hex is 0.12, 0.00, 0.76, 0.50. Web safe color of #707f1e is #666633. Color #707f1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111111 00011110
Octal 160 177 36
Decimal 112 127 30
Hex 70 7F 1E

RGB Percentages of Color #707f1e

%41.64
%47.21
%11.15

CMYK Percentages of Color #707f1e

%12
%0
%76
%50

Triadic Colors of #707f1e

#707f1e #1e707f #7f1e70

Analogous Colors of #707f1e

#707f1e #3f7f1e #7f5e1e

Monochromatic Colors of #707f1e

#707f1e

Complementary Color

#707f1e #2d1e7f

#707f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#707f1e Color CSS Codes

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

#707f1e Text Font Color

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

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


#707f1e Background Color

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

This div background color is #707f1e


#707f1e Border Color

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

This div border color is #707f1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,127,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707f1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707f1e;
  -webkit-box-shadow: 1px 1px 3px 2px #707f1e;
  box-shadow:         1px 1px 3px 2px #707f1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,127,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707f1e


Comments

No comments written yet.

Please login to write comment.