COLOR #70C776

HEX: #70C776
RGB: (112,199,118)

Color info

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

RGB color model

#70C776 color RGB value is (112,199,118).

  • red value is 112;
  • green value is 199;
  • blue value is 118.
RGB:
(112,199,118)
(44%,78%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 199 of 255 = 78%
B 118 of 255 = 46%

112
199
118

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

Portions of RGB colors in percentages

R + G + B =
112 + 199 + 118 = 429 (100%)
R 112 of 429 ~ 26.11%
G 199 of 429 ~ 46.39%
B 118 of 429 ~ 27.51%

%26.11
%46.39
%27.51

CMYK color model

#70C776 color CMYK value is (44,0,41,22).

  • cyan value is 43.72%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(44,0,41,22)
C44M0Y41K22 
(44%,0%,41%,22%)
(0.44/0.00/0.41/0.22)	

CMYK percentages

%43.72
%0
%40.7
%21.96

Codes

Color #70C776 in popluar color models

70C776
RGB112199118
HSL124°43.72%60.98%
HSB/HSV124°43.72%78.04%
CMYK43.72%0.00%40.70%
21.96%

Color #70C776 in popluar number systems.

HEX70C776
Decimal112199118
Binary1110000110001111110110
Octal160307166

Shades and tints

Shades of #70C776

#70C776
(112,199,118)
#66B56C
(102,181,108)
#5CA362
(92,163,98)
#529158
(82,145,88)
#487F4E
(72,127,78)
#3E6D44
(62,109,68)
#345B3A
(52,91,58)
#2A4930
(42,73,48)
#203726
(32,55,38)
#16251C
(22,37,28)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #70C776

#70C776
(112,199,118)
#7DCC82
(125,204,130)
#8AD18E
(138,209,142)
#97D69A
(151,214,154)
#A4DBA6
(164,219,166)
#B1E0B2
(177,224,178)
#BEE5BE
(190,229,190)
#CBEACA
(203,234,202)
#D8EFD6
(216,239,214)
#E5F4E2
(229,244,226)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C776 color. Also use rgb(112,199,118) instead hex code.

Text Font Color

.myTextColor { color: #70C776; }

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

This text font color is #70C776.


Background Color

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

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

This div background color is #70C776.


Border color

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

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

This div border color is #70C776.


Opacity

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

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

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

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

This text has shadow with #70C776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C776 on black background.


Color preview on white background

This text has color #70C776 on white background.



Black color preview on #70C776 background

This text has black color on #70C776 background.


White color preview on #70C776 background

This text has white color on #70C776 background.