COLOR #70C174

HEX: #70C174 RGB: (112,193,116)

Color info

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

RGB color model

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

RGB: (112,193,116) (44%, 76%, 45%)

RGB channels and saturation

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

112
193
116

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

Portions of RGB colors in percentages

R + G + B = 112 + 193 + 116 = 421 (100%)
R 112 of 421 ~ 26.6%
G 193 of 421 ~ 45.84%
B 116 of 421 ~ 27.55'%

%26.6
%45.84
%27.55

CMYK color model

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

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

CMYK: (42,0,40,24)
C42M0Y40K24 (42%, 0%, 40%, 24%)
(0.42 / 0.00 / 0.40 / 0.24)

CMYK percentages

%41.97
%0
%39.9
%24.31

Codes

Color #70C174 in popluar color models

70 C1 74
RGB 112 193 116
HSL 123° 39.51% 59.80%
HSB/HSV 123° 41.97% 75.69%
CMYK 41.97% 0.00% 39.90%
24.31%

Color #70C174 in popluar number systems.

HEX 70 C1 74
Decimal 112 193 116
Binary 1110000 11000001 1110100
Octal 160 301 164

Shades and tints

Shades of #70C174

#70C174
(112,193,116)
#66B06A
(102,176,106)
#5C9F60
(92,159,96)
#528E56
(82,142,86)
#487D4C
(72,125,76)
#3E6C42
(62,108,66)
#345B38
(52,91,56)
#2A4A2E
(42,74,46)
#203924
(32,57,36)
#16281A
(22,40,26)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #70C174

#70C174
(112,193,116)
#7DC680
(125,198,128)
#8ACB8C
(138,203,140)
#97D098
(151,208,152)
#A4D5A4
(164,213,164)
#B1DAB0
(177,218,176)
#BEDFBC
(190,223,188)
#CBE4C8
(203,228,200)
#D8E9D4
(216,233,212)
#E5EEE0
(229,238,224)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C174; }

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

This text font color is #70C174.

Background Color

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

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

This div background color is #70C174.

Border color

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

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

This div border color is #70C174.

Opacity

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

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

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

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

This text has shadow with #70C174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C174.

Preview

Color preview on black background

This text has color #70C174 on black background.


Color preview on white background

This text has color #70C174 on white background.


Black color preview on #70C174 background

This text has black color on #70C174 background.


White color preview on #70C174 background

This text has white color on #70C174 background.


Related colors

Complementary color

Complementary color for #hex is #8F3E8B.


I love getcolorcode.com

Triadic colors

1 #7470C1 and #C17470 with #70C174 are triadic colors.

2 #74C170 and #C17074 with #70C174 are triadic colors.