COLOR #70BC6B

HEX: #70BC6B
RGB: (112,188,107)

Color info

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

RGB color model

#70BC6B color RGB value is (112,188,107).

  • red value is 112;
  • green value is 188;
  • blue value is 107.
RGB:
(112,188,107)
(44%,74%,42%)

RGB channels and saturation

R 112 of 255 = 44%
G 188 of 255 = 74%
B 107 of 255 = 42%

112
188
107

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

Portions of RGB colors in percentages

R + G + B =
112 + 188 + 107 = 407 (100%)
R 112 of 407 ~ 27.52%
G 188 of 407 ~ 46.19%
B 107 of 407 ~ 26.29%

%27.52
%46.19
%26.29

CMYK color model

#70BC6B color CMYK value is (40,0,43,26).

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 43.09%
  • key color value is 26.27%
CMYK:
(40,0,43,26)
C40M0Y43K26 
(40%,0%,43%,26%)
(0.40/0.00/0.43/0.26)	

CMYK percentages

%40.43
%0
%43.09
%26.27

Codes

Color #70BC6B in popluar color models

70BC6B
RGB112188107
HSL116°37.67%57.84%
HSB/HSV116°43.09%73.73%
CMYK40.43%0.00%43.09%
26.27%

Color #70BC6B in popluar number systems.

HEX70BC6B
Decimal112188107
Binary1110000101111001101011
Octal160274153

Shades and tints

Shades of #70BC6B

#70BC6B
(112,188,107)
#66AB62
(102,171,98)
#5C9A59
(92,154,89)
#528950
(82,137,80)
#487847
(72,120,71)
#3E673E
(62,103,62)
#345635
(52,86,53)
#2A452C
(42,69,44)
#203423
(32,52,35)
#16231A
(22,35,26)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #70BC6B

#70BC6B
(112,188,107)
#7DC278
(125,194,120)
#8AC885
(138,200,133)
#97CE92
(151,206,146)
#A4D49F
(164,212,159)
#B1DAAC
(177,218,172)
#BEE0B9
(190,224,185)
#CBE6C6
(203,230,198)
#D8ECD3
(216,236,211)
#E5F2E0
(229,242,224)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BC6B color. Also use rgb(112,188,107) instead hex code.

Text Font Color

.myTextColor { color: #70BC6B; }

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

This text font color is #70BC6B.


Background Color

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

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

This div background color is #70BC6B.


Border color

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

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

This div border color is #70BC6B.


Opacity

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

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

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

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

This text has shadow with #70BC6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BC6B on black background.


Color preview on white background

This text has color #70BC6B on white background.



Black color preview on #70BC6B background

This text has black color on #70BC6B background.


White color preview on #70BC6B background

This text has white color on #70BC6B background.