COLOR #70B252

HEX: #70B252 RGB: (112,178,82)

Color info

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

RGB color model

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

RGB: (112,178,82) (44%, 70%, 32%)

RGB channels and saturation

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

112
178
82

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

Portions of RGB colors in percentages

R + G + B = 112 + 178 + 82 = 372 (100%)
R 112 of 372 ~ 30.11%
G 178 of 372 ~ 47.85%
B 82 of 372 ~ 22.04'%

%30.11
%47.85
%22.04

CMYK color model

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

  • cyan value is 37.08%
  • magenta value is 0.00%
  • yellow value is 53.93%
  • key color value is 30.20%

CMYK: (37,0,54,30)
C37M0Y54K30 (37%, 0%, 54%, 30%)
(0.37 / 0.00 / 0.54 / 0.30)

CMYK percentages

%37.08
%0
%53.93
%30.2

Codes

Color #70B252 in popluar color models

70 B2 52
RGB 112 178 82
HSL 101° 38.40% 50.98%
HSB/HSV 101° 53.93% 69.80%
CMYK 37.08% 0.00% 53.93%
30.20%

Color #70B252 in popluar number systems.

HEX 70 B2 52
Decimal 112 178 82
Binary 1110000 10110010 1010010
Octal 160 262 122

Shades and tints

Shades of #70B252

#70B252
(112,178,82)
#66A24B
(102,162,75)
#5C9244
(92,146,68)
#52823D
(82,130,61)
#487236
(72,114,54)
#3E622F
(62,98,47)
#345228
(52,82,40)
#2A4221
(42,66,33)
#20321A
(32,50,26)
#162213
(22,34,19)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #70B252

#70B252
(112,178,82)
#7DB961
(125,185,97)
#8AC070
(138,192,112)
#97C77F
(151,199,127)
#A4CE8E
(164,206,142)
#B1D59D
(177,213,157)
#BEDCAC
(190,220,172)
#CBE3BB
(203,227,187)
#D8EACA
(216,234,202)
#E5F1D9
(229,241,217)
#F2F8E8
(242,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B252; }

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

This text font color is #70B252.

Background Color

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

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

This div background color is #70B252.

Border color

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

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

This div border color is #70B252.

Opacity

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

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

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

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

This text has shadow with #70B252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B252.

Preview

Color preview on black background

This text has color #70B252 on black background.


Color preview on white background

This text has color #70B252 on white background.


Black color preview on #70B252 background

This text has black color on #70B252 background.


White color preview on #70B252 background

This text has white color on #70B252 background.


Related colors

Complementary color

Complementary color for #hex is #8F4DAD.


I love getcolorcode.com

Triadic colors

1 #5270B2 and #B25270 with #70B252 are triadic colors.

2 #52B270 and #B27052 with #70B252 are triadic colors.