COLOR #70C170

HEX: #70C170
RGB: (112,193,112)

Color info

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

RGB color model

#70C170 color RGB value is (112,193,112).

  • red value is 112;
  • green value is 193;
  • blue value is 112.
RGB:
(112,193,112)
(44%,76%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 193 of 255 = 76%
B 112 of 255 = 44%

112
193
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 193 + 112 = 417 (100%)
R 112 of 417 ~ 26.86%
G 193 of 417 ~ 46.28%
B 112 of 417 ~ 26.86%

%26.86
%46.28
%26.86

CMYK color model

#70C170 color CMYK value is (42,0,42,24).

  • cyan value is 41.97%
  • magenta value is 0.00%
  • yellow value is 41.97%
  • key color value is 24.31%
CMYK:
(42,0,42,24)
C42M0Y42K24 
(42%,0%,42%,24%)
(0.42/0.00/0.42/0.24)	

CMYK percentages

%41.97
%0
%41.97
%24.31

Codes

Color #70C170 in popluar color models

70C170
RGB112193112
HSL120°39.51%59.80%
HSB/HSV120°41.97%75.69%
CMYK41.97%0.00%41.97%
24.31%

Color #70C170 in popluar number systems.

HEX70C170
Decimal112193112
Binary1110000110000011110000
Octal160301160

Shades and tints

Shades of #70C170

#70C170
(112,193,112)
#66B066
(102,176,102)
#5C9F5C
(92,159,92)
#528E52
(82,142,82)
#487D48
(72,125,72)
#3E6C3E
(62,108,62)
#345B34
(52,91,52)
#2A4A2A
(42,74,42)
#203920
(32,57,32)
#162816
(22,40,22)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #70C170

#70C170
(112,193,112)
#7DC67D
(125,198,125)
#8ACB8A
(138,203,138)
#97D097
(151,208,151)
#A4D5A4
(164,213,164)
#B1DAB1
(177,218,177)
#BEDFBE
(190,223,190)
#CBE4CB
(203,228,203)
#D8E9D8
(216,233,216)
#E5EEE5
(229,238,229)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C170; }

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

This text font color is #70C170.


Background Color

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

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

This div background color is #70C170.


Border color

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

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

This div border color is #70C170.


Opacity

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

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

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

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

This text has shadow with #70C170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C170 on black background.


Color preview on white background

This text has color #70C170 on white background.



Black color preview on #70C170 background

This text has black color on #70C170 background.


White color preview on #70C170 background

This text has white color on #70C170 background.