COLOR #7FB06E

HEX: #7FB06E
RGB: (127,176,110)

Color info

#7FB06E contains mainly red and green colors. Web safe color of #7FB06E is #669966 (or #696).

RGB color model

#7FB06E color RGB value is (127,176,110).

  • red value is 127;
  • green value is 176;
  • blue value is 110.
RGB:
(127,176,110)
(50%,69%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 110 of 255 = 43%

127
176
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 110 = 413 (100%)
R 127 of 413 ~ 30.75%
G 176 of 413 ~ 42.62%
B 110 of 413 ~ 26.63%

%30.75
%42.62
%26.63

CMYK color model

#7FB06E color CMYK value is (28,0,38,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 30.98%
CMYK:
(28,0,38,31)
C28M0Y38K31 
(28%,0%,38%,31%)
(0.28/0.00/0.38/0.31)	

CMYK percentages

%27.84
%0
%37.5
%30.98

Codes

Color #7FB06E in popluar color models

7FB06E
RGB127176110
HSL105°29.46%56.08%
HSB/HSV105°37.50%69.02%
CMYK27.84%0.00%37.50%
30.98%

Color #7FB06E in popluar number systems.

HEX7FB06E
Decimal127176110
Binary1111111101100001101110
Octal177260156

Shades and tints

Shades of #7FB06E

#7FB06E
(127,176,110)
#74A064
(116,160,100)
#69905A
(105,144,90)
#5E8050
(94,128,80)
#537046
(83,112,70)
#48603C
(72,96,60)
#3D5032
(61,80,50)
#324028
(50,64,40)
#27301E
(39,48,30)
#1C2014
(28,32,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #7FB06E

#7FB06E
(127,176,110)
#8AB77B
(138,183,123)
#95BE88
(149,190,136)
#A0C595
(160,197,149)
#ABCCA2
(171,204,162)
#B6D3AF
(182,211,175)
#C1DABC
(193,218,188)
#CCE1C9
(204,225,201)
#D7E8D6
(215,232,214)
#E2EFE3
(226,239,227)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB06E; }

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

This text font color is #7FB06E.


Background Color

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

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

This div background color is #7FB06E.


Border color

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

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

This div border color is #7FB06E.


Opacity

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

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

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

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

This text has shadow with #7FB06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB06E on black background.


Color preview on white background

This text has color #7FB06E on white background.



Black color preview on #7FB06E background

This text has black color on #7FB06E background.


White color preview on #7FB06E background

This text has white color on #7FB06E background.