COLOR #70CB75

HEX: #70CB75
RGB: (112,203,117)

Color info

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

RGB color model

#70CB75 color RGB value is (112,203,117).

  • red value is 112;
  • green value is 203;
  • blue value is 117.
RGB:
(112,203,117)
(44%,80%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 203 of 255 = 80%
B 117 of 255 = 46%

112
203
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 203 + 117 = 432 (100%)
R 112 of 432 ~ 25.93%
G 203 of 432 ~ 46.99%
B 117 of 432 ~ 27.08%

%25.93
%46.99
%27.08

CMYK color model

#70CB75 color CMYK value is (45,0,42,20).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 42.36%
  • key color value is 20.39%
CMYK:
(45,0,42,20)
C45M0Y42K20 
(45%,0%,42%,20%)
(0.45/0.00/0.42/0.20)	

CMYK percentages

%44.83
%0
%42.36
%20.39

Codes

Color #70CB75 in popluar color models

70CB75
RGB112203117
HSL123°46.67%61.76%
HSB/HSV123°44.83%79.61%
CMYK44.83%0.00%42.36%
20.39%

Color #70CB75 in popluar number systems.

HEX70CB75
Decimal112203117
Binary1110000110010111110101
Octal160313165

Shades and tints

Shades of #70CB75

#70CB75
(112,203,117)
#66B96B
(102,185,107)
#5CA761
(92,167,97)
#529557
(82,149,87)
#48834D
(72,131,77)
#3E7143
(62,113,67)
#345F39
(52,95,57)
#2A4D2F
(42,77,47)
#203B25
(32,59,37)
#16291B
(22,41,27)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #70CB75

#70CB75
(112,203,117)
#7DCF81
(125,207,129)
#8AD38D
(138,211,141)
#97D799
(151,215,153)
#A4DBA5
(164,219,165)
#B1DFB1
(177,223,177)
#BEE3BD
(190,227,189)
#CBE7C9
(203,231,201)
#D8EBD5
(216,235,213)
#E5EFE1
(229,239,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70CB75 color. Also use rgb(112,203,117) instead hex code.

Text Font Color

.myTextColor { color: #70CB75; }

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

This text font color is #70CB75.


Background Color

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

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

This div background color is #70CB75.


Border color

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

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

This div border color is #70CB75.


Opacity

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

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

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

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

This text has shadow with #70CB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70CB75 on black background.


Color preview on white background

This text has color #70CB75 on white background.



Black color preview on #70CB75 background

This text has black color on #70CB75 background.


White color preview on #70CB75 background

This text has white color on #70CB75 background.