COLOR #70AD73

HEX: #70AD73
RGB: (112,173,115)

Color info

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

RGB color model

#70AD73 color RGB value is (112,173,115).

  • red value is 112;
  • green value is 173;
  • blue value is 115.
RGB:
(112,173,115)
(44%,68%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 173 of 255 = 68%
B 115 of 255 = 45%

112
173
115

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

Portions of RGB colors in percentages

R + G + B =
112 + 173 + 115 = 400 (100%)
R 112 of 400 ~ 28%
G 173 of 400 ~ 43.25%
B 115 of 400 ~ 28.75%

%28
%43.25
%28.75

CMYK color model

#70AD73 color CMYK value is (35,0,34,32).

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 32.16%
CMYK:
(35,0,34,32)
C35M0Y34K32 
(35%,0%,34%,32%)
(0.35/0.00/0.34/0.32)	

CMYK percentages

%35.26
%0
%33.53
%32.16

Codes

Color #70AD73 in popluar color models

70AD73
RGB112173115
HSL123°27.11%55.88%
HSB/HSV123°35.26%67.84%
CMYK35.26%0.00%33.53%
32.16%

Color #70AD73 in popluar number systems.

HEX70AD73
Decimal112173115
Binary1110000101011011110011
Octal160255163

Shades and tints

Shades of #70AD73

#70AD73
(112,173,115)
#669E69
(102,158,105)
#5C8F5F
(92,143,95)
#528055
(82,128,85)
#48714B
(72,113,75)
#3E6241
(62,98,65)
#345337
(52,83,55)
#2A442D
(42,68,45)
#203523
(32,53,35)
#162619
(22,38,25)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #70AD73

#70AD73
(112,173,115)
#7DB47F
(125,180,127)
#8ABB8B
(138,187,139)
#97C297
(151,194,151)
#A4C9A3
(164,201,163)
#B1D0AF
(177,208,175)
#BED7BB
(190,215,187)
#CBDEC7
(203,222,199)
#D8E5D3
(216,229,211)
#E5ECDF
(229,236,223)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AD73 color. Also use rgb(112,173,115) instead hex code.

Text Font Color

.myTextColor { color: #70AD73; }

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

This text font color is #70AD73.


Background Color

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

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

This div background color is #70AD73.


Border color

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

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

This div border color is #70AD73.


Opacity

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

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

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

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

This text has shadow with #70AD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AD73 on black background.


Color preview on white background

This text has color #70AD73 on white background.



Black color preview on #70AD73 background

This text has black color on #70AD73 background.


White color preview on #70AD73 background

This text has white color on #70AD73 background.