COLOR #70AA5D

HEX: #70AA5D RGB: (112,170,93)

Color info

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

RGB color model

#70AA5D color RGB value is (112,170,93).

RGB: (112,170,93) (44%, 67%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 170 of 255 = 67%
B 93 of 255 = 36%

112
170
93

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

Portions of RGB colors in percentages

R + G + B = 112 + 170 + 93 = 375 (100%)
R 112 of 375 ~ 29.87%
G 170 of 375 ~ 45.33%
B 93 of 375 ~ 24.8'%

%29.87
%45.33
%24.8

CMYK color model

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

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 45.29%
  • key color value is 33.33%

CMYK: (34,0,45,33)
C34M0Y45K33 (34%, 0%, 45%, 33%)
(0.34 / 0.00 / 0.45 / 0.33)

CMYK percentages

%34.12
%0
%45.29
%33.33

Codes

Color #70AA5D in popluar color models

70 AA 5D
RGB 112 170 93
HSL 105° 31.17% 51.57%
HSB/HSV 105° 45.29% 66.67%
CMYK 34.12% 0.00% 45.29%
33.33%

Color #70AA5D in popluar number systems.

HEX 70 AA 5D
Decimal 112 170 93
Binary 1110000 10101010 1011101
Octal 160 252 135

Shades and tints

Shades of #70AA5D

#70AA5D
(112,170,93)
#669B55
(102,155,85)
#5C8C4D
(92,140,77)
#527D45
(82,125,69)
#486E3D
(72,110,61)
#3E5F35
(62,95,53)
#34502D
(52,80,45)
#2A4125
(42,65,37)
#20321D
(32,50,29)
#162315
(22,35,21)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #70AA5D

#70AA5D
(112,170,93)
#7DB16B
(125,177,107)
#8AB879
(138,184,121)
#97BF87
(151,191,135)
#A4C695
(164,198,149)
#B1CDA3
(177,205,163)
#BED4B1
(190,212,177)
#CBDBBF
(203,219,191)
#D8E2CD
(216,226,205)
#E5E9DB
(229,233,219)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AA5D color. Also use rgb(112,170,93) instead hex code.

Text Font Color

.myTextColor { color: #70AA5D; }

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

This text font color is #70AA5D.

Background Color

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

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

This div background color is #70AA5D.

Border color

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

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

This div border color is #70AA5D.

Opacity

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

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

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

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

This text has shadow with #70AA5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AA5D.

Preview

Color preview on black background

This text has color #70AA5D on black background.


Color preview on white background

This text has color #70AA5D on white background.


Black color preview on #70AA5D background

This text has black color on #70AA5D background.


White color preview on #70AA5D background

This text has white color on #70AA5D background.


Related colors

Complementary color

Complementary color for #hex is #8F55A2.


I love getcolorcode.com

Triadic colors

1 #5D70AA and #AA5D70 with #70AA5D are triadic colors.

2 #5DAA70 and #AA705D with #70AA5D are triadic colors.