COLOR #7FBE7F

HEX: #7FBE7F
RGB: (127,190,127)

Color info

#7FBE7F contains mainly green color. Web safe color of #7FBE7F is #66CC66 (or #6C6).

RGB color model

#7FBE7F color RGB value is (127,190,127).

  • red value is 127;
  • green value is 190;
  • blue value is 127.
RGB:
(127,190,127)
(50%,75%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 127 of 255 = 50%

127
190
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 190 + 127 = 444 (100%)
R 127 of 444 ~ 28.6%
G 190 of 444 ~ 42.79%
B 127 of 444 ~ 28.6%

%28.6
%42.79
%28.6

CMYK color model

#7FBE7F color CMYK value is (33,0,33,25).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK:
(33,0,33,25)
C33M0Y33K25 
(33%,0%,33%,25%)
(0.33/0.00/0.33/0.25)	

CMYK percentages

%33.16
%0
%33.16
%25.49

Codes

Color #7FBE7F in popluar color models

7FBE7F
RGB127190127
HSL120°32.64%62.16%
HSB/HSV120°33.16%74.51%
CMYK33.16%0.00%33.16%
25.49%

Color #7FBE7F in popluar number systems.

HEX7FBE7F
Decimal127190127
Binary1111111101111101111111
Octal177276177

Shades and tints

Shades of #7FBE7F

#7FBE7F
(127,190,127)
#74AD74
(116,173,116)
#699C69
(105,156,105)
#5E8B5E
(94,139,94)
#537A53
(83,122,83)
#486948
(72,105,72)
#3D583D
(61,88,61)
#324732
(50,71,50)
#273627
(39,54,39)
#1C251C
(28,37,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #7FBE7F

#7FBE7F
(127,190,127)
#8AC38A
(138,195,138)
#95C895
(149,200,149)
#A0CDA0
(160,205,160)
#ABD2AB
(171,210,171)
#B6D7B6
(182,215,182)
#C1DCC1
(193,220,193)
#CCE1CC
(204,225,204)
#D7E6D7
(215,230,215)
#E2EBE2
(226,235,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBE7F; }

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

This text font color is #7FBE7F.


Background Color

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

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

This div background color is #7FBE7F.


Border color

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

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

This div border color is #7FBE7F.


Opacity

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

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

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

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

This text has shadow with #7FBE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBE7F on black background.


Color preview on white background

This text has color #7FBE7F on white background.



Black color preview on #7FBE7F background

This text has black color on #7FBE7F background.


White color preview on #7FBE7F background

This text has white color on #7FBE7F background.