Color Hex Logo

#708006 Color Hex

#708006
(112,128,6)
0 Favorites   0 Comments

Color spaces of #708006

RGB 1121286
HSL0.190.910.26
HSV68°95°50°
CMYK 0.130.000.95   0.50
XYZ14.434118.89623.0589
Yxy18.89620.39670.5193
Hunter Lab43.4698-16.801326.2567
CIE-Lab50.5655-20.160653.9689

#708006 color RGB value is (112,128,6).

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

The process color (four color CMYK) of #708006 color hex is 0.13, 0.00, 0.95, 0.50. Web safe color of #708006 is #669900. Color #708006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000000 00000110
Octal 160 200 6
Decimal 112 128 6
Hex 70 80 6

RGB Percentages of Color #708006

%45.53
%52.03
%2.44

CMYK Percentages of Color #708006

%13
%0
%95
%50

Triadic Colors of #708006

#708006 #067080 #800670

Analogous Colors of #708006

#708006 #338006 #805306

Monochromatic Colors of #708006

#708006

Complementary Color

#708006 #160680

#708006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708006 Color CSS Codes

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

#708006 Text Font Color

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

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


#708006 Background Color

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

This div background color is #708006


#708006 Border Color

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

This div border color is #708006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708006


Comments

No comments written yet.

Please login to write comment.