COLOR #70B97F

HEX: #70B97F
RGB: (112,185,127)

Color info

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

RGB color model

#70B97F color RGB value is (112,185,127).

  • red value is 112;
  • green value is 185;
  • blue value is 127.
RGB:
(112,185,127)
(44%,73%,50%)

RGB channels and saturation

R 112 of 255 = 44%
G 185 of 255 = 73%
B 127 of 255 = 50%

112
185
127

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

Portions of RGB colors in percentages

R + G + B =
112 + 185 + 127 = 424 (100%)
R 112 of 424 ~ 26.42%
G 185 of 424 ~ 43.63%
B 127 of 424 ~ 29.95%

%26.42
%43.63
%29.95

CMYK color model

#70B97F color CMYK value is (39,0,31,27).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 31.35%
  • key color value is 27.45%
CMYK:
(39,0,31,27)
C39M0Y31K27 
(39%,0%,31%,27%)
(0.39/0.00/0.31/0.27)	

CMYK percentages

%39.46
%0
%31.35
%27.45

Codes

Color #70B97F in popluar color models

70B97F
RGB112185127
HSL132°34.27%58.24%
HSB/HSV132°39.46%72.55%
CMYK39.46%0.00%31.35%
27.45%

Color #70B97F in popluar number systems.

HEX70B97F
Decimal112185127
Binary1110000101110011111111
Octal160271177

Shades and tints

Shades of #70B97F

#70B97F
(112,185,127)
#66A974
(102,169,116)
#5C9969
(92,153,105)
#52895E
(82,137,94)
#487953
(72,121,83)
#3E6948
(62,105,72)
#34593D
(52,89,61)
#2A4932
(42,73,50)
#203927
(32,57,39)
#16291C
(22,41,28)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #70B97F

#70B97F
(112,185,127)
#7DBF8A
(125,191,138)
#8AC595
(138,197,149)
#97CBA0
(151,203,160)
#A4D1AB
(164,209,171)
#B1D7B6
(177,215,182)
#BEDDC1
(190,221,193)
#CBE3CC
(203,227,204)
#D8E9D7
(216,233,215)
#E5EFE2
(229,239,226)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B97F; }

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

This text font color is #70B97F.


Background Color

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

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

This div background color is #70B97F.


Border color

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

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

This div border color is #70B97F.


Opacity

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

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

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

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

This text has shadow with #70B97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B97F on black background.


Color preview on white background

This text has color #70B97F on white background.



Black color preview on #70B97F background

This text has black color on #70B97F background.


White color preview on #70B97F background

This text has white color on #70B97F background.