COLOR #7FB389

HEX: #7FB389
RGB: (127,179,137)

Color info

#7FB389 contains red, green and blue colors in about the same proportion. Web safe color of #7FB389 is #669999 (or #699).

RGB color model

#7FB389 color RGB value is (127,179,137).

  • red value is 127;
  • green value is 179;
  • blue value is 137.
RGB:
(127,179,137)
(50%,70%,54%)

RGB channels and saturation

R 127 of 255 = 50%
G 179 of 255 = 70%
B 137 of 255 = 54%

127
179
137

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

Portions of RGB colors in percentages

R + G + B =
127 + 179 + 137 = 443 (100%)
R 127 of 443 ~ 28.67%
G 179 of 443 ~ 40.41%
B 137 of 443 ~ 30.93%

%28.67
%40.41
%30.93

CMYK color model

#7FB389 color CMYK value is (29,0,23,30).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK:
(29,0,23,30)
C29M0Y23K30 
(29%,0%,23%,30%)
(0.29/0.00/0.23/0.30)	

CMYK percentages

%29.05
%0
%23.46
%29.8

Codes

Color #7FB389 in popluar color models

7FB389
RGB127179137
HSL132°25.49%60.00%
HSB/HSV132°29.05%70.20%
CMYK29.05%0.00%23.46%
29.80%

Color #7FB389 in popluar number systems.

HEX7FB389
Decimal127179137
Binary11111111011001110001001
Octal177263211

Shades and tints

Shades of #7FB389

#7FB389
(127,179,137)
#74A37D
(116,163,125)
#699371
(105,147,113)
#5E8365
(94,131,101)
#537359
(83,115,89)
#48634D
(72,99,77)
#3D5341
(61,83,65)
#324335
(50,67,53)
#273329
(39,51,41)
#1C231D
(28,35,29)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7FB389

#7FB389
(127,179,137)
#8AB993
(138,185,147)
#95BF9D
(149,191,157)
#A0C5A7
(160,197,167)
#ABCBB1
(171,203,177)
#B6D1BB
(182,209,187)
#C1D7C5
(193,215,197)
#CCDDCF
(204,221,207)
#D7E3D9
(215,227,217)
#E2E9E3
(226,233,227)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB389 color. Also use rgb(127,179,137) instead hex code.

Text Font Color

.myTextColor { color: #7FB389; }

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

This text font color is #7FB389.


Background Color

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

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

This div background color is #7FB389.


Border color

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

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

This div border color is #7FB389.


Opacity

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

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

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

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

This text has shadow with #7FB389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB389 on black background.


Color preview on white background

This text has color #7FB389 on white background.



Black color preview on #7FB389 background

This text has black color on #7FB389 background.


White color preview on #7FB389 background

This text has white color on #7FB389 background.