COLOR #70C177

HEX: #70C177 RGB: (112,193,119)

Color info

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

RGB color model

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

RGB: (112,193,119) (44%, 76%, 47%)

RGB channels and saturation

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

112
193
119

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

Portions of RGB colors in percentages

R + G + B = 112 + 193 + 119 = 424 (100%)
R 112 of 424 ~ 26.42%
G 193 of 424 ~ 45.52%
B 119 of 424 ~ 28.07'%

%26.42
%45.52
%28.07

CMYK color model

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

  • cyan value is 41.97%
  • magenta value is 0.00%
  • yellow value is 38.34%
  • key color value is 24.31%

CMYK: (42,0,38,24)
C42M0Y38K24 (42%, 0%, 38%, 24%)
(0.42 / 0.00 / 0.38 / 0.24)

CMYK percentages

%41.97
%0
%38.34
%24.31

Codes

Color #70C177 in popluar color models

70 C1 77
RGB 112 193 119
HSL 125° 39.51% 59.80%
HSB/HSV 125° 41.97% 75.69%
CMYK 41.97% 0.00% 38.34%
24.31%

Color #70C177 in popluar number systems.

HEX 70 C1 77
Decimal 112 193 119
Binary 1110000 11000001 1110111
Octal 160 301 167

Shades and tints

Shades of #70C177

#70C177
(112,193,119)
#66B06D
(102,176,109)
#5C9F63
(92,159,99)
#528E59
(82,142,89)
#487D4F
(72,125,79)
#3E6C45
(62,108,69)
#345B3B
(52,91,59)
#2A4A31
(42,74,49)
#203927
(32,57,39)
#16281D
(22,40,29)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #70C177

#70C177
(112,193,119)
#7DC683
(125,198,131)
#8ACB8F
(138,203,143)
#97D09B
(151,208,155)
#A4D5A7
(164,213,167)
#B1DAB3
(177,218,179)
#BEDFBF
(190,223,191)
#CBE4CB
(203,228,203)
#D8E9D7
(216,233,215)
#E5EEE3
(229,238,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C177; }

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

This text font color is #70C177.

Background Color

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

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

This div background color is #70C177.

Border color

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

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

This div border color is #70C177.

Opacity

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

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

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

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

This text has shadow with #70C177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C177.

Preview

Color preview on black background

This text has color #70C177 on black background.


Color preview on white background

This text has color #70C177 on white background.


Black color preview on #70C177 background

This text has black color on #70C177 background.


White color preview on #70C177 background

This text has white color on #70C177 background.


Related colors

Complementary color

Complementary color for #hex is #8F3E88.


I love getcolorcode.com

Triadic colors

1 #7770C1 and #C17770 with #70C177 are triadic colors.

2 #77C170 and #C17077 with #70C177 are triadic colors.