COLOR #7FB97B

HEX: #7FB97B
RGB: (127,185,123)

Color info

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

RGB color model

#7FB97B color RGB value is (127,185,123).

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

RGB channels and saturation

R 127 of 255 = 50%
G 185 of 255 = 73%
B 123 of 255 = 48%

127
185
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 185 + 123 = 435 (100%)
R 127 of 435 ~ 29.2%
G 185 of 435 ~ 42.53%
B 123 of 435 ~ 28.28%

%29.2
%42.53
%28.28

CMYK color model

#7FB97B color CMYK value is (31,0,34,27).

  • cyan value is 31.35%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(31,0,34,27)
C31M0Y34K27 
(31%,0%,34%,27%)
(0.31/0.00/0.34/0.27)	

CMYK percentages

%31.35
%0
%33.51
%27.45

Codes

Color #7FB97B in popluar color models

7FB97B
RGB127185123
HSL116°30.69%60.39%
HSB/HSV116°33.51%72.55%
CMYK31.35%0.00%33.51%
27.45%

Color #7FB97B in popluar number systems.

HEX7FB97B
Decimal127185123
Binary1111111101110011111011
Octal177271173

Shades and tints

Shades of #7FB97B

#7FB97B
(127,185,123)
#74A970
(116,169,112)
#699965
(105,153,101)
#5E895A
(94,137,90)
#53794F
(83,121,79)
#486944
(72,105,68)
#3D5939
(61,89,57)
#32492E
(50,73,46)
#273923
(39,57,35)
#1C2918
(28,41,24)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #7FB97B

#7FB97B
(127,185,123)
#8ABF87
(138,191,135)
#95C593
(149,197,147)
#A0CB9F
(160,203,159)
#ABD1AB
(171,209,171)
#B6D7B7
(182,215,183)
#C1DDC3
(193,221,195)
#CCE3CF
(204,227,207)
#D7E9DB
(215,233,219)
#E2EFE7
(226,239,231)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB97B; }

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

This text font color is #7FB97B.


Background Color

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

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

This div background color is #7FB97B.


Border color

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

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

This div border color is #7FB97B.


Opacity

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

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

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

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

This text has shadow with #7FB97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB97B on black background.


Color preview on white background

This text has color #7FB97B on white background.



Black color preview on #7FB97B background

This text has black color on #7FB97B background.


White color preview on #7FB97B background

This text has white color on #7FB97B background.