COLOR #70AF4B

HEX: #70AF4B
RGB: (112,175,75)

Color info

#70AF4B contains mainly green color. Web safe color of #70AF4B is #669933 (or #693).

RGB color model

#70AF4B color RGB value is (112,175,75).

  • red value is 112;
  • green value is 175;
  • blue value is 75.
RGB:
(112,175,75)
(44%,69%,29%)

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 75 of 255 = 29%

112
175
75

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

Portions of RGB colors in percentages

R + G + B =
112 + 175 + 75 = 362 (100%)
R 112 of 362 ~ 30.94%
G 175 of 362 ~ 48.34%
B 75 of 362 ~ 20.72%

%30.94
%48.34
%20.72

CMYK color model

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

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 31.37%
CMYK:
(36,0,57,31)
C36M0Y57K31 
(36%,0%,57%,31%)
(0.36/0.00/0.57/0.31)	

CMYK percentages

%36
%0
%57.14
%31.37

Codes

Color #70AF4B in popluar color models

70AF4B
RGB11217575
HSL98°40.00%49.02%
HSB/HSV98°57.14%68.63%
CMYK36.00%0.00%57.14%
31.37%

Color #70AF4B in popluar number systems.

HEX70AF4B
Decimal11217575
Binary1110000101011111001011
Octal160257113

Shades and tints

Shades of #70AF4B

#70AF4B
(112,175,75)
#66A045
(102,160,69)
#5C913F
(92,145,63)
#528239
(82,130,57)
#487333
(72,115,51)
#3E642D
(62,100,45)
#345527
(52,85,39)
#2A4621
(42,70,33)
#20371B
(32,55,27)
#162815
(22,40,21)
#0C190F
(12,25,15)
#000000
(0,0,0)

Tints of #70AF4B

#70AF4B
(112,175,75)
#7DB65B
(125,182,91)
#8ABD6B
(138,189,107)
#97C47B
(151,196,123)
#A4CB8B
(164,203,139)
#B1D29B
(177,210,155)
#BED9AB
(190,217,171)
#CBE0BB
(203,224,187)
#D8E7CB
(216,231,203)
#E5EEDB
(229,238,219)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AF4B; }

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

This text font color is #70AF4B.


Background Color

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

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

This div background color is #70AF4B.


Border color

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

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

This div border color is #70AF4B.


Opacity

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

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

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

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

This text has shadow with #70AF4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AF4B on black background.


Color preview on white background

This text has color #70AF4B on white background.



Black color preview on #70AF4B background

This text has black color on #70AF4B background.


White color preview on #70AF4B background

This text has white color on #70AF4B background.