COLOR #7FB46F

HEX: #7FB46F
RGB: (127,180,111)

Color info

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

RGB color model

#7FB46F color RGB value is (127,180,111).

  • red value is 127;
  • green value is 180;
  • blue value is 111.
RGB:
(127,180,111)
(50%,71%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 180 of 255 = 71%
B 111 of 255 = 44%

127
180
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 180 + 111 = 418 (100%)
R 127 of 418 ~ 30.38%
G 180 of 418 ~ 43.06%
B 111 of 418 ~ 26.56%

%30.38
%43.06
%26.56

CMYK color model

#7FB46F color CMYK value is (29,0,38,29).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 29.41%
CMYK:
(29,0,38,29)
C29M0Y38K29 
(29%,0%,38%,29%)
(0.29/0.00/0.38/0.29)	

CMYK percentages

%29.44
%0
%38.33
%29.41

Codes

Color #7FB46F in popluar color models

7FB46F
RGB127180111
HSL106°31.51%57.06%
HSB/HSV106°38.33%70.59%
CMYK29.44%0.00%38.33%
29.41%

Color #7FB46F in popluar number systems.

HEX7FB46F
Decimal127180111
Binary1111111101101001101111
Octal177264157

Shades and tints

Shades of #7FB46F

#7FB46F
(127,180,111)
#74A465
(116,164,101)
#69945B
(105,148,91)
#5E8451
(94,132,81)
#537447
(83,116,71)
#48643D
(72,100,61)
#3D5433
(61,84,51)
#324429
(50,68,41)
#27341F
(39,52,31)
#1C2415
(28,36,21)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #7FB46F

#7FB46F
(127,180,111)
#8ABA7C
(138,186,124)
#95C089
(149,192,137)
#A0C696
(160,198,150)
#ABCCA3
(171,204,163)
#B6D2B0
(182,210,176)
#C1D8BD
(193,216,189)
#CCDECA
(204,222,202)
#D7E4D7
(215,228,215)
#E2EAE4
(226,234,228)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB46F; }

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

This text font color is #7FB46F.


Background Color

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

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

This div background color is #7FB46F.


Border color

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

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

This div border color is #7FB46F.


Opacity

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

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

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

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

This text has shadow with #7FB46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB46F on black background.


Color preview on white background

This text has color #7FB46F on white background.



Black color preview on #7FB46F background

This text has black color on #7FB46F background.


White color preview on #7FB46F background

This text has white color on #7FB46F background.