COLOR #7FBB4E

HEX: #7FBB4E
RGB: (127,187,78)

Color info

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

RGB color model

#7FBB4E color RGB value is (127,187,78).

  • red value is 127;
  • green value is 187;
  • blue value is 78.
RGB:
(127,187,78)
(50%,73%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 187 of 255 = 73%
B 78 of 255 = 31%

127
187
78

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

Portions of RGB colors in percentages

R + G + B =
127 + 187 + 78 = 392 (100%)
R 127 of 392 ~ 32.4%
G 187 of 392 ~ 47.7%
B 78 of 392 ~ 19.9%

%32.4
%47.7
%19.9

CMYK color model

#7FBB4E color CMYK value is (32,0,58,27).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 58.29%
  • key color value is 26.67%
CMYK:
(32,0,58,27)
C32M0Y58K27 
(32%,0%,58%,27%)
(0.32/0.00/0.58/0.27)	

CMYK percentages

%32.09
%0
%58.29
%26.67

Codes

Color #7FBB4E in popluar color models

7FBB4E
RGB12718778
HSL93°44.49%51.96%
HSB/HSV93°58.29%73.33%
CMYK32.09%0.00%58.29%
26.67%

Color #7FBB4E in popluar number systems.

HEX7FBB4E
Decimal12718778
Binary1111111101110111001110
Octal177273116

Shades and tints

Shades of #7FBB4E

#7FBB4E
(127,187,78)
#74AA47
(116,170,71)
#699940
(105,153,64)
#5E8839
(94,136,57)
#537732
(83,119,50)
#48662B
(72,102,43)
#3D5524
(61,85,36)
#32441D
(50,68,29)
#273316
(39,51,22)
#1C220F
(28,34,15)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #7FBB4E

#7FBB4E
(127,187,78)
#8AC15E
(138,193,94)
#95C76E
(149,199,110)
#A0CD7E
(160,205,126)
#ABD38E
(171,211,142)
#B6D99E
(182,217,158)
#C1DFAE
(193,223,174)
#CCE5BE
(204,229,190)
#D7EBCE
(215,235,206)
#E2F1DE
(226,241,222)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBB4E; }

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

This text font color is #7FBB4E.


Background Color

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

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

This div background color is #7FBB4E.


Border color

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

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

This div border color is #7FBB4E.


Opacity

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

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

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

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

This text has shadow with #7FBB4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBB4E on black background.


Color preview on white background

This text has color #7FBB4E on white background.



Black color preview on #7FBB4E background

This text has black color on #7FBB4E background.


White color preview on #7FBB4E background

This text has white color on #7FBB4E background.