COLOR #70A571

HEX: #70A571
RGB: (112,165,113)

Color info

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

RGB color model

#70A571 color RGB value is (112,165,113).

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

RGB channels and saturation

R 112 of 255 = 44%
G 165 of 255 = 65%
B 113 of 255 = 44%

112
165
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 165 + 113 = 390 (100%)
R 112 of 390 ~ 28.72%
G 165 of 390 ~ 42.31%
B 113 of 390 ~ 28.97%

%28.72
%42.31
%28.97

CMYK color model

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

  • cyan value is 32.12%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 35.29%
CMYK:
(32,0,32,35)
C32M0Y32K35 
(32%,0%,32%,35%)
(0.32/0.00/0.32/0.35)	

CMYK percentages

%32.12
%0
%31.52
%35.29

Codes

Color #70A571 in popluar color models

70A571
RGB112165113
HSL121°22.75%54.31%
HSB/HSV121°32.12%64.71%
CMYK32.12%0.00%31.52%
35.29%

Color #70A571 in popluar number systems.

HEX70A571
Decimal112165113
Binary1110000101001011110001
Octal160245161

Shades and tints

Shades of #70A571

#70A571
(112,165,113)
#669667
(102,150,103)
#5C875D
(92,135,93)
#527853
(82,120,83)
#486949
(72,105,73)
#3E5A3F
(62,90,63)
#344B35
(52,75,53)
#2A3C2B
(42,60,43)
#202D21
(32,45,33)
#161E17
(22,30,23)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #70A571

#70A571
(112,165,113)
#7DAD7D
(125,173,125)
#8AB589
(138,181,137)
#97BD95
(151,189,149)
#A4C5A1
(164,197,161)
#B1CDAD
(177,205,173)
#BED5B9
(190,213,185)
#CBDDC5
(203,221,197)
#D8E5D1
(216,229,209)
#E5EDDD
(229,237,221)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A571; }

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

This text font color is #70A571.


Background Color

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

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

This div background color is #70A571.


Border color

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

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

This div border color is #70A571.


Opacity

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

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

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

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

This text has shadow with #70A571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A571 on black background.


Color preview on white background

This text has color #70A571 on white background.



Black color preview on #70A571 background

This text has black color on #70A571 background.


White color preview on #70A571 background

This text has white color on #70A571 background.