COLOR #70BA70

HEX: #70BA70
RGB: (112,186,112)

Color info

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

RGB color model

#70BA70 color RGB value is (112,186,112).

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

RGB channels and saturation

R 112 of 255 = 44%
G 186 of 255 = 73%
B 112 of 255 = 44%

112
186
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 186 + 112 = 410 (100%)
R 112 of 410 ~ 27.32%
G 186 of 410 ~ 45.37%
B 112 of 410 ~ 27.32%

%27.32
%45.37
%27.32

CMYK color model

#70BA70 color CMYK value is (40,0,40,27).

  • cyan value is 39.78%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 27.06%
CMYK:
(40,0,40,27)
C40M0Y40K27 
(40%,0%,40%,27%)
(0.40/0.00/0.40/0.27)	

CMYK percentages

%39.78
%0
%39.78
%27.06

Codes

Color #70BA70 in popluar color models

70BA70
RGB112186112
HSL120°34.91%58.43%
HSB/HSV120°39.78%72.94%
CMYK39.78%0.00%39.78%
27.06%

Color #70BA70 in popluar number systems.

HEX70BA70
Decimal112186112
Binary1110000101110101110000
Octal160272160

Shades and tints

Shades of #70BA70

#70BA70
(112,186,112)
#66AA66
(102,170,102)
#5C9A5C
(92,154,92)
#528A52
(82,138,82)
#487A48
(72,122,72)
#3E6A3E
(62,106,62)
#345A34
(52,90,52)
#2A4A2A
(42,74,42)
#203A20
(32,58,32)
#162A16
(22,42,22)
#0C1A0C
(12,26,12)
#000000
(0,0,0)

Tints of #70BA70

#70BA70
(112,186,112)
#7DC07D
(125,192,125)
#8AC68A
(138,198,138)
#97CC97
(151,204,151)
#A4D2A4
(164,210,164)
#B1D8B1
(177,216,177)
#BEDEBE
(190,222,190)
#CBE4CB
(203,228,203)
#D8EAD8
(216,234,216)
#E5F0E5
(229,240,229)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70BA70; }

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

This text font color is #70BA70.


Background Color

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

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

This div background color is #70BA70.


Border color

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

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

This div border color is #70BA70.


Opacity

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

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

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

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

This text has shadow with #70BA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BA70 on black background.


Color preview on white background

This text has color #70BA70 on white background.



Black color preview on #70BA70 background

This text has black color on #70BA70 background.


White color preview on #70BA70 background

This text has white color on #70BA70 background.