COLOR #7FBA47

HEX: #7FBA47 RGB: (127,186,71)

Color info

#7FBA47 contains mainly red and green colors. Web safe color of #7FBA47 is #66CC33 (or #6C3).

RGB color model

#7FBA47 color RGB value is (127,186,71).

RGB: (127,186,71) (50%, 73%, 28%)

RGB channels and saturation

R 127 of 255 = 50%
G 186 of 255 = 73%
B 71 of 255 = 28%

127
186
71

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

Portions of RGB colors in percentages

R + G + B = 127 + 186 + 71 = 384 (100%)
R 127 of 384 ~ 33.07%
G 186 of 384 ~ 48.44%
B 71 of 384 ~ 18.49'%

%33.07
%48.44
%18.49

CMYK color model

#7FBA47 color CMYK value is (32,0,62,27).

  • cyan value is 31.72%
  • magenta value is 0.00%
  • yellow value is 61.83%
  • key color value is 27.06%

CMYK: (32,0,62,27)
C32M0Y62K27 (32%, 0%, 62%, 27%)
(0.32 / 0.00 / 0.62 / 0.27)

CMYK percentages

%31.72
%0
%61.83
%27.06

Codes

Color #7FBA47 in popluar color models

7F BA 47
RGB 127 186 71
HSL 91° 45.45% 50.39%
HSB/HSV 91° 61.83% 72.94%
CMYK 31.72% 0.00% 61.83%
27.06%

Color #7FBA47 in popluar number systems.

HEX 7F BA 47
Decimal 127 186 71
Binary 1111111 10111010 1000111
Octal 177 272 107

Shades and tints

Shades of #7FBA47

#7FBA47
(127,186,71)
#74AA41
(116,170,65)
#699A3B
(105,154,59)
#5E8A35
(94,138,53)
#537A2F
(83,122,47)
#486A29
(72,106,41)
#3D5A23
(61,90,35)
#324A1D
(50,74,29)
#273A17
(39,58,23)
#1C2A11
(28,42,17)
#111A0B
(17,26,11)
#000000
(0,0,0)

Tints of #7FBA47

#7FBA47
(127,186,71)
#8AC057
(138,192,87)
#95C667
(149,198,103)
#A0CC77
(160,204,119)
#ABD287
(171,210,135)
#B6D897
(182,216,151)
#C1DEA7
(193,222,167)
#CCE4B7
(204,228,183)
#D7EAC7
(215,234,199)
#E2F0D7
(226,240,215)
#EDF6E7
(237,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBA47 color. Also use rgb(127,186,71) instead hex code.

Text Font Color

.myTextColor { color: #7FBA47; }

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

This text font color is #7FBA47.

Background Color

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

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

This div background color is #7FBA47.

Border color

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

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

This div border color is #7FBA47.

Opacity

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

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

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

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

This text has shadow with #7FBA47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBA47.

Preview

Color preview on black background

This text has color #7FBA47 on black background.


Color preview on white background

This text has color #7FBA47 on white background.


Black color preview on #7FBA47 background

This text has black color on #7FBA47 background.


White color preview on #7FBA47 background

This text has white color on #7FBA47 background.


Related colors

Complementary color

Complementary color for #hex is #8045B8.


I love getcolorcode.com

Triadic colors

1 #477FBA and #BA477F with #7FBA47 are triadic colors.

2 #47BA7F and #BA7F47 with #7FBA47 are triadic colors.