COLOR #70A871

HEX: #70A871
RGB: (112,168,113)

Color info

#70A871 contains red, green and blue colors in about the same proportion. Web safe color of #70A871 is #669966 (or #696).

RGB color model

#70A871 color RGB value is (112,168,113).

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

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 113 of 255 = 44%

112
168
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 168 + 113 = 393 (100%)
R 112 of 393 ~ 28.5%
G 168 of 393 ~ 42.75%
B 113 of 393 ~ 28.75%

%28.5
%42.75
%28.75

CMYK color model

#70A871 color CMYK value is (33,0,33,34).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 34.12%
CMYK:
(33,0,33,34)
C33M0Y33K34 
(33%,0%,33%,34%)
(0.33/0.00/0.33/0.34)	

CMYK percentages

%33.33
%0
%32.74
%34.12

Codes

Color #70A871 in popluar color models

70A871
RGB112168113
HSL121°24.35%54.90%
HSB/HSV121°33.33%65.88%
CMYK33.33%0.00%32.74%
34.12%

Color #70A871 in popluar number systems.

HEX70A871
Decimal112168113
Binary1110000101010001110001
Octal160250161

Shades and tints

Shades of #70A871

#70A871
(112,168,113)
#669967
(102,153,103)
#5C8A5D
(92,138,93)
#527B53
(82,123,83)
#486C49
(72,108,73)
#3E5D3F
(62,93,63)
#344E35
(52,78,53)
#2A3F2B
(42,63,43)
#203021
(32,48,33)
#162117
(22,33,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #70A871

#70A871
(112,168,113)
#7DAF7D
(125,175,125)
#8AB689
(138,182,137)
#97BD95
(151,189,149)
#A4C4A1
(164,196,161)
#B1CBAD
(177,203,173)
#BED2B9
(190,210,185)
#CBD9C5
(203,217,197)
#D8E0D1
(216,224,209)
#E5E7DD
(229,231,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A871; }

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

This text font color is #70A871.


Background Color

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

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

This div background color is #70A871.


Border color

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

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

This div border color is #70A871.


Opacity

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

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

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

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

This text has shadow with #70A871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A871 on black background.


Color preview on white background

This text has color #70A871 on white background.



Black color preview on #70A871 background

This text has black color on #70A871 background.


White color preview on #70A871 background

This text has white color on #70A871 background.