Color Hex Logo

#708969 Color Hex

#708969
(112,137,105)
0 Favorites   0 Comments

Color spaces of #708969

RGB 112137105
HSL0.300.130.47
HSV107°23°54°
CMYK 0.180.000.23   0.46
XYZ18.177622.356016.7217
Yxy22.35600.31750.3905
Hunter Lab47.2821-14.119512.1291
CIE-Lab54.4027-15.386814.2805

#708969 color RGB value is (112,137,105).

#708969 hex color red value is 112, green value is 137 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #708969 hue: 0.30 , saturation: 0.13 and the lightness value of 708969 is 0.47.

The process color (four color CMYK) of #708969 color hex is 0.18, 0.00, 0.23, 0.46. Web safe color of #708969 is #669966. Color #708969 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001001 01101001
Octal 160 211 151
Decimal 112 137 105
Hex 70 89 69

RGB Percentages of Color #708969

%31.64
%38.70
%29.66

CMYK Percentages of Color #708969

%18
%0
%23
%46

Triadic Colors of #708969

#708969 #697089 #896970

Analogous Colors of #708969

#708969 #698972 #808969

Monochromatic Colors of #708969

#708969

Complementary Color

#708969 #826989

#708969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708969 Color CSS Codes

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

#708969 Text Font Color

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

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


#708969 Background Color

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

This div background color is #708969


#708969 Border Color

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

This div border color is #708969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708969


Comments

No comments written yet.

Please login to write comment.