COLOR #70B57C

HEX: #70B57C
RGB: (112,181,124)

Color info

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

RGB color model

#70B57C color RGB value is (112,181,124).

  • red value is 112;
  • green value is 181;
  • blue value is 124.
RGB:
(112,181,124)
(44%,71%,49%)

RGB channels and saturation

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

112
181
124

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

Portions of RGB colors in percentages

R + G + B =
112 + 181 + 124 = 417 (100%)
R 112 of 417 ~ 26.86%
G 181 of 417 ~ 43.41%
B 124 of 417 ~ 29.74%

%26.86
%43.41
%29.74

CMYK color model

#70B57C color CMYK value is (38,0,31,29).

  • cyan value is 38.12%
  • magenta value is 0.00%
  • yellow value is 31.49%
  • key color value is 29.02%
CMYK:
(38,0,31,29)
C38M0Y31K29 
(38%,0%,31%,29%)
(0.38/0.00/0.31/0.29)	

CMYK percentages

%38.12
%0
%31.49
%29.02

Codes

Color #70B57C in popluar color models

70B57C
RGB112181124
HSL130°31.80%57.45%
HSB/HSV130°38.12%70.98%
CMYK38.12%0.00%31.49%
29.02%

Color #70B57C in popluar number systems.

HEX70B57C
Decimal112181124
Binary1110000101101011111100
Octal160265174

Shades and tints

Shades of #70B57C

#70B57C
(112,181,124)
#66A571
(102,165,113)
#5C9566
(92,149,102)
#52855B
(82,133,91)
#487550
(72,117,80)
#3E6545
(62,101,69)
#34553A
(52,85,58)
#2A452F
(42,69,47)
#203524
(32,53,36)
#162519
(22,37,25)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #70B57C

#70B57C
(112,181,124)
#7DBB87
(125,187,135)
#8AC192
(138,193,146)
#97C79D
(151,199,157)
#A4CDA8
(164,205,168)
#B1D3B3
(177,211,179)
#BED9BE
(190,217,190)
#CBDFC9
(203,223,201)
#D8E5D4
(216,229,212)
#E5EBDF
(229,235,223)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B57C; }

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

This text font color is #70B57C.


Background Color

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

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

This div background color is #70B57C.


Border color

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

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

This div border color is #70B57C.


Opacity

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

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

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

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

This text has shadow with #70B57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B57C on black background.


Color preview on white background

This text has color #70B57C on white background.



Black color preview on #70B57C background

This text has black color on #70B57C background.


White color preview on #70B57C background

This text has white color on #70B57C background.