COLOR #7FBC5F

HEX: #7FBC5F
RGB: (127,188,95)

Color info

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

RGB color model

#7FBC5F color RGB value is (127,188,95).

  • red value is 127;
  • green value is 188;
  • blue value is 95.
RGB:
(127,188,95)
(50%,74%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 188 of 255 = 74%
B 95 of 255 = 37%

127
188
95

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

Portions of RGB colors in percentages

R + G + B =
127 + 188 + 95 = 410 (100%)
R 127 of 410 ~ 30.98%
G 188 of 410 ~ 45.85%
B 95 of 410 ~ 23.17%

%30.98
%45.85
%23.17

CMYK color model

#7FBC5F color CMYK value is (32,0,49,26).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 49.47%
  • key color value is 26.27%
CMYK:
(32,0,49,26)
C32M0Y49K26 
(32%,0%,49%,26%)
(0.32/0.00/0.49/0.26)	

CMYK percentages

%32.45
%0
%49.47
%26.27

Codes

Color #7FBC5F in popluar color models

7FBC5F
RGB12718895
HSL99°40.97%55.49%
HSB/HSV99°49.47%73.73%
CMYK32.45%0.00%49.47%
26.27%

Color #7FBC5F in popluar number systems.

HEX7FBC5F
Decimal12718895
Binary1111111101111001011111
Octal177274137

Shades and tints

Shades of #7FBC5F

#7FBC5F
(127,188,95)
#74AB57
(116,171,87)
#699A4F
(105,154,79)
#5E8947
(94,137,71)
#53783F
(83,120,63)
#486737
(72,103,55)
#3D562F
(61,86,47)
#324527
(50,69,39)
#27341F
(39,52,31)
#1C2317
(28,35,23)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7FBC5F

#7FBC5F
(127,188,95)
#8AC26D
(138,194,109)
#95C87B
(149,200,123)
#A0CE89
(160,206,137)
#ABD497
(171,212,151)
#B6DAA5
(182,218,165)
#C1E0B3
(193,224,179)
#CCE6C1
(204,230,193)
#D7ECCF
(215,236,207)
#E2F2DD
(226,242,221)
#EDF8EB
(237,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBC5F; }

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

This text font color is #7FBC5F.


Background Color

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

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

This div background color is #7FBC5F.


Border color

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

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

This div border color is #7FBC5F.


Opacity

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

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

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

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

This text has shadow with #7FBC5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBC5F on black background.


Color preview on white background

This text has color #7FBC5F on white background.



Black color preview on #7FBC5F background

This text has black color on #7FBC5F background.


White color preview on #7FBC5F background

This text has white color on #7FBC5F background.