COLOR #70B02B

HEX: #70B02B
RGB: (112,176,43)

Color info

#70B02B contains mainly green color. Web safe color of #70B02B is #669933 (or #693).

RGB color model

#70B02B color RGB value is (112,176,43).

  • red value is 112;
  • green value is 176;
  • blue value is 43.
RGB:
(112,176,43)
(44%,69%,17%)

RGB channels and saturation

R 112 of 255 = 44%
G 176 of 255 = 69%
B 43 of 255 = 17%

112
176
43

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

Portions of RGB colors in percentages

R + G + B =
112 + 176 + 43 = 331 (100%)
R 112 of 331 ~ 33.84%
G 176 of 331 ~ 53.17%
B 43 of 331 ~ 12.99%

%33.84
%53.17
%12.99

CMYK color model

#70B02B color CMYK value is (36,0,76,31).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 75.57%
  • key color value is 30.98%
CMYK:
(36,0,76,31)
C36M0Y76K31 
(36%,0%,76%,31%)
(0.36/0.00/0.76/0.31)	

CMYK percentages

%36.36
%0
%75.57
%30.98

Codes

Color #70B02B in popluar color models

70B02B
RGB11217643
HSL89°60.73%42.94%
HSB/HSV89°75.57%69.02%
CMYK36.36%0.00%75.57%
30.98%

Color #70B02B in popluar number systems.

HEX70B02B
Decimal11217643
Binary111000010110000101011
Octal16026053

Shades and tints

Shades of #70B02B

#70B02B
(112,176,43)
#66A028
(102,160,40)
#5C9025
(92,144,37)
#528022
(82,128,34)
#48701F
(72,112,31)
#3E601C
(62,96,28)
#345019
(52,80,25)
#2A4016
(42,64,22)
#203013
(32,48,19)
#162010
(22,32,16)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #70B02B

#70B02B
(112,176,43)
#7DB73E
(125,183,62)
#8ABE51
(138,190,81)
#97C564
(151,197,100)
#A4CC77
(164,204,119)
#B1D38A
(177,211,138)
#BEDA9D
(190,218,157)
#CBE1B0
(203,225,176)
#D8E8C3
(216,232,195)
#E5EFD6
(229,239,214)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B02B; }

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

This text font color is #70B02B.


Background Color

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

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

This div background color is #70B02B.


Border color

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

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

This div border color is #70B02B.


Opacity

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

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

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

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

This text has shadow with #70B02B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B02B on black background.


Color preview on white background

This text has color #70B02B on white background.



Black color preview on #70B02B background

This text has black color on #70B02B background.


White color preview on #70B02B background

This text has white color on #70B02B background.