COLOR #7FB970

HEX: #7FB970
RGB: (127,185,112)

Color info

#7FB970 contains mainly red and green colors. Web safe color of #7FB970 is #66CC66 (or #6C6).

RGB color model

#7FB970 color RGB value is (127,185,112).

  • red value is 127;
  • green value is 185;
  • blue value is 112.
RGB:
(127,185,112)
(50%,73%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 185 of 255 = 73%
B 112 of 255 = 44%

127
185
112

R + G + B ~ 56%. #7FB970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 185 + 112 = 424 (100%)
R 127 of 424 ~ 29.95%
G 185 of 424 ~ 43.63%
B 112 of 424 ~ 26.42%

%29.95
%43.63
%26.42

CMYK color model

#7FB970 color CMYK value is (31,0,39,27).

  • cyan value is 31.35%
  • magenta value is 0.00%
  • yellow value is 39.46%
  • key color value is 27.45%
CMYK:
(31,0,39,27)
C31M0Y39K27 
(31%,0%,39%,27%)
(0.31/0.00/0.39/0.27)	

CMYK percentages

%31.35
%0
%39.46
%27.45

Codes

Color #7FB970 in popluar color models

7FB970
RGB127185112
HSL108°34.27%58.24%
HSB/HSV108°39.46%72.55%
CMYK31.35%0.00%39.46%
27.45%

Color #7FB970 in popluar number systems.

HEX7FB970
Decimal127185112
Binary1111111101110011110000
Octal177271160

Shades and tints

Shades of #7FB970

#7FB970
(127,185,112)
#74A966
(116,169,102)
#69995C
(105,153,92)
#5E8952
(94,137,82)
#537948
(83,121,72)
#48693E
(72,105,62)
#3D5934
(61,89,52)
#32492A
(50,73,42)
#273920
(39,57,32)
#1C2916
(28,41,22)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #7FB970

#7FB970
(127,185,112)
#8ABF7D
(138,191,125)
#95C58A
(149,197,138)
#A0CB97
(160,203,151)
#ABD1A4
(171,209,164)
#B6D7B1
(182,215,177)
#C1DDBE
(193,221,190)
#CCE3CB
(204,227,203)
#D7E9D8
(215,233,216)
#E2EFE5
(226,239,229)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB970 color. Also use rgb(127,185,112) instead hex code.

Text Font Color

.myTextColor { color: #7FB970; }

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

This text font color is #7FB970.


Background Color

.myBgColor { background-color: #7FB970; }

<div style="background-color:#7FB970">Inner text</div>

This div background color is #7FB970.


Border color

.myBorderColor { border: 1px solid #7FB970; }

<div style="border:3px solid #7FB970">Div</div>

This div border color is #7FB970.


Opacity

.myOpacity80 { color: #7FB970; opacity: 0.8; }

<p style="color:#7FB970;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FB970 color.

.textShadow {text-shadow: 3px 3px 1px #7FB970, 3px 3px 1px red;}

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

This text has shadow with #7FB970 primary color and red secondary color.


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

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

This text has shadow with #7FB970 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB970 on black background.


Color preview on white background

This text has color #7FB970 on white background.



Black color preview on #7FB970 background

This text has black color on #7FB970 background.


White color preview on #7FB970 background

This text has white color on #7FB970 background.