COLOR #70AF78

HEX: #70AF78 RGB: (112,175,120)

Color info

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

RGB color model

#70AF78 color RGB value is (112,175,120).

RGB: (112,175,120) (44%, 69%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 120 of 255 = 47%

112
175
120

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

Portions of RGB colors in percentages

R + G + B = 112 + 175 + 120 = 407 (100%)
R 112 of 407 ~ 27.52%
G 175 of 407 ~ 43%
B 120 of 407 ~ 29.48'%

%27.52
%43
%29.48

CMYK color model

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

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 31.37%

CMYK: (36,0,31,31)
C36M0Y31K31 (36%, 0%, 31%, 31%)
(0.36 / 0.00 / 0.31 / 0.31)

CMYK percentages

%36
%0
%31.43
%31.37

Codes

Color #70AF78 in popluar color models

70 AF 78
RGB 112 175 120
HSL 128° 28.25% 56.27%
HSB/HSV 128° 36.00% 68.63%
CMYK 36.00% 0.00% 31.43%
31.37%

Color #70AF78 in popluar number systems.

HEX 70 AF 78
Decimal 112 175 120
Binary 1110000 10101111 1111000
Octal 160 257 170

Shades and tints

Shades of #70AF78

#70AF78
(112,175,120)
#66A06E
(102,160,110)
#5C9164
(92,145,100)
#52825A
(82,130,90)
#487350
(72,115,80)
#3E6446
(62,100,70)
#34553C
(52,85,60)
#2A4632
(42,70,50)
#203728
(32,55,40)
#16281E
(22,40,30)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #70AF78

#70AF78
(112,175,120)
#7DB684
(125,182,132)
#8ABD90
(138,189,144)
#97C49C
(151,196,156)
#A4CBA8
(164,203,168)
#B1D2B4
(177,210,180)
#BED9C0
(190,217,192)
#CBE0CC
(203,224,204)
#D8E7D8
(216,231,216)
#E5EEE4
(229,238,228)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AF78 color. Also use rgb(112,175,120) instead hex code.

Text Font Color

.myTextColor { color: #70AF78; }

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

This text font color is #70AF78.

Background Color

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

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

This div background color is #70AF78.

Border color

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

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

This div border color is #70AF78.

Opacity

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

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

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

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

This text has shadow with #70AF78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AF78.

Preview

Color preview on black background

This text has color #70AF78 on black background.


Color preview on white background

This text has color #70AF78 on white background.


Black color preview on #70AF78 background

This text has black color on #70AF78 background.


White color preview on #70AF78 background

This text has white color on #70AF78 background.


Related colors

Complementary color

Complementary color for #hex is #8F5087.


I love getcolorcode.com

Triadic colors

1 #7870AF and #AF7870 with #70AF78 are triadic colors.

2 #78AF70 and #AF7078 with #70AF78 are triadic colors.