COLOR #70BB79

HEX: #70BB79 RGB: (112,187,121)

Color info

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

RGB color model

#70BB79 color RGB value is (112,187,121).

RGB: (112,187,121) (44%, 73%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 187 of 255 = 73%
B 121 of 255 = 47%

112
187
121

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

Portions of RGB colors in percentages

R + G + B = 112 + 187 + 121 = 420 (100%)
R 112 of 420 ~ 26.67%
G 187 of 420 ~ 44.52%
B 121 of 420 ~ 28.81'%

%26.67
%44.52
%28.81

CMYK color model

#70BB79 color CMYK value is (40,0,35,27).

  • cyan value is 40.11%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 26.67%
CMYK: (40,0,35,27) C40M0Y35K27 (40%,0%,35%,27%) (0.40/0.00/0.35/0.27) 

CMYK percentages

%40.11
%0
%35.29
%26.67

Codes

Color #70BB79 in popluar color models

70 BB 79
RGB 112 187 121
HSL 127° 35.55% 58.63%
HSB/HSV 127° 40.11% 73.33%
CMYK 40.11% 0.00% 35.29%
26.67%

Color #70BB79 in popluar number systems.

HEX 70 BB 79
Decimal 112 187 121
Binary 1110000 10111011 1111001
Octal 160 273 171

Shades and tints

Shades of #70BB79

#70BB79
(112,187,121)
#66AA6E
(102,170,110)
#5C9963
(92,153,99)
#528858
(82,136,88)
#48774D
(72,119,77)
#3E6642
(62,102,66)
#345537
(52,85,55)
#2A442C
(42,68,44)
#203321
(32,51,33)
#162216
(22,34,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #70BB79

#70BB79
(112,187,121)
#7DC185
(125,193,133)
#8AC791
(138,199,145)
#97CD9D
(151,205,157)
#A4D3A9
(164,211,169)
#B1D9B5
(177,217,181)
#BEDFC1
(190,223,193)
#CBE5CD
(203,229,205)
#D8EBD9
(216,235,217)
#E5F1E5
(229,241,229)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70BB79; }

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

This text font color is #70BB79.

Background Color

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

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

This div background color is #70BB79.

Border color

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

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

This div border color is #70BB79.

Opacity

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

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

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

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

This text has shadow with #70BB79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BB79.

Preview

Color preview on black background

This text has color #70BB79 on black background.


Color preview on white background

This text has color #70BB79 on white background.


Black color preview on #70BB79 background

This text has black color on #70BB79 background.


White color preview on #70BB79 background

This text has white color on #70BB79 background.


Related colors

Complementary color

Complementary color for #hex is #8F4486.


I love getcolorcode.com

Triadic colors

1 #7970BB and #BB7970 with #70BB79 are triadic colors.

2 #79BB70 and #BB7079 with #70BB79 are triadic colors.