Color Hex Logo

#708765 Color Hex

#708765
(112,135,101)
0 Favorites   0 Comments

Color spaces of #708765

RGB 112135101
HSL0.280.140.46
HSV101°25°53°
CMYK 0.170.000.25   0.47
XYZ17.695021.712315.5702
Yxy21.71230.32190.3949
Hunter Lab46.5965-13.758412.8058
CIE-Lab53.7204-15.018215.6213

#708765 color RGB value is (112,135,101).

#708765 hex color red value is 112, green value is 135 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #708765 hue: 0.28 , saturation: 0.14 and the lightness value of 708765 is 0.46.

The process color (four color CMYK) of #708765 color hex is 0.17, 0.00, 0.25, 0.47. Web safe color of #708765 is #669966. Color #708765 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 01100101
Octal 160 207 145
Decimal 112 135 101
Hex 70 87 65

RGB Percentages of Color #708765

%32.18
%38.79
%29.02

CMYK Percentages of Color #708765

%17
%0
%25
%47

Triadic Colors of #708765

#708765 #657087 #876570

Analogous Colors of #708765

#708765 #65876b #818765

Monochromatic Colors of #708765

#708765

Complementary Color

#708765 #7c6587

#708765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708765 Color CSS Codes

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

#708765 Text Font Color

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

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


#708765 Background Color

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

This div background color is #708765


#708765 Border Color

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

This div border color is #708765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708765


Comments

No comments written yet.

Please login to write comment.