COLOR #70AC7D

HEX: #70AC7D
RGB: (112,172,125)

Color info

#70AC7D contains mainly green and blue colors. Web safe color of #70AC7D is #669966 (or #696).

RGB color model

#70AC7D color RGB value is (112,172,125).

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

RGB channels and saturation

R 112 of 255 = 44%
G 172 of 255 = 67%
B 125 of 255 = 49%

112
172
125

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

Portions of RGB colors in percentages

R + G + B =
112 + 172 + 125 = 409 (100%)
R 112 of 409 ~ 27.38%
G 172 of 409 ~ 42.05%
B 125 of 409 ~ 30.56%

%27.38
%42.05
%30.56

CMYK color model

#70AC7D color CMYK value is (35,0,27,33).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK:
(35,0,27,33)
C35M0Y27K33 
(35%,0%,27%,33%)
(0.35/0.00/0.27/0.33)	

CMYK percentages

%34.88
%0
%27.33
%32.55

Codes

Color #70AC7D in popluar color models

70AC7D
RGB112172125
HSL133°26.55%55.69%
HSB/HSV133°34.88%67.45%
CMYK34.88%0.00%27.33%
32.55%

Color #70AC7D in popluar number systems.

HEX70AC7D
Decimal112172125
Binary1110000101011001111101
Octal160254175

Shades and tints

Shades of #70AC7D

#70AC7D
(112,172,125)
#669D72
(102,157,114)
#5C8E67
(92,142,103)
#527F5C
(82,127,92)
#487051
(72,112,81)
#3E6146
(62,97,70)
#34523B
(52,82,59)
#2A4330
(42,67,48)
#203425
(32,52,37)
#16251A
(22,37,26)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #70AC7D

#70AC7D
(112,172,125)
#7DB388
(125,179,136)
#8ABA93
(138,186,147)
#97C19E
(151,193,158)
#A4C8A9
(164,200,169)
#B1CFB4
(177,207,180)
#BED6BF
(190,214,191)
#CBDDCA
(203,221,202)
#D8E4D5
(216,228,213)
#E5EBE0
(229,235,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AC7D; }

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

This text font color is #70AC7D.


Background Color

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

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

This div background color is #70AC7D.


Border color

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

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

This div border color is #70AC7D.


Opacity

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

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

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

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

This text has shadow with #70AC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AC7D on black background.


Color preview on white background

This text has color #70AC7D on white background.



Black color preview on #70AC7D background

This text has black color on #70AC7D background.


White color preview on #70AC7D background

This text has white color on #70AC7D background.