COLOR #70B57E

HEX: #70B57E RGB: (112,181,126)

Color info

#70B57E contains mainly green and blue colors. Web safe color of #70B57E is #66CC66 (or #6C6).

RGB color model

#70B57E color RGB value is (112,181,126).

RGB: (112,181,126) (44%, 71%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 181 of 255 = 71%
B 126 of 255 = 49%

112
181
126

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

Portions of RGB colors in percentages

R + G + B = 112 + 181 + 126 = 419 (100%)
R 112 of 419 ~ 26.73%
G 181 of 419 ~ 43.2%
B 126 of 419 ~ 30.07'%

%26.73
%43.2
%30.07

CMYK color model

#70B57E color CMYK value is (38,0,30,29).

  • cyan value is 38.12%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK: (38,0,30,29) C38M0Y30K29 (38%,0%,30%,29%) (0.38/0.00/0.30/0.29) 

CMYK percentages

%38.12
%0
%30.39
%29.02

Codes

Color #70B57E in popluar color models

70 B5 7E
RGB 112 181 126
HSL 132° 31.80% 57.45%
HSB/HSV 132° 38.12% 70.98%
CMYK 38.12% 0.00% 30.39%
29.02%

Color #70B57E in popluar number systems.

HEX 70 B5 7E
Decimal 112 181 126
Binary 1110000 10110101 1111110
Octal 160 265 176

Shades and tints

Shades of #70B57E

#70B57E
(112,181,126)
#66A573
(102,165,115)
#5C9568
(92,149,104)
#52855D
(82,133,93)
#487552
(72,117,82)
#3E6547
(62,101,71)
#34553C
(52,85,60)
#2A4531
(42,69,49)
#203526
(32,53,38)
#16251B
(22,37,27)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #70B57E

#70B57E
(112,181,126)
#7DBB89
(125,187,137)
#8AC194
(138,193,148)
#97C79F
(151,199,159)
#A4CDAA
(164,205,170)
#B1D3B5
(177,211,181)
#BED9C0
(190,217,192)
#CBDFCB
(203,223,203)
#D8E5D6
(216,229,214)
#E5EBE1
(229,235,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B57E; }

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

This text font color is #70B57E.

Background Color

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

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

This div background color is #70B57E.

Border color

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

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

This div border color is #70B57E.

Opacity

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

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

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

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

This text has shadow with #70B57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B57E.

Preview

Color preview on black background

This text has color #70B57E on black background.


Color preview on white background

This text has color #70B57E on white background.


Black color preview on #70B57E background

This text has black color on #70B57E background.


White color preview on #70B57E background

This text has white color on #70B57E background.


Related colors

Complementary color

Complementary color for #hex is #8F4A81.


I love getcolorcode.com

Triadic colors

1 #7E70B5 and #B57E70 with #70B57E are triadic colors.

2 #7EB570 and #B5707E with #70B57E are triadic colors.