COLOR #70B270

HEX: #70B270
RGB: (112,178,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
178
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 178 + 112 = 402 (100%)
R 112 of 402 ~ 27.86%
G 178 of 402 ~ 44.28%
B 112 of 402 ~ 27.86%

%27.86
%44.28
%27.86

CMYK color model

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

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

CMYK percentages

%37.08
%0
%37.08
%30.2

Codes

Color #70B270 in popluar color models

70B270
RGB112178112
HSL120°30.00%56.86%
HSB/HSV120°37.08%69.80%
CMYK37.08%0.00%37.08%
30.20%

Color #70B270 in popluar number systems.

HEX70B270
Decimal112178112
Binary1110000101100101110000
Octal160262160

Shades and tints

Shades of #70B270

#70B270
(112,178,112)
#66A266
(102,162,102)
#5C925C
(92,146,92)
#528252
(82,130,82)
#487248
(72,114,72)
#3E623E
(62,98,62)
#345234
(52,82,52)
#2A422A
(42,66,42)
#203220
(32,50,32)
#162216
(22,34,22)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #70B270

#70B270
(112,178,112)
#7DB97D
(125,185,125)
#8AC08A
(138,192,138)
#97C797
(151,199,151)
#A4CEA4
(164,206,164)
#B1D5B1
(177,213,177)
#BEDCBE
(190,220,190)
#CBE3CB
(203,227,203)
#D8EAD8
(216,234,216)
#E5F1E5
(229,241,229)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B270; }

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

This text font color is #70B270.


Background Color

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

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

This div background color is #70B270.


Border color

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

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

This div border color is #70B270.


Opacity

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

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

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

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

This text has shadow with #70B270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B270 on black background.


Color preview on white background

This text has color #70B270 on white background.



Black color preview on #70B270 background

This text has black color on #70B270 background.


White color preview on #70B270 background

This text has white color on #70B270 background.