COLOR #7FB98B

HEX: #7FB98B RGB: (127,185,139)

Color info

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

RGB color model

#7FB98B color RGB value is (127,185,139).

RGB: (127,185,139) (50%, 73%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 185 of 255 = 73%
B 139 of 255 = 55%

127
185
139

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

Portions of RGB colors in percentages

R + G + B = 127 + 185 + 139 = 451 (100%)
R 127 of 451 ~ 28.16%
G 185 of 451 ~ 41.02%
B 139 of 451 ~ 30.82'%

%28.16
%41.02
%30.82

CMYK color model

#7FB98B color CMYK value is (31,0,25,27).

  • cyan value is 31.35%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 27.45%

CMYK: (31,0,25,27)
C31M0Y25K27 (31%, 0%, 25%, 27%)
(0.31 / 0.00 / 0.25 / 0.27)

CMYK percentages

%31.35
%0
%24.86
%27.45

Codes

Color #7FB98B in popluar color models

7F B9 8B
RGB 127 185 139
HSL 132° 29.29% 61.18%
HSB/HSV 132° 31.35% 72.55%
CMYK 31.35% 0.00% 24.86%
27.45%

Color #7FB98B in popluar number systems.

HEX 7F B9 8B
Decimal 127 185 139
Binary 1111111 10111001 10001011
Octal 177 271 213

Shades and tints

Shades of #7FB98B

#7FB98B
(127,185,139)
#74A97F
(116,169,127)
#699973
(105,153,115)
#5E8967
(94,137,103)
#53795B
(83,121,91)
#48694F
(72,105,79)
#3D5943
(61,89,67)
#324937
(50,73,55)
#27392B
(39,57,43)
#1C291F
(28,41,31)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #7FB98B

#7FB98B
(127,185,139)
#8ABF95
(138,191,149)
#95C59F
(149,197,159)
#A0CBA9
(160,203,169)
#ABD1B3
(171,209,179)
#B6D7BD
(182,215,189)
#C1DDC7
(193,221,199)
#CCE3D1
(204,227,209)
#D7E9DB
(215,233,219)
#E2EFE5
(226,239,229)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB98B color. Also use rgb(127,185,139) instead hex code.

Text Font Color

.myTextColor { color: #7FB98B; }

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

This text font color is #7FB98B.

Background Color

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

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

This div background color is #7FB98B.

Border color

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

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

This div border color is #7FB98B.

Opacity

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

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

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

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

This text has shadow with #7FB98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB98B.

Preview

Color preview on black background

This text has color #7FB98B on black background.


Color preview on white background

This text has color #7FB98B on white background.


Black color preview on #7FB98B background

This text has black color on #7FB98B background.


White color preview on #7FB98B background

This text has white color on #7FB98B background.


Related colors

Complementary color

Complementary color for #hex is #804674.


I love getcolorcode.com

Triadic colors

1 #8B7FB9 and #B98B7F with #7FB98B are triadic colors.

2 #8BB97F and #B97F8B with #7FB98B are triadic colors.