Color Hex Logo

#70a860 Color Hex

#70A860
(112,168,96)
0 Favorites   0 Comments

Color spaces of #70a860

RGB 11216896
HSL0.300.290.52
HSV107°43°66°
CMYK 0.330.000.43   0.34
XYZ22.796032.294516.0983
Yxy32.29450.32020.4536
Hunter Lab56.8283-27.846222.9841
CIE-Lab63.5855-32.387331.4609

#70a860 color RGB value is (112,168,96).

#70a860 hex color red value is 112, green value is 168 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #70a860 hue: 0.30 , saturation: 0.29 and the lightness value of 70a860 is 0.52.

The process color (four color CMYK) of #70a860 color hex is 0.33, 0.00, 0.43, 0.34. Web safe color of #70a860 is #669966. Color #70a860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101000 01100000
Octal 160 250 140
Decimal 112 168 96
Hex 70 A8 60

RGB Percentages of Color #70a860

%29.79
%44.68
%25.53

CMYK Percentages of Color #70a860

%33
%0
%43
%34

Triadic Colors of #70a860

#70a860 #6070a8 #a86070

Analogous Colors of #70a860

#70a860 #60a874 #94a860

Monochromatic Colors of #70a860

#70a860

Complementary Color

#70a860 #9860a8

#70a860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70a860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70a860 Color CSS Codes

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

#70a860 Text Font Color

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

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


#70a860 Background Color

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

This div background color is #70a860


#70a860 Border Color

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

This div border color is #70a860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,168,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70a860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70a860;
  -webkit-box-shadow: 1px 1px 3px 2px #70a860;
  box-shadow:         1px 1px 3px 2px #70a860; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70a860


Comments

No comments written yet.

Please login to write comment.