COLOR #70B256

HEX: #70B256
RGB: (112,178,86)

Color info

#70B256 contains mainly green color. Web safe color of #70B256 is #669966 (or #696).

RGB color model

#70B256 color RGB value is (112,178,86).

  • red value is 112;
  • green value is 178;
  • blue value is 86.
RGB:
(112,178,86)
(44%,70%,34%)

RGB channels and saturation

R 112 of 255 = 44%
G 178 of 255 = 70%
B 86 of 255 = 34%

112
178
86

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

Portions of RGB colors in percentages

R + G + B =
112 + 178 + 86 = 376 (100%)
R 112 of 376 ~ 29.79%
G 178 of 376 ~ 47.34%
B 86 of 376 ~ 22.87%

%29.79
%47.34
%22.87

CMYK color model

#70B256 color CMYK value is (37,0,52,30).

  • cyan value is 37.08%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 30.20%
CMYK:
(37,0,52,30)
C37M0Y52K30 
(37%,0%,52%,30%)
(0.37/0.00/0.52/0.30)	

CMYK percentages

%37.08
%0
%51.69
%30.2

Codes

Color #70B256 in popluar color models

70B256
RGB11217886
HSL103°37.40%51.76%
HSB/HSV103°51.69%69.80%
CMYK37.08%0.00%51.69%
30.20%

Color #70B256 in popluar number systems.

HEX70B256
Decimal11217886
Binary1110000101100101010110
Octal160262126

Shades and tints

Shades of #70B256

#70B256
(112,178,86)
#66A24F
(102,162,79)
#5C9248
(92,146,72)
#528241
(82,130,65)
#48723A
(72,114,58)
#3E6233
(62,98,51)
#34522C
(52,82,44)
#2A4225
(42,66,37)
#20321E
(32,50,30)
#162217
(22,34,23)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #70B256

#70B256
(112,178,86)
#7DB965
(125,185,101)
#8AC074
(138,192,116)
#97C783
(151,199,131)
#A4CE92
(164,206,146)
#B1D5A1
(177,213,161)
#BEDCB0
(190,220,176)
#CBE3BF
(203,227,191)
#D8EACE
(216,234,206)
#E5F1DD
(229,241,221)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B256 color. Also use rgb(112,178,86) instead hex code.

Text Font Color

.myTextColor { color: #70B256; }

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

This text font color is #70B256.


Background Color

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

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

This div background color is #70B256.


Border color

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

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

This div border color is #70B256.


Opacity

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

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

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

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

This text has shadow with #70B256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B256 on black background.


Color preview on white background

This text has color #70B256 on white background.



Black color preview on #70B256 background

This text has black color on #70B256 background.


White color preview on #70B256 background

This text has white color on #70B256 background.