COLOR #70A76D

HEX: #70A76D
RGB: (112,167,109)

Color info

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

RGB color model

#70A76D color RGB value is (112,167,109).

  • red value is 112;
  • green value is 167;
  • blue value is 109.
RGB:
(112,167,109)
(44%,65%,43%)

RGB channels and saturation

R 112 of 255 = 44%
G 167 of 255 = 65%
B 109 of 255 = 43%

112
167
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 167 + 109 = 388 (100%)
R 112 of 388 ~ 28.87%
G 167 of 388 ~ 43.04%
B 109 of 388 ~ 28.09%

%28.87
%43.04
%28.09

CMYK color model

#70A76D color CMYK value is (33,0,35,35).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 34.73%
  • key color value is 34.51%
CMYK:
(33,0,35,35)
C33M0Y35K35 
(33%,0%,35%,35%)
(0.33/0.00/0.35/0.35)	

CMYK percentages

%32.93
%0
%34.73
%34.51

Codes

Color #70A76D in popluar color models

70A76D
RGB112167109
HSL117°24.79%54.12%
HSB/HSV117°34.73%65.49%
CMYK32.93%0.00%34.73%
34.51%

Color #70A76D in popluar number systems.

HEX70A76D
Decimal112167109
Binary1110000101001111101101
Octal160247155

Shades and tints

Shades of #70A76D

#70A76D
(112,167,109)
#669864
(102,152,100)
#5C895B
(92,137,91)
#527A52
(82,122,82)
#486B49
(72,107,73)
#3E5C40
(62,92,64)
#344D37
(52,77,55)
#2A3E2E
(42,62,46)
#202F25
(32,47,37)
#16201C
(22,32,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #70A76D

#70A76D
(112,167,109)
#7DAF7A
(125,175,122)
#8AB787
(138,183,135)
#97BF94
(151,191,148)
#A4C7A1
(164,199,161)
#B1CFAE
(177,207,174)
#BED7BB
(190,215,187)
#CBDFC8
(203,223,200)
#D8E7D5
(216,231,213)
#E5EFE2
(229,239,226)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A76D color. Also use rgb(112,167,109) instead hex code.

Text Font Color

.myTextColor { color: #70A76D; }

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

This text font color is #70A76D.


Background Color

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

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

This div background color is #70A76D.


Border color

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

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

This div border color is #70A76D.


Opacity

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

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

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

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

This text has shadow with #70A76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A76D on black background.


Color preview on white background

This text has color #70A76D on white background.



Black color preview on #70A76D background

This text has black color on #70A76D background.


White color preview on #70A76D background

This text has white color on #70A76D background.