COLOR #70B281

HEX: #70B281
RGB: (112,178,129)

Color info

#70B281 contains mainly green and blue colors. Web safe color of #70B281 is #669999 (or #699).

RGB color model

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

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

RGB channels and saturation

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

112
178
129

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

Portions of RGB colors in percentages

R + G + B =
112 + 178 + 129 = 419 (100%)
R 112 of 419 ~ 26.73%
G 178 of 419 ~ 42.48%
B 129 of 419 ~ 30.79%

%26.73
%42.48
%30.79

CMYK color model

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

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

CMYK percentages

%37.08
%0
%27.53
%30.2

Codes

Color #70B281 in popluar color models

70B281
RGB112178129
HSL135°30.00%56.86%
HSB/HSV135°37.08%69.80%
CMYK37.08%0.00%27.53%
30.20%

Color #70B281 in popluar number systems.

HEX70B281
Decimal112178129
Binary11100001011001010000001
Octal160262201

Shades and tints

Shades of #70B281

#70B281
(112,178,129)
#66A276
(102,162,118)
#5C926B
(92,146,107)
#528260
(82,130,96)
#487255
(72,114,85)
#3E624A
(62,98,74)
#34523F
(52,82,63)
#2A4234
(42,66,52)
#203229
(32,50,41)
#16221E
(22,34,30)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #70B281

#70B281
(112,178,129)
#7DB98C
(125,185,140)
#8AC097
(138,192,151)
#97C7A2
(151,199,162)
#A4CEAD
(164,206,173)
#B1D5B8
(177,213,184)
#BEDCC3
(190,220,195)
#CBE3CE
(203,227,206)
#D8EAD9
(216,234,217)
#E5F1E4
(229,241,228)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B281; }

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

This text font color is #70B281.


Background Color

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

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

This div background color is #70B281.


Border color

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

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

This div border color is #70B281.


Opacity

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

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

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

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

This text has shadow with #70B281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B281 on black background.


Color preview on white background

This text has color #70B281 on white background.



Black color preview on #70B281 background

This text has black color on #70B281 background.


White color preview on #70B281 background

This text has white color on #70B281 background.