COLOR #70BB60

HEX: #70BB60
RGB: (112,187,96)

Color info

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

RGB color model

#70BB60 color RGB value is (112,187,96).

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

RGB channels and saturation

R 112 of 255 = 44%
G 187 of 255 = 73%
B 96 of 255 = 38%

112
187
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 187 + 96 = 395 (100%)
R 112 of 395 ~ 28.35%
G 187 of 395 ~ 47.34%
B 96 of 395 ~ 24.3%

%28.35
%47.34
%24.3

CMYK color model

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

  • cyan value is 40.11%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 26.67%
CMYK:
(40,0,49,27)
C40M0Y49K27 
(40%,0%,49%,27%)
(0.40/0.00/0.49/0.27)	

CMYK percentages

%40.11
%0
%48.66
%26.67

Codes

Color #70BB60 in popluar color models

70BB60
RGB11218796
HSL109°40.09%55.49%
HSB/HSV109°48.66%73.33%
CMYK40.11%0.00%48.66%
26.67%

Color #70BB60 in popluar number systems.

HEX70BB60
Decimal11218796
Binary1110000101110111100000
Octal160273140

Shades and tints

Shades of #70BB60

#70BB60
(112,187,96)
#66AA58
(102,170,88)
#5C9950
(92,153,80)
#528848
(82,136,72)
#487740
(72,119,64)
#3E6638
(62,102,56)
#345530
(52,85,48)
#2A4428
(42,68,40)
#203320
(32,51,32)
#162218
(22,34,24)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #70BB60

#70BB60
(112,187,96)
#7DC16E
(125,193,110)
#8AC77C
(138,199,124)
#97CD8A
(151,205,138)
#A4D398
(164,211,152)
#B1D9A6
(177,217,166)
#BEDFB4
(190,223,180)
#CBE5C2
(203,229,194)
#D8EBD0
(216,235,208)
#E5F1DE
(229,241,222)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70BB60; }

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

This text font color is #70BB60.


Background Color

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

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

This div background color is #70BB60.


Border color

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

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

This div border color is #70BB60.


Opacity

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

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

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

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

This text has shadow with #70BB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BB60 on black background.


Color preview on white background

This text has color #70BB60 on white background.



Black color preview on #70BB60 background

This text has black color on #70BB60 background.


White color preview on #70BB60 background

This text has white color on #70BB60 background.