COLOR #70AD74

HEX: #70AD74
RGB: (112,173,116)

Color info

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

RGB color model

#70AD74 color RGB value is (112,173,116).

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

RGB channels and saturation

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

112
173
116

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

Portions of RGB colors in percentages

R + G + B =
112 + 173 + 116 = 401 (100%)
R 112 of 401 ~ 27.93%
G 173 of 401 ~ 43.14%
B 116 of 401 ~ 28.93%

%27.93
%43.14
%28.93

CMYK color model

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

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 32.16%
CMYK:
(35,0,33,32)
C35M0Y33K32 
(35%,0%,33%,32%)
(0.35/0.00/0.33/0.32)	

CMYK percentages

%35.26
%0
%32.95
%32.16

Codes

Color #70AD74 in popluar color models

70AD74
RGB112173116
HSL124°27.11%55.88%
HSB/HSV124°35.26%67.84%
CMYK35.26%0.00%32.95%
32.16%

Color #70AD74 in popluar number systems.

HEX70AD74
Decimal112173116
Binary1110000101011011110100
Octal160255164

Shades and tints

Shades of #70AD74

#70AD74
(112,173,116)
#669E6A
(102,158,106)
#5C8F60
(92,143,96)
#528056
(82,128,86)
#48714C
(72,113,76)
#3E6242
(62,98,66)
#345338
(52,83,56)
#2A442E
(42,68,46)
#203524
(32,53,36)
#16261A
(22,38,26)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #70AD74

#70AD74
(112,173,116)
#7DB480
(125,180,128)
#8ABB8C
(138,187,140)
#97C298
(151,194,152)
#A4C9A4
(164,201,164)
#B1D0B0
(177,208,176)
#BED7BC
(190,215,188)
#CBDEC8
(203,222,200)
#D8E5D4
(216,229,212)
#E5ECE0
(229,236,224)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AD74; }

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

This text font color is #70AD74.


Background Color

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

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

This div background color is #70AD74.


Border color

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

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

This div border color is #70AD74.


Opacity

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

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

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

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

This text has shadow with #70AD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AD74 on black background.


Color preview on white background

This text has color #70AD74 on white background.



Black color preview on #70AD74 background

This text has black color on #70AD74 background.


White color preview on #70AD74 background

This text has white color on #70AD74 background.