COLOR #70AD71

HEX: #70AD71
RGB: (112,173,113)

Color info

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

RGB color model

#70AD71 color RGB value is (112,173,113).

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

RGB channels and saturation

R 112 of 255 = 44%
G 173 of 255 = 68%
B 113 of 255 = 44%

112
173
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 173 + 113 = 398 (100%)
R 112 of 398 ~ 28.14%
G 173 of 398 ~ 43.47%
B 113 of 398 ~ 28.39%

%28.14
%43.47
%28.39

CMYK color model

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

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 32.16%
CMYK:
(35,0,35,32)
C35M0Y35K32 
(35%,0%,35%,32%)
(0.35/0.00/0.35/0.32)	

CMYK percentages

%35.26
%0
%34.68
%32.16

Codes

Color #70AD71 in popluar color models

70AD71
RGB112173113
HSL121°27.11%55.88%
HSB/HSV121°35.26%67.84%
CMYK35.26%0.00%34.68%
32.16%

Color #70AD71 in popluar number systems.

HEX70AD71
Decimal112173113
Binary1110000101011011110001
Octal160255161

Shades and tints

Shades of #70AD71

#70AD71
(112,173,113)
#669E67
(102,158,103)
#5C8F5D
(92,143,93)
#528053
(82,128,83)
#487149
(72,113,73)
#3E623F
(62,98,63)
#345335
(52,83,53)
#2A442B
(42,68,43)
#203521
(32,53,33)
#162617
(22,38,23)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #70AD71

#70AD71
(112,173,113)
#7DB47D
(125,180,125)
#8ABB89
(138,187,137)
#97C295
(151,194,149)
#A4C9A1
(164,201,161)
#B1D0AD
(177,208,173)
#BED7B9
(190,215,185)
#CBDEC5
(203,222,197)
#D8E5D1
(216,229,209)
#E5ECDD
(229,236,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AD71; }

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

This text font color is #70AD71.


Background Color

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

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

This div background color is #70AD71.


Border color

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

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

This div border color is #70AD71.


Opacity

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

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

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

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

This text has shadow with #70AD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AD71 on black background.


Color preview on white background

This text has color #70AD71 on white background.



Black color preview on #70AD71 background

This text has black color on #70AD71 background.


White color preview on #70AD71 background

This text has white color on #70AD71 background.