COLOR #70B25D

HEX: #70B25D
RGB: (112,178,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
178
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 178 + 93 = 383 (100%)
R 112 of 383 ~ 29.24%
G 178 of 383 ~ 46.48%
B 93 of 383 ~ 24.28%

%29.24
%46.48
%24.28

CMYK color model

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

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

CMYK percentages

%37.08
%0
%47.75
%30.2

Codes

Color #70B25D in popluar color models

70B25D
RGB11217893
HSL107°35.56%53.14%
HSB/HSV107°47.75%69.80%
CMYK37.08%0.00%47.75%
30.20%

Color #70B25D in popluar number systems.

HEX70B25D
Decimal11217893
Binary1110000101100101011101
Octal160262135

Shades and tints

Shades of #70B25D

#70B25D
(112,178,93)
#66A255
(102,162,85)
#5C924D
(92,146,77)
#528245
(82,130,69)
#48723D
(72,114,61)
#3E6235
(62,98,53)
#34522D
(52,82,45)
#2A4225
(42,66,37)
#20321D
(32,50,29)
#162215
(22,34,21)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #70B25D

#70B25D
(112,178,93)
#7DB96B
(125,185,107)
#8AC079
(138,192,121)
#97C787
(151,199,135)
#A4CE95
(164,206,149)
#B1D5A3
(177,213,163)
#BEDCB1
(190,220,177)
#CBE3BF
(203,227,191)
#D8EACD
(216,234,205)
#E5F1DB
(229,241,219)
#F2F8E9
(242,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B25D; }

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

This text font color is #70B25D.


Background Color

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

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

This div background color is #70B25D.


Border color

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

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

This div border color is #70B25D.


Opacity

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

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

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

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

This text has shadow with #70B25D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B25D on black background.


Color preview on white background

This text has color #70B25D on white background.



Black color preview on #70B25D background

This text has black color on #70B25D background.


White color preview on #70B25D background

This text has white color on #70B25D background.