COLOR #70C977

HEX: #70C977
RGB: (112,201,119)

Color info

#70C977 contains mainly green color. Web safe color of #70C977 is #66CC66 (or #6C6).

RGB color model

#70C977 color RGB value is (112,201,119).

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

RGB channels and saturation

R 112 of 255 = 44%
G 201 of 255 = 79%
B 119 of 255 = 47%

112
201
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 201 + 119 = 432 (100%)
R 112 of 432 ~ 25.93%
G 201 of 432 ~ 46.53%
B 119 of 432 ~ 27.55%

%25.93
%46.53
%27.55

CMYK color model

#70C977 color CMYK value is (44,0,41,21).

  • cyan value is 44.28%
  • magenta value is 0.00%
  • yellow value is 40.80%
  • key color value is 21.18%
CMYK:
(44,0,41,21)
C44M0Y41K21 
(44%,0%,41%,21%)
(0.44/0.00/0.41/0.21)	

CMYK percentages

%44.28
%0
%40.8
%21.18

Codes

Color #70C977 in popluar color models

70C977
RGB112201119
HSL125°45.18%61.37%
HSB/HSV125°44.28%78.82%
CMYK44.28%0.00%40.80%
21.18%

Color #70C977 in popluar number systems.

HEX70C977
Decimal112201119
Binary1110000110010011110111
Octal160311167

Shades and tints

Shades of #70C977

#70C977
(112,201,119)
#66B76D
(102,183,109)
#5CA563
(92,165,99)
#529359
(82,147,89)
#48814F
(72,129,79)
#3E6F45
(62,111,69)
#345D3B
(52,93,59)
#2A4B31
(42,75,49)
#203927
(32,57,39)
#16271D
(22,39,29)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #70C977

#70C977
(112,201,119)
#7DCD83
(125,205,131)
#8AD18F
(138,209,143)
#97D59B
(151,213,155)
#A4D9A7
(164,217,167)
#B1DDB3
(177,221,179)
#BEE1BF
(190,225,191)
#CBE5CB
(203,229,203)
#D8E9D7
(216,233,215)
#E5EDE3
(229,237,227)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C977; }

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

This text font color is #70C977.


Background Color

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

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

This div background color is #70C977.


Border color

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

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

This div border color is #70C977.


Opacity

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

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

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

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

This text has shadow with #70C977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C977 on black background.


Color preview on white background

This text has color #70C977 on white background.



Black color preview on #70C977 background

This text has black color on #70C977 background.


White color preview on #70C977 background

This text has white color on #70C977 background.