COLOR #70A361

HEX: #70A361 RGB: (112,163,97)

Color info

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

RGB color model

#70A361 color RGB value is (112,163,97).

RGB: (112,163,97) (44%, 64%, 38%)

RGB channels and saturation

R 112 of 255 = 44%
G 163 of 255 = 64%
B 97 of 255 = 38%

112
163
97

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

Portions of RGB colors in percentages

R + G + B = 112 + 163 + 97 = 372 (100%)
R 112 of 372 ~ 30.11%
G 163 of 372 ~ 43.82%
B 97 of 372 ~ 26.08'%

%30.11
%43.82
%26.08

CMYK color model

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

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

CMYK: (31,0,40,36)
C31M0Y40K36 (31%, 0%, 40%, 36%)
(0.31 / 0.00 / 0.40 / 0.36)

CMYK percentages

%31.29
%0
%40.49
%36.08

Codes

Color #70A361 in popluar color models

70 A3 61
RGB 112 163 97
HSL 106° 26.40% 50.98%
HSB/HSV 106° 40.49% 63.92%
CMYK 31.29% 0.00% 40.49%
36.08%

Color #70A361 in popluar number systems.

HEX 70 A3 61
Decimal 112 163 97
Binary 1110000 10100011 1100001
Octal 160 243 141

Shades and tints

Shades of #70A361

#70A361
(112,163,97)
#669559
(102,149,89)
#5C8751
(92,135,81)
#527949
(82,121,73)
#486B41
(72,107,65)
#3E5D39
(62,93,57)
#344F31
(52,79,49)
#2A4129
(42,65,41)
#203321
(32,51,33)
#162519
(22,37,25)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #70A361

#70A361
(112,163,97)
#7DAB6F
(125,171,111)
#8AB37D
(138,179,125)
#97BB8B
(151,187,139)
#A4C399
(164,195,153)
#B1CBA7
(177,203,167)
#BED3B5
(190,211,181)
#CBDBC3
(203,219,195)
#D8E3D1
(216,227,209)
#E5EBDF
(229,235,223)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A361; }

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

This text font color is #70A361.

Background Color

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

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

This div background color is #70A361.

Border color

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

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

This div border color is #70A361.

Opacity

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

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

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

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

This text has shadow with #70A361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A361.

Preview

Color preview on black background

This text has color #70A361 on black background.


Color preview on white background

This text has color #70A361 on white background.


Black color preview on #70A361 background

This text has black color on #70A361 background.


White color preview on #70A361 background

This text has white color on #70A361 background.


Related colors

Complementary color

Complementary color for #hex is #8F5C9E.


I love getcolorcode.com

Triadic colors

1 #6170A3 and #A36170 with #70A361 are triadic colors.

2 #61A370 and #A37061 with #70A361 are triadic colors.