COLOR #70B737

HEX: #70B737 RGB: (112,183,55)

Color info

#70B737 contains mainly green color. Web safe color of #70B737 is #66CC33 (or #6C3).

RGB color model

#70B737 color RGB value is (112,183,55).

RGB: (112,183,55) (44%, 72%, 22%)

RGB channels and saturation

R 112 of 255 = 44%
G 183 of 255 = 72%
B 55 of 255 = 22%

112
183
55

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

Portions of RGB colors in percentages

R + G + B = 112 + 183 + 55 = 350 (100%)
R 112 of 350 ~ 32%
G 183 of 350 ~ 52.29%
B 55 of 350 ~ 15.71'%

%32
%52.29
%15.71

CMYK color model

#70B737 color CMYK value is (39,0,70,28).

  • cyan value is 38.80%
  • magenta value is 0.00%
  • yellow value is 69.95%
  • key color value is 28.24%

CMYK: (39,0,70,28)
C39M0Y70K28 (39%, 0%, 70%, 28%)
(0.39 / 0.00 / 0.70 / 0.28)

CMYK percentages

%38.8
%0
%69.95
%28.24

Codes

Color #70B737 in popluar color models

70 B7 37
RGB 112 183 55
HSL 93° 53.78% 46.67%
HSB/HSV 93° 69.95% 71.76%
CMYK 38.80% 0.00% 69.95%
28.24%

Color #70B737 in popluar number systems.

HEX 70 B7 37
Decimal 112 183 55
Binary 1110000 10110111 110111
Octal 160 267 67

Shades and tints

Shades of #70B737

#70B737
(112,183,55)
#66A732
(102,167,50)
#5C972D
(92,151,45)
#528728
(82,135,40)
#487723
(72,119,35)
#3E671E
(62,103,30)
#345719
(52,87,25)
#2A4714
(42,71,20)
#20370F
(32,55,15)
#16270A
(22,39,10)
#0C1705
(12,23,5)
#000000
(0,0,0)

Tints of #70B737

#70B737
(112,183,55)
#7DBD49
(125,189,73)
#8AC35B
(138,195,91)
#97C96D
(151,201,109)
#A4CF7F
(164,207,127)
#B1D591
(177,213,145)
#BEDBA3
(190,219,163)
#CBE1B5
(203,225,181)
#D8E7C7
(216,231,199)
#E5EDD9
(229,237,217)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B737 color. Also use rgb(112,183,55) instead hex code.

Text Font Color

.myTextColor { color: #70B737; }

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

This text font color is #70B737.

Background Color

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

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

This div background color is #70B737.

Border color

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

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

This div border color is #70B737.

Opacity

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

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

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

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

This text has shadow with #70B737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B737.

Preview

Color preview on black background

This text has color #70B737 on black background.


Color preview on white background

This text has color #70B737 on white background.


Black color preview on #70B737 background

This text has black color on #70B737 background.


White color preview on #70B737 background

This text has white color on #70B737 background.


Related colors

Complementary color

Complementary color for #hex is #8F48C8.


I love getcolorcode.com

Triadic colors

1 #3770B7 and #B73770 with #70B737 are triadic colors.

2 #37B770 and #B77037 with #70B737 are triadic colors.