COLOR #70A371

HEX: #70A371 RGB: (112,163,113)

Color info

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

RGB color model

#70A371 color RGB value is (112,163,113).

RGB: (112,163,113) (44%, 64%, 44%)

RGB channels and saturation

R 112 of 255 = 44%
G 163 of 255 = 64%
B 113 of 255 = 44%

112
163
113

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

Portions of RGB colors in percentages

R + G + B = 112 + 163 + 113 = 388 (100%)
R 112 of 388 ~ 28.87%
G 163 of 388 ~ 42.01%
B 113 of 388 ~ 29.12'%

%28.87
%42.01
%29.12

CMYK color model

#70A371 color CMYK value is (31,0,31,36).

  • cyan value is 31.29%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 36.08%

CMYK: (31,0,31,36)
C31M0Y31K36 (31%, 0%, 31%, 36%)
(0.31 / 0.00 / 0.31 / 0.36)

CMYK percentages

%31.29
%0
%30.67
%36.08

Codes

Color #70A371 in popluar color models

70 A3 71
RGB 112 163 113
HSL 121° 21.70% 53.92%
HSB/HSV 121° 31.29% 63.92%
CMYK 31.29% 0.00% 30.67%
36.08%

Color #70A371 in popluar number systems.

HEX 70 A3 71
Decimal 112 163 113
Binary 1110000 10100011 1110001
Octal 160 243 161

Shades and tints

Shades of #70A371

#70A371
(112,163,113)
#669567
(102,149,103)
#5C875D
(92,135,93)
#527953
(82,121,83)
#486B49
(72,107,73)
#3E5D3F
(62,93,63)
#344F35
(52,79,53)
#2A412B
(42,65,43)
#203321
(32,51,33)
#162517
(22,37,23)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #70A371

#70A371
(112,163,113)
#7DAB7D
(125,171,125)
#8AB389
(138,179,137)
#97BB95
(151,187,149)
#A4C3A1
(164,195,161)
#B1CBAD
(177,203,173)
#BED3B9
(190,211,185)
#CBDBC5
(203,219,197)
#D8E3D1
(216,227,209)
#E5EBDD
(229,235,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A371; }

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

This text font color is #70A371.

Background Color

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

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

This div background color is #70A371.

Border color

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

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

This div border color is #70A371.

Opacity

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

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

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

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

This text has shadow with #70A371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A371.

Preview

Color preview on black background

This text has color #70A371 on black background.


Color preview on white background

This text has color #70A371 on white background.


Black color preview on #70A371 background

This text has black color on #70A371 background.


White color preview on #70A371 background

This text has white color on #70A371 background.


Related colors

Complementary color

Complementary color for #hex is #8F5C8E.


I love getcolorcode.com

Triadic colors

1 #7170A3 and #A37170 with #70A371 are triadic colors.

2 #71A370 and #A37071 with #70A371 are triadic colors.