COLOR #70A877

HEX: #70A877
RGB: (112,168,119)

Color info

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

RGB color model

#70A877 color RGB value is (112,168,119).

  • red value is 112;
  • green value is 168;
  • blue value is 119.
RGB:
(112,168,119)
(44%,66%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 119 of 255 = 47%

112
168
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 168 + 119 = 399 (100%)
R 112 of 399 ~ 28.07%
G 168 of 399 ~ 42.11%
B 119 of 399 ~ 29.82%

%28.07
%42.11
%29.82

CMYK color model

#70A877 color CMYK value is (33,0,29,34).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 34.12%
CMYK:
(33,0,29,34)
C33M0Y29K34 
(33%,0%,29%,34%)
(0.33/0.00/0.29/0.34)	

CMYK percentages

%33.33
%0
%29.17
%34.12

Codes

Color #70A877 in popluar color models

70A877
RGB112168119
HSL128°24.35%54.90%
HSB/HSV128°33.33%65.88%
CMYK33.33%0.00%29.17%
34.12%

Color #70A877 in popluar number systems.

HEX70A877
Decimal112168119
Binary1110000101010001110111
Octal160250167

Shades and tints

Shades of #70A877

#70A877
(112,168,119)
#66996D
(102,153,109)
#5C8A63
(92,138,99)
#527B59
(82,123,89)
#486C4F
(72,108,79)
#3E5D45
(62,93,69)
#344E3B
(52,78,59)
#2A3F31
(42,63,49)
#203027
(32,48,39)
#16211D
(22,33,29)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #70A877

#70A877
(112,168,119)
#7DAF83
(125,175,131)
#8AB68F
(138,182,143)
#97BD9B
(151,189,155)
#A4C4A7
(164,196,167)
#B1CBB3
(177,203,179)
#BED2BF
(190,210,191)
#CBD9CB
(203,217,203)
#D8E0D7
(216,224,215)
#E5E7E3
(229,231,227)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A877 color. Also use rgb(112,168,119) instead hex code.

Text Font Color

.myTextColor { color: #70A877; }

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

This text font color is #70A877.


Background Color

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

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

This div background color is #70A877.


Border color

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

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

This div border color is #70A877.


Opacity

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

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

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

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

This text has shadow with #70A877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A877 on black background.


Color preview on white background

This text has color #70A877 on white background.



Black color preview on #70A877 background

This text has black color on #70A877 background.


White color preview on #70A877 background

This text has white color on #70A877 background.