COLOR #70B070

HEX: #70B070
RGB: (112,176,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
176
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 176 + 112 = 400 (100%)
R 112 of 400 ~ 28%
G 176 of 400 ~ 44%
B 112 of 400 ~ 28%

%28
%44
%28

CMYK color model

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

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

CMYK percentages

%36.36
%0
%36.36
%30.98

Codes

Color #70B070 in popluar color models

70B070
RGB112176112
HSL120°28.83%56.47%
HSB/HSV120°36.36%69.02%
CMYK36.36%0.00%36.36%
30.98%

Color #70B070 in popluar number systems.

HEX70B070
Decimal112176112
Binary1110000101100001110000
Octal160260160

Shades and tints

Shades of #70B070

#70B070
(112,176,112)
#66A066
(102,160,102)
#5C905C
(92,144,92)
#528052
(82,128,82)
#487048
(72,112,72)
#3E603E
(62,96,62)
#345034
(52,80,52)
#2A402A
(42,64,42)
#203020
(32,48,32)
#162016
(22,32,22)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #70B070

#70B070
(112,176,112)
#7DB77D
(125,183,125)
#8ABE8A
(138,190,138)
#97C597
(151,197,151)
#A4CCA4
(164,204,164)
#B1D3B1
(177,211,177)
#BEDABE
(190,218,190)
#CBE1CB
(203,225,203)
#D8E8D8
(216,232,216)
#E5EFE5
(229,239,229)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B070; }

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

This text font color is #70B070.


Background Color

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

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

This div background color is #70B070.


Border color

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

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

This div border color is #70B070.


Opacity

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

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

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

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

This text has shadow with #70B070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B070 on black background.


Color preview on white background

This text has color #70B070 on white background.



Black color preview on #70B070 background

This text has black color on #70B070 background.


White color preview on #70B070 background

This text has white color on #70B070 background.