COLOR #70AC60

HEX: #70AC60
RGB: (112,172,96)

Color info

#70AC60 contains mainly green color. Web safe color of #70AC60 is #669966 (or #696).

RGB color model

#70AC60 color RGB value is (112,172,96).

  • red value is 112;
  • green value is 172;
  • blue value is 96.
RGB:
(112,172,96)
(44%,67%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 172 of 255 = 67%
B 96 of 255 = 38%

112
172
96

R + G + B ~ 50%. #70AC60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 172 + 96 = 380 (100%)
R 112 of 380 ~ 29.47%
G 172 of 380 ~ 45.26%
B 96 of 380 ~ 25.26%

%29.47
%45.26
%25.26

CMYK color model

#70AC60 color CMYK value is (35,0,44,33).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 32.55%
CMYK:
(35,0,44,33)
C35M0Y44K33 
(35%,0%,44%,33%)
(0.35/0.00/0.44/0.33)	

CMYK percentages

%34.88
%0
%44.19
%32.55

Codes

Color #70AC60 in popluar color models

70AC60
RGB11217296
HSL107°31.40%52.55%
HSB/HSV107°44.19%67.45%
CMYK34.88%0.00%44.19%
32.55%

Color #70AC60 in popluar number systems.

HEX70AC60
Decimal11217296
Binary1110000101011001100000
Octal160254140

Shades and tints

Shades of #70AC60

#70AC60
(112,172,96)
#669D58
(102,157,88)
#5C8E50
(92,142,80)
#527F48
(82,127,72)
#487040
(72,112,64)
#3E6138
(62,97,56)
#345230
(52,82,48)
#2A4328
(42,67,40)
#203420
(32,52,32)
#162518
(22,37,24)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #70AC60

#70AC60
(112,172,96)
#7DB36E
(125,179,110)
#8ABA7C
(138,186,124)
#97C18A
(151,193,138)
#A4C898
(164,200,152)
#B1CFA6
(177,207,166)
#BED6B4
(190,214,180)
#CBDDC2
(203,221,194)
#D8E4D0
(216,228,208)
#E5EBDE
(229,235,222)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AC60 color. Also use rgb(112,172,96) instead hex code.

Text Font Color

.myTextColor { color: #70AC60; }

<p style="color:#70AC60">This sample text font color is #70AC60.</p>

This text font color is #70AC60.


Background Color

.myBgColor { background-color: #70AC60; }

<div style="background-color:#70AC60">Inner text</div>

This div background color is #70AC60.


Border color

.myBorderColor { border: 1px solid #70AC60; }

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

This div border color is #70AC60.


Opacity

.myOpacity80 { color: #70AC60; opacity: 0.8; }

<p style="color:#70AC60;opacity:0.8;">80%</p>

Text with #70AC60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #70AC60;}

<p style="text-shadow: 3px 3px 1px #70AC60">Text here.</p>

This text has shadow with #70AC60 color.

.textShadow {text-shadow: 3px 3px 1px #70AC60, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #70AC60, 5px 5px 20px red">Text here.</p>

This text has shadow with #70AC60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70AC60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#70AC60, Direction=45, Strength=4)">Text</p>

This text has shadow with #70AC60 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #70AC60;
  -webkit-box-shadow:	1px 1px 3px 2px #70AC60;
  box-shadow:		1px 1px 3px 2px #70AC60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70AC60;
-webkit-box-shadow: 1px 1px 3px 2px #70AC60;
box-shadow:1px 1px 3px 2px #70AC60;">
Div content here</div>
This div box has shadow with color #70AC60.

Preview

Color preview on black background

This text has color #70AC60 on black background.


Color preview on white background

This text has color #70AC60 on white background.



Black color preview on #70AC60 background

This text has black color on #70AC60 background.


White color preview on #70AC60 background

This text has white color on #70AC60 background.