Color Hex Logo

#708600 Color Hex

#708600
(112,134,0)
0 Favorites   0 Comments

Color spaces of #708600

RGB 1121340
HSL0.191.000.26
HSV70°100°53°
CMYK 0.160.001.00   0.47
XYZ15.207220.49493.1544
Yxy20.49490.39140.5275
Hunter Lab45.2713-19.264427.5587
CIE-Lab52.3922-23.354156.4921

#708600 color RGB value is (112,134,0).

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

The process color (four color CMYK) of #708600 color hex is 0.16, 0.00, 1.00, 0.47. Web safe color of #708600 is #669900. Color #708600 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 00000000
Octal 160 206 0
Decimal 112 134 0
Hex 70 86 0

RGB Percentages of Color #708600

%45.53
%54.47
%0.00

CMYK Percentages of Color #708600

%16
%0
%100
%47

Triadic Colors of #708600

#708600 #007086 #860070

Analogous Colors of #708600

#708600 #2d8600 #865900

Monochromatic Colors of #708600

#708600

Complementary Color

#708600 #160086

#708600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708600 Color CSS Codes

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

#708600 Text Font Color

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

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


#708600 Background Color

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

This div background color is #708600


#708600 Border Color

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

This div border color is #708600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708600


Comments

No comments written yet.

Please login to write comment.