COLOR #70A356

HEX: #70A356 RGB: (112,163,86)

Color info

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

RGB color model

#70A356 color RGB value is (112,163,86).

RGB: (112,163,86) (44%, 64%, 34%)

RGB channels and saturation

R 112 of 255 = 44%
G 163 of 255 = 64%
B 86 of 255 = 34%

112
163
86

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

Portions of RGB colors in percentages

R + G + B = 112 + 163 + 86 = 361 (100%)
R 112 of 361 ~ 31.02%
G 163 of 361 ~ 45.15%
B 86 of 361 ~ 23.82'%

%31.02
%45.15
%23.82

CMYK color model

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

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

CMYK: (31,0,47,36)
C31M0Y47K36 (31%, 0%, 47%, 36%)
(0.31 / 0.00 / 0.47 / 0.36)

CMYK percentages

%31.29
%0
%47.24
%36.08

Codes

Color #70A356 in popluar color models

70 A3 56
RGB 112 163 86
HSL 100° 30.92% 48.82%
HSB/HSV 100° 47.24% 63.92%
CMYK 31.29% 0.00% 47.24%
36.08%

Color #70A356 in popluar number systems.

HEX 70 A3 56
Decimal 112 163 86
Binary 1110000 10100011 1010110
Octal 160 243 126

Shades and tints

Shades of #70A356

#70A356
(112,163,86)
#66954F
(102,149,79)
#5C8748
(92,135,72)
#527941
(82,121,65)
#486B3A
(72,107,58)
#3E5D33
(62,93,51)
#344F2C
(52,79,44)
#2A4125
(42,65,37)
#20331E
(32,51,30)
#162517
(22,37,23)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #70A356

#70A356
(112,163,86)
#7DAB65
(125,171,101)
#8AB374
(138,179,116)
#97BB83
(151,187,131)
#A4C392
(164,195,146)
#B1CBA1
(177,203,161)
#BED3B0
(190,211,176)
#CBDBBF
(203,219,191)
#D8E3CE
(216,227,206)
#E5EBDD
(229,235,221)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A356; }

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

This text font color is #70A356.

Background Color

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

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

This div background color is #70A356.

Border color

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

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

This div border color is #70A356.

Opacity

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

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

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

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

This text has shadow with #70A356 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A356.

Preview

Color preview on black background

This text has color #70A356 on black background.


Color preview on white background

This text has color #70A356 on white background.


Black color preview on #70A356 background

This text has black color on #70A356 background.


White color preview on #70A356 background

This text has white color on #70A356 background.


Related colors

Complementary color

Complementary color for #hex is #8F5CA9.


I love getcolorcode.com

Triadic colors

1 #5670A3 and #A35670 with #70A356 are triadic colors.

2 #56A370 and #A37056 with #70A356 are triadic colors.