COLOR #7FB076

HEX: #7FB076
RGB: (127,176,118)

Color info

#7FB076 contains red, green and blue colors in about the same proportion. Web safe color of #7FB076 is #669966 (or #696).

RGB color model

#7FB076 color RGB value is (127,176,118).

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

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 118 of 255 = 46%

127
176
118

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 118 = 421 (100%)
R 127 of 421 ~ 30.17%
G 176 of 421 ~ 41.81%
B 118 of 421 ~ 28.03%

%30.17
%41.81
%28.03

CMYK color model

#7FB076 color CMYK value is (28,0,33,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(28,0,33,31)
C28M0Y33K31 
(28%,0%,33%,31%)
(0.28/0.00/0.33/0.31)	

CMYK percentages

%27.84
%0
%32.95
%30.98

Codes

Color #7FB076 in popluar color models

7FB076
RGB127176118
HSL111°26.85%57.65%
HSB/HSV111°32.95%69.02%
CMYK27.84%0.00%32.95%
30.98%

Color #7FB076 in popluar number systems.

HEX7FB076
Decimal127176118
Binary1111111101100001110110
Octal177260166

Shades and tints

Shades of #7FB076

#7FB076
(127,176,118)
#74A06C
(116,160,108)
#699062
(105,144,98)
#5E8058
(94,128,88)
#53704E
(83,112,78)
#486044
(72,96,68)
#3D503A
(61,80,58)
#324030
(50,64,48)
#273026
(39,48,38)
#1C201C
(28,32,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7FB076

#7FB076
(127,176,118)
#8AB782
(138,183,130)
#95BE8E
(149,190,142)
#A0C59A
(160,197,154)
#ABCCA6
(171,204,166)
#B6D3B2
(182,211,178)
#C1DABE
(193,218,190)
#CCE1CA
(204,225,202)
#D7E8D6
(215,232,214)
#E2EFE2
(226,239,226)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB076; }

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

This text font color is #7FB076.


Background Color

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

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

This div background color is #7FB076.


Border color

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

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

This div border color is #7FB076.


Opacity

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

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

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

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

This text has shadow with #7FB076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB076 on black background.


Color preview on white background

This text has color #7FB076 on white background.



Black color preview on #7FB076 background

This text has black color on #7FB076 background.


White color preview on #7FB076 background

This text has white color on #7FB076 background.