COLOR #70C07E

HEX: #70C07E
RGB: (112,192,126)

Color info

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

RGB color model

#70C07E color RGB value is (112,192,126).

  • red value is 112;
  • green value is 192;
  • blue value is 126.
RGB:
(112,192,126)
(44%,75%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 192 of 255 = 75%
B 126 of 255 = 49%

112
192
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 192 + 126 = 430 (100%)
R 112 of 430 ~ 26.05%
G 192 of 430 ~ 44.65%
B 126 of 430 ~ 29.3%

%26.05
%44.65
%29.3

CMYK color model

#70C07E color CMYK value is (42,0,34,25).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 24.71%
CMYK:
(42,0,34,25)
C42M0Y34K25 
(42%,0%,34%,25%)
(0.42/0.00/0.34/0.25)	

CMYK percentages

%41.67
%0
%34.38
%24.71

Codes

Color #70C07E in popluar color models

70C07E
RGB112192126
HSL131°38.83%59.61%
HSB/HSV131°41.67%75.29%
CMYK41.67%0.00%34.38%
24.71%

Color #70C07E in popluar number systems.

HEX70C07E
Decimal112192126
Binary1110000110000001111110
Octal160300176

Shades and tints

Shades of #70C07E

#70C07E
(112,192,126)
#66AF73
(102,175,115)
#5C9E68
(92,158,104)
#528D5D
(82,141,93)
#487C52
(72,124,82)
#3E6B47
(62,107,71)
#345A3C
(52,90,60)
#2A4931
(42,73,49)
#203826
(32,56,38)
#16271B
(22,39,27)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #70C07E

#70C07E
(112,192,126)
#7DC589
(125,197,137)
#8ACA94
(138,202,148)
#97CF9F
(151,207,159)
#A4D4AA
(164,212,170)
#B1D9B5
(177,217,181)
#BEDEC0
(190,222,192)
#CBE3CB
(203,227,203)
#D8E8D6
(216,232,214)
#E5EDE1
(229,237,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C07E color. Also use rgb(112,192,126) instead hex code.

Text Font Color

.myTextColor { color: #70C07E; }

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

This text font color is #70C07E.


Background Color

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

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

This div background color is #70C07E.


Border color

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

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

This div border color is #70C07E.


Opacity

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

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

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

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

This text has shadow with #70C07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C07E on black background.


Color preview on white background

This text has color #70C07E on white background.



Black color preview on #70C07E background

This text has black color on #70C07E background.


White color preview on #70C07E background

This text has white color on #70C07E background.