COLOR #70B878

HEX: #70B878
RGB: (112,184,120)

Color info

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

RGB color model

#70B878 color RGB value is (112,184,120).

  • red value is 112;
  • green value is 184;
  • blue value is 120.
RGB:
(112,184,120)
(44%,72%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 184 of 255 = 72%
B 120 of 255 = 47%

112
184
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 184 + 120 = 416 (100%)
R 112 of 416 ~ 26.92%
G 184 of 416 ~ 44.23%
B 120 of 416 ~ 28.85%

%26.92
%44.23
%28.85

CMYK color model

#70B878 color CMYK value is (39,0,35,28).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(39,0,35,28)
C39M0Y35K28 
(39%,0%,35%,28%)
(0.39/0.00/0.35/0.28)	

CMYK percentages

%39.13
%0
%34.78
%27.84

Codes

Color #70B878 in popluar color models

70B878
RGB112184120
HSL127°33.64%58.04%
HSB/HSV127°39.13%72.16%
CMYK39.13%0.00%34.78%
27.84%

Color #70B878 in popluar number systems.

HEX70B878
Decimal112184120
Binary1110000101110001111000
Octal160270170

Shades and tints

Shades of #70B878

#70B878
(112,184,120)
#66A86E
(102,168,110)
#5C9864
(92,152,100)
#52885A
(82,136,90)
#487850
(72,120,80)
#3E6846
(62,104,70)
#34583C
(52,88,60)
#2A4832
(42,72,50)
#203828
(32,56,40)
#16281E
(22,40,30)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #70B878

#70B878
(112,184,120)
#7DBE84
(125,190,132)
#8AC490
(138,196,144)
#97CA9C
(151,202,156)
#A4D0A8
(164,208,168)
#B1D6B4
(177,214,180)
#BEDCC0
(190,220,192)
#CBE2CC
(203,226,204)
#D8E8D8
(216,232,216)
#E5EEE4
(229,238,228)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B878 color. Also use rgb(112,184,120) instead hex code.

Text Font Color

.myTextColor { color: #70B878; }

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

This text font color is #70B878.


Background Color

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

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

This div background color is #70B878.


Border color

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

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

This div border color is #70B878.


Opacity

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

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

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

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

This text has shadow with #70B878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B878 on black background.


Color preview on white background

This text has color #70B878 on white background.



Black color preview on #70B878 background

This text has black color on #70B878 background.


White color preview on #70B878 background

This text has white color on #70B878 background.