Color Hex Logo

#707200 Color Hex

#707200
(112,114,0)
0 Favorites   0 Comments

Color spaces of #707200

RGB 1121140
HSL0.171.000.22
HSV61°100°45°
CMYK 0.020.001.00   0.55
XYZ12.699415.47942.3185
Yxy15.47940.41640.5076
Hunter Lab39.3439-11.235624.0468
CIE-Lab46.2839-12.851151.9517

#707200 color RGB value is (112,114,0).

#707200 hex color red value is 112, green value is 114 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #707200 hue: 0.17 , saturation: 1.00 and the lightness value of 707200 is 0.22.

The process color (four color CMYK) of #707200 color hex is 0.02, 0.00, 1.00, 0.55. Web safe color of #707200 is #666600. Color #707200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110010 00000000
Octal 160 162 0
Decimal 112 114 0
Hex 70 72 0

RGB Percentages of Color #707200

%49.56
%50.44
%0.00

CMYK Percentages of Color #707200

%2
%0
%100
%55

Triadic Colors of #707200

#707200 #007072 #720070

Analogous Colors of #707200

#707200 #377200 #723b00

Monochromatic Colors of #707200

#707200

Complementary Color

#707200 #020072

#707200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707200 Color CSS Codes

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

#707200 Text Font Color

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

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


#707200 Background Color

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

This div background color is #707200


#707200 Border Color

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

This div border color is #707200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707200

#707200 Color Palettes


Comments

No comments written yet.

Please login to write comment.