COLOR #70B078

HEX: #70B078
RGB: (112,176,120)

Color info

#70B078 contains mainly green and blue colors. Web safe color of #70B078 is #669966 (or #696).

RGB color model

#70B078 color RGB value is (112,176,120).

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

RGB channels and saturation

R 112 of 255 = 44%
G 176 of 255 = 69%
B 120 of 255 = 47%

112
176
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 176 + 120 = 408 (100%)
R 112 of 408 ~ 27.45%
G 176 of 408 ~ 43.14%
B 120 of 408 ~ 29.41%

%27.45
%43.14
%29.41

CMYK color model

#70B078 color CMYK value is (36,0,32,31).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 30.98%
CMYK:
(36,0,32,31)
C36M0Y32K31 
(36%,0%,32%,31%)
(0.36/0.00/0.32/0.31)	

CMYK percentages

%36.36
%0
%31.82
%30.98

Codes

Color #70B078 in popluar color models

70B078
RGB112176120
HSL128°28.83%56.47%
HSB/HSV128°36.36%69.02%
CMYK36.36%0.00%31.82%
30.98%

Color #70B078 in popluar number systems.

HEX70B078
Decimal112176120
Binary1110000101100001111000
Octal160260170

Shades and tints

Shades of #70B078

#70B078
(112,176,120)
#66A06E
(102,160,110)
#5C9064
(92,144,100)
#52805A
(82,128,90)
#487050
(72,112,80)
#3E6046
(62,96,70)
#34503C
(52,80,60)
#2A4032
(42,64,50)
#203028
(32,48,40)
#16201E
(22,32,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #70B078

#70B078
(112,176,120)
#7DB784
(125,183,132)
#8ABE90
(138,190,144)
#97C59C
(151,197,156)
#A4CCA8
(164,204,168)
#B1D3B4
(177,211,180)
#BEDAC0
(190,218,192)
#CBE1CC
(203,225,204)
#D8E8D8
(216,232,216)
#E5EFE4
(229,239,228)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B078; }

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

This text font color is #70B078.


Background Color

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

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

This div background color is #70B078.


Border color

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

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

This div border color is #70B078.


Opacity

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

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

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

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

This text has shadow with #70B078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B078 on black background.


Color preview on white background

This text has color #70B078 on white background.



Black color preview on #70B078 background

This text has black color on #70B078 background.


White color preview on #70B078 background

This text has white color on #70B078 background.