COLOR #70AE72

HEX: #70AE72
RGB: (112,174,114)

Color info

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

RGB color model

#70AE72 color RGB value is (112,174,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 114 of 255 = 45%

112
174
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 174 + 114 = 400 (100%)
R 112 of 400 ~ 28%
G 174 of 400 ~ 43.5%
B 114 of 400 ~ 28.5%

%28
%43.5
%28.5

CMYK color model

#70AE72 color CMYK value is (36,0,34,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK:
(36,0,34,32)
C36M0Y34K32 
(36%,0%,34%,32%)
(0.36/0.00/0.34/0.32)	

CMYK percentages

%35.63
%0
%34.48
%31.76

Codes

Color #70AE72 in popluar color models

70AE72
RGB112174114
HSL122°27.68%56.08%
HSB/HSV122°35.63%68.24%
CMYK35.63%0.00%34.48%
31.76%

Color #70AE72 in popluar number systems.

HEX70AE72
Decimal112174114
Binary1110000101011101110010
Octal160256162

Shades and tints

Shades of #70AE72

#70AE72
(112,174,114)
#669F68
(102,159,104)
#5C905E
(92,144,94)
#528154
(82,129,84)
#48724A
(72,114,74)
#3E6340
(62,99,64)
#345436
(52,84,54)
#2A452C
(42,69,44)
#203622
(32,54,34)
#162718
(22,39,24)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #70AE72

#70AE72
(112,174,114)
#7DB57E
(125,181,126)
#8ABC8A
(138,188,138)
#97C396
(151,195,150)
#A4CAA2
(164,202,162)
#B1D1AE
(177,209,174)
#BED8BA
(190,216,186)
#CBDFC6
(203,223,198)
#D8E6D2
(216,230,210)
#E5EDDE
(229,237,222)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AE72 color. Also use rgb(112,174,114) instead hex code.

Text Font Color

.myTextColor { color: #70AE72; }

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

This text font color is #70AE72.


Background Color

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

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

This div background color is #70AE72.


Border color

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

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

This div border color is #70AE72.


Opacity

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

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

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

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

This text has shadow with #70AE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AE72 on black background.


Color preview on white background

This text has color #70AE72 on white background.



Black color preview on #70AE72 background

This text has black color on #70AE72 background.


White color preview on #70AE72 background

This text has white color on #70AE72 background.