COLOR #7FA964

HEX: #7FA964 RGB: (127,169,100)

Color info

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

RGB color model

#7FA964 color RGB value is (127,169,100).

RGB: (127,169,100) (50%, 66%, 39%)

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 100 of 255 = 39%

127
169
100

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

Portions of RGB colors in percentages

R + G + B = 127 + 169 + 100 = 396 (100%)
R 127 of 396 ~ 32.07%
G 169 of 396 ~ 42.68%
B 100 of 396 ~ 25.25'%

%32.07
%42.68
%25.25

CMYK color model

#7FA964 color CMYK value is (25,0,41,34).

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

CMYK: (25,0,41,34)
C25M0Y41K34 (25%, 0%, 41%, 34%)
(0.25 / 0.00 / 0.41 / 0.34)

CMYK percentages

%24.85
%0
%40.83
%33.73

Codes

Color #7FA964 in popluar color models

7F A9 64
RGB 127 169 100
HSL 97° 28.63% 52.75%
HSB/HSV 97° 40.83% 66.27%
CMYK 24.85% 0.00% 40.83%
33.73%

Color #7FA964 in popluar number systems.

HEX 7F A9 64
Decimal 127 169 100
Binary 1111111 10101001 1100100
Octal 177 251 144

Shades and tints

Shades of #7FA964

#7FA964
(127,169,100)
#749A5B
(116,154,91)
#698B52
(105,139,82)
#5E7C49
(94,124,73)
#536D40
(83,109,64)
#485E37
(72,94,55)
#3D4F2E
(61,79,46)
#324025
(50,64,37)
#27311C
(39,49,28)
#1C2213
(28,34,19)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7FA964

#7FA964
(127,169,100)
#8AB072
(138,176,114)
#95B780
(149,183,128)
#A0BE8E
(160,190,142)
#ABC59C
(171,197,156)
#B6CCAA
(182,204,170)
#C1D3B8
(193,211,184)
#CCDAC6
(204,218,198)
#D7E1D4
(215,225,212)
#E2E8E2
(226,232,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA964; }

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

This text font color is #7FA964.

Background Color

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

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

This div background color is #7FA964.

Border color

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

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

This div border color is #7FA964.

Opacity

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

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

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

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

This text has shadow with #7FA964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA964.

Preview

Color preview on black background

This text has color #7FA964 on black background.


Color preview on white background

This text has color #7FA964 on white background.


Black color preview on #7FA964 background

This text has black color on #7FA964 background.


White color preview on #7FA964 background

This text has white color on #7FA964 background.


Related colors

Complementary color

Complementary color for #hex is #80569B.


I love getcolorcode.com

Triadic colors

1 #647FA9 and #A9647F with #7FA964 are triadic colors.

2 #64A97F and #A97F64 with #7FA964 are triadic colors.