COLOR #7FA957

HEX: #7FA957 RGB: (127,169,87)

Color info

#7FA957 contains mainly red and green colors. Web safe color of #7FA957 is #669966 (or #696).

RGB color model

#7FA957 color RGB value is (127,169,87).

RGB: (127,169,87) (50%, 66%, 34%)

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 87 of 255 = 34%

127
169
87

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

Portions of RGB colors in percentages

R + G + B = 127 + 169 + 87 = 383 (100%)
R 127 of 383 ~ 33.16%
G 169 of 383 ~ 44.13%
B 87 of 383 ~ 22.72'%

%33.16
%44.13
%22.72

CMYK color model

#7FA957 color CMYK value is (25,0,49,34).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 48.52%
  • key color value is 33.73%

CMYK: (25,0,49,34)
C25M0Y49K34 (25%, 0%, 49%, 34%)
(0.25 / 0.00 / 0.49 / 0.34)

CMYK percentages

%24.85
%0
%48.52
%33.73

Codes

Color #7FA957 in popluar color models

7F A9 57
RGB 127 169 87
HSL 91° 32.28% 50.20%
HSB/HSV 91° 48.52% 66.27%
CMYK 24.85% 0.00% 48.52%
33.73%

Color #7FA957 in popluar number systems.

HEX 7F A9 57
Decimal 127 169 87
Binary 1111111 10101001 1010111
Octal 177 251 127

Shades and tints

Shades of #7FA957

#7FA957
(127,169,87)
#749A50
(116,154,80)
#698B49
(105,139,73)
#5E7C42
(94,124,66)
#536D3B
(83,109,59)
#485E34
(72,94,52)
#3D4F2D
(61,79,45)
#324026
(50,64,38)
#27311F
(39,49,31)
#1C2218
(28,34,24)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7FA957

#7FA957
(127,169,87)
#8AB066
(138,176,102)
#95B775
(149,183,117)
#A0BE84
(160,190,132)
#ABC593
(171,197,147)
#B6CCA2
(182,204,162)
#C1D3B1
(193,211,177)
#CCDAC0
(204,218,192)
#D7E1CF
(215,225,207)
#E2E8DE
(226,232,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA957 color. Also use rgb(127,169,87) instead hex code.

Text Font Color

.myTextColor { color: #7FA957; }

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

This text font color is #7FA957.

Background Color

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

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

This div background color is #7FA957.

Border color

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

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

This div border color is #7FA957.

Opacity

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

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

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

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

This text has shadow with #7FA957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA957.

Preview

Color preview on black background

This text has color #7FA957 on black background.


Color preview on white background

This text has color #7FA957 on white background.


Black color preview on #7FA957 background

This text has black color on #7FA957 background.


White color preview on #7FA957 background

This text has white color on #7FA957 background.


Related colors

Complementary color

Complementary color for #hex is #8056A8.


I love getcolorcode.com

Triadic colors

1 #577FA9 and #A9577F with #7FA957 are triadic colors.

2 #57A97F and #A97F57 with #7FA957 are triadic colors.