Color Hex Logo

#707706 Color Hex

#707706
(112,119,6)
0 Favorites   0 Comments

Color spaces of #707706

RGB 1121196
HSL0.180.900.25
HSV64°95°47°
CMYK 0.060.000.95   0.53
XYZ13.311816.65152.6848
Yxy16.65150.40770.5100
Hunter Lab40.8062-13.180724.6635
CIE-Lab47.8179-15.418551.8187

#707706 color RGB value is (112,119,6).

#707706 hex color red value is 112, green value is 119 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #707706 hue: 0.18 , saturation: 0.90 and the lightness value of 707706 is 0.25.

The process color (four color CMYK) of #707706 color hex is 0.06, 0.00, 0.95, 0.53. Web safe color of #707706 is #666600. Color #707706 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 00000110
Octal 160 167 6
Decimal 112 119 6
Hex 70 77 6

RGB Percentages of Color #707706

%47.26
%50.21
%2.53

CMYK Percentages of Color #707706

%6
%0
%95
%53

Triadic Colors of #707706

#707706 #067077 #770670

Analogous Colors of #707706

#707706 #387706 #774506

Monochromatic Colors of #707706

#707706

Complementary Color

#707706 #0d0677

#707706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707706 Color CSS Codes

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

#707706 Text Font Color

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

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


#707706 Background Color

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

This div background color is #707706


#707706 Border Color

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

This div border color is #707706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707706


Comments

No comments written yet.

Please login to write comment.