COLOR #70A579

HEX: #70A579
RGB: (112,165,121)

Color info

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

RGB color model

#70A579 color RGB value is (112,165,121).

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

RGB channels and saturation

R 112 of 255 = 44%
G 165 of 255 = 65%
B 121 of 255 = 47%

112
165
121

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

Portions of RGB colors in percentages

R + G + B =
112 + 165 + 121 = 398 (100%)
R 112 of 398 ~ 28.14%
G 165 of 398 ~ 41.46%
B 121 of 398 ~ 30.4%

%28.14
%41.46
%30.4

CMYK color model

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

  • cyan value is 32.12%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(32,0,27,35)
C32M0Y27K35 
(32%,0%,27%,35%)
(0.32/0.00/0.27/0.35)	

CMYK percentages

%32.12
%0
%26.67
%35.29

Codes

Color #70A579 in popluar color models

70A579
RGB112165121
HSL130°22.75%54.31%
HSB/HSV130°32.12%64.71%
CMYK32.12%0.00%26.67%
35.29%

Color #70A579 in popluar number systems.

HEX70A579
Decimal112165121
Binary1110000101001011111001
Octal160245171

Shades and tints

Shades of #70A579

#70A579
(112,165,121)
#66966E
(102,150,110)
#5C8763
(92,135,99)
#527858
(82,120,88)
#48694D
(72,105,77)
#3E5A42
(62,90,66)
#344B37
(52,75,55)
#2A3C2C
(42,60,44)
#202D21
(32,45,33)
#161E16
(22,30,22)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #70A579

#70A579
(112,165,121)
#7DAD85
(125,173,133)
#8AB591
(138,181,145)
#97BD9D
(151,189,157)
#A4C5A9
(164,197,169)
#B1CDB5
(177,205,181)
#BED5C1
(190,213,193)
#CBDDCD
(203,221,205)
#D8E5D9
(216,229,217)
#E5EDE5
(229,237,229)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A579; }

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

This text font color is #70A579.


Background Color

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

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

This div background color is #70A579.


Border color

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

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

This div border color is #70A579.


Opacity

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

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

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

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

This text has shadow with #70A579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A579 on black background.


Color preview on white background

This text has color #70A579 on white background.



Black color preview on #70A579 background

This text has black color on #70A579 background.


White color preview on #70A579 background

This text has white color on #70A579 background.