COLOR #70AC6E

HEX: #70AC6E
RGB: (112,172,110)

Color info

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

RGB color model

#70AC6E color RGB value is (112,172,110).

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

RGB channels and saturation

R 112 of 255 = 44%
G 172 of 255 = 67%
B 110 of 255 = 43%

112
172
110

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

Portions of RGB colors in percentages

R + G + B =
112 + 172 + 110 = 394 (100%)
R 112 of 394 ~ 28.43%
G 172 of 394 ~ 43.65%
B 110 of 394 ~ 27.92%

%28.43
%43.65
%27.92

CMYK color model

#70AC6E color CMYK value is (35,0,36,33).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 36.05%
  • key color value is 32.55%
CMYK:
(35,0,36,33)
C35M0Y36K33 
(35%,0%,36%,33%)
(0.35/0.00/0.36/0.33)	

CMYK percentages

%34.88
%0
%36.05
%32.55

Codes

Color #70AC6E in popluar color models

70AC6E
RGB112172110
HSL118°27.19%55.29%
HSB/HSV118°36.05%67.45%
CMYK34.88%0.00%36.05%
32.55%

Color #70AC6E in popluar number systems.

HEX70AC6E
Decimal112172110
Binary1110000101011001101110
Octal160254156

Shades and tints

Shades of #70AC6E

#70AC6E
(112,172,110)
#669D64
(102,157,100)
#5C8E5A
(92,142,90)
#527F50
(82,127,80)
#487046
(72,112,70)
#3E613C
(62,97,60)
#345232
(52,82,50)
#2A4328
(42,67,40)
#20341E
(32,52,30)
#162514
(22,37,20)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #70AC6E

#70AC6E
(112,172,110)
#7DB37B
(125,179,123)
#8ABA88
(138,186,136)
#97C195
(151,193,149)
#A4C8A2
(164,200,162)
#B1CFAF
(177,207,175)
#BED6BC
(190,214,188)
#CBDDC9
(203,221,201)
#D8E4D6
(216,228,214)
#E5EBE3
(229,235,227)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AC6E; }

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

This text font color is #70AC6E.


Background Color

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

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

This div background color is #70AC6E.


Border color

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

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

This div border color is #70AC6E.


Opacity

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

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

Text with #70AC6E 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 #70AC6E;}

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

This text has shadow with #70AC6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AC6E on black background.


Color preview on white background

This text has color #70AC6E on white background.



Black color preview on #70AC6E background

This text has black color on #70AC6E background.


White color preview on #70AC6E background

This text has white color on #70AC6E background.