COLOR #70AB52

HEX: #70AB52 RGB: (112,171,82)

Color info

#70AB52 contains mainly red and green colors. Web safe color of #70AB52 is #669966 (or #696).

RGB color model

#70AB52 color RGB value is (112,171,82).

RGB: (112,171,82) (44%, 67%, 32%)

RGB channels and saturation

R 112 of 255 = 44%
G 171 of 255 = 67%
B 82 of 255 = 32%

112
171
82

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

Portions of RGB colors in percentages

R + G + B = 112 + 171 + 82 = 365 (100%)
R 112 of 365 ~ 30.68%
G 171 of 365 ~ 46.85%
B 82 of 365 ~ 22.47'%

%30.68
%46.85
%22.47

CMYK color model

#70AB52 color CMYK value is (35,0,52,33).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 32.94%

CMYK: (35,0,52,33)
C35M0Y52K33 (35%, 0%, 52%, 33%)
(0.35 / 0.00 / 0.52 / 0.33)

CMYK percentages

%34.5
%0
%52.05
%32.94

Codes

Color #70AB52 in popluar color models

70 AB 52
RGB 112 171 82
HSL 100° 35.18% 49.61%
HSB/HSV 100° 52.05% 67.06%
CMYK 34.50% 0.00% 52.05%
32.94%

Color #70AB52 in popluar number systems.

HEX 70 AB 52
Decimal 112 171 82
Binary 1110000 10101011 1010010
Octal 160 253 122

Shades and tints

Shades of #70AB52

#70AB52
(112,171,82)
#669C4B
(102,156,75)
#5C8D44
(92,141,68)
#527E3D
(82,126,61)
#486F36
(72,111,54)
#3E602F
(62,96,47)
#345128
(52,81,40)
#2A4221
(42,66,33)
#20331A
(32,51,26)
#162413
(22,36,19)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #70AB52

#70AB52
(112,171,82)
#7DB261
(125,178,97)
#8AB970
(138,185,112)
#97C07F
(151,192,127)
#A4C78E
(164,199,142)
#B1CE9D
(177,206,157)
#BED5AC
(190,213,172)
#CBDCBB
(203,220,187)
#D8E3CA
(216,227,202)
#E5EAD9
(229,234,217)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AB52; }

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

This text font color is #70AB52.

Background Color

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

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

This div background color is #70AB52.

Border color

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

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

This div border color is #70AB52.

Opacity

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

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

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

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

This text has shadow with #70AB52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AB52.

Preview

Color preview on black background

This text has color #70AB52 on black background.


Color preview on white background

This text has color #70AB52 on white background.


Black color preview on #70AB52 background

This text has black color on #70AB52 background.


White color preview on #70AB52 background

This text has white color on #70AB52 background.


Related colors

Complementary color

Complementary color for #hex is #8F54AD.


I love getcolorcode.com

Triadic colors

1 #5270AB and #AB5270 with #70AB52 are triadic colors.

2 #52AB70 and #AB7052 with #70AB52 are triadic colors.