COLOR #7FB786

HEX: #7FB786
RGB: (127,183,134)

Color info

#7FB786 contains red, green and blue colors in about the same proportion. Web safe color of #7FB786 is #66CC99 (or #6C9).

RGB color model

#7FB786 color RGB value is (127,183,134).

  • red value is 127;
  • green value is 183;
  • blue value is 134.
RGB:
(127,183,134)
(50%,72%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 183 of 255 = 72%
B 134 of 255 = 53%

127
183
134

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

Portions of RGB colors in percentages

R + G + B =
127 + 183 + 134 = 444 (100%)
R 127 of 444 ~ 28.6%
G 183 of 444 ~ 41.22%
B 134 of 444 ~ 30.18%

%28.6
%41.22
%30.18

CMYK color model

#7FB786 color CMYK value is (31,0,27,28).

  • cyan value is 30.60%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 28.24%
CMYK:
(31,0,27,28)
C31M0Y27K28 
(31%,0%,27%,28%)
(0.31/0.00/0.27/0.28)	

CMYK percentages

%30.6
%0
%26.78
%28.24

Codes

Color #7FB786 in popluar color models

7FB786
RGB127183134
HSL128°28.00%60.78%
HSB/HSV128°30.60%71.76%
CMYK30.60%0.00%26.78%
28.24%

Color #7FB786 in popluar number systems.

HEX7FB786
Decimal127183134
Binary11111111011011110000110
Octal177267206

Shades and tints

Shades of #7FB786

#7FB786
(127,183,134)
#74A77A
(116,167,122)
#69976E
(105,151,110)
#5E8762
(94,135,98)
#537756
(83,119,86)
#48674A
(72,103,74)
#3D573E
(61,87,62)
#324732
(50,71,50)
#273726
(39,55,38)
#1C271A
(28,39,26)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #7FB786

#7FB786
(127,183,134)
#8ABD91
(138,189,145)
#95C39C
(149,195,156)
#A0C9A7
(160,201,167)
#ABCFB2
(171,207,178)
#B6D5BD
(182,213,189)
#C1DBC8
(193,219,200)
#CCE1D3
(204,225,211)
#D7E7DE
(215,231,222)
#E2EDE9
(226,237,233)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB786 color. Also use rgb(127,183,134) instead hex code.

Text Font Color

.myTextColor { color: #7FB786; }

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

This text font color is #7FB786.


Background Color

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

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

This div background color is #7FB786.


Border color

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

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

This div border color is #7FB786.


Opacity

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

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

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

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

This text has shadow with #7FB786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB786 on black background.


Color preview on white background

This text has color #7FB786 on white background.



Black color preview on #7FB786 background

This text has black color on #7FB786 background.


White color preview on #7FB786 background

This text has white color on #7FB786 background.