COLOR #7FB956

HEX: #7FB956 RGB: (127,185,86)

Color info

#7FB956 contains mainly red and green colors. Web safe color of #7FB956 is #66CC66 (or #6C6).

RGB color model

#7FB956 color RGB value is (127,185,86).

RGB: (127,185,86) (50%, 73%, 34%)

RGB channels and saturation

R 127 of 255 = 50%
G 185 of 255 = 73%
B 86 of 255 = 34%

127
185
86

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

Portions of RGB colors in percentages

R + G + B = 127 + 185 + 86 = 398 (100%)
R 127 of 398 ~ 31.91%
G 185 of 398 ~ 46.48%
B 86 of 398 ~ 21.61'%

%31.91
%46.48
%21.61

CMYK color model

#7FB956 color CMYK value is (31,0,54,27).

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

CMYK: (31,0,54,27)
C31M0Y54K27 (31%, 0%, 54%, 27%)
(0.31 / 0.00 / 0.54 / 0.27)

CMYK percentages

%31.35
%0
%53.51
%27.45

Codes

Color #7FB956 in popluar color models

7F B9 56
RGB 127 185 86
HSL 95° 41.42% 53.14%
HSB/HSV 95° 53.51% 72.55%
CMYK 31.35% 0.00% 53.51%
27.45%

Color #7FB956 in popluar number systems.

HEX 7F B9 56
Decimal 127 185 86
Binary 1111111 10111001 1010110
Octal 177 271 126

Shades and tints

Shades of #7FB956

#7FB956
(127,185,86)
#74A94F
(116,169,79)
#699948
(105,153,72)
#5E8941
(94,137,65)
#53793A
(83,121,58)
#486933
(72,105,51)
#3D592C
(61,89,44)
#324925
(50,73,37)
#27391E
(39,57,30)
#1C2917
(28,41,23)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #7FB956

#7FB956
(127,185,86)
#8ABF65
(138,191,101)
#95C574
(149,197,116)
#A0CB83
(160,203,131)
#ABD192
(171,209,146)
#B6D7A1
(182,215,161)
#C1DDB0
(193,221,176)
#CCE3BF
(204,227,191)
#D7E9CE
(215,233,206)
#E2EFDD
(226,239,221)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB956; }

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

This text font color is #7FB956.

Background Color

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

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

This div background color is #7FB956.

Border color

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

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

This div border color is #7FB956.

Opacity

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

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

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

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

This text has shadow with #7FB956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB956.

Preview

Color preview on black background

This text has color #7FB956 on black background.


Color preview on white background

This text has color #7FB956 on white background.


Black color preview on #7FB956 background

This text has black color on #7FB956 background.


White color preview on #7FB956 background

This text has white color on #7FB956 background.


Related colors

Complementary color

Complementary color for #7FB956 is #8046A9.


I love getcolorcode.com

Triadic colors

1 #567FB9 and #B9567F with #7FB956 are triadic colors.

2 #56B97F and #B97F56 with #7FB956 are triadic colors.