COLOR #7F9C5E

HEX: #7F9C5E RGB: (127,156,94)

Color info

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

RGB color model

#7F9C5E color RGB value is (127,156,94).

RGB: (127,156,94) (50%, 61%, 37%)

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 94 of 255 = 37%

127
156
94

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

Portions of RGB colors in percentages

R + G + B = 127 + 156 + 94 = 377 (100%)
R 127 of 377 ~ 33.69%
G 156 of 377 ~ 41.38%
B 94 of 377 ~ 24.93'%

%33.69
%41.38
%24.93

CMYK color model

#7F9C5E color CMYK value is (19,0,40,39).

  • cyan value is 18.59%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 38.82%

CMYK: (19,0,40,39)
C19M0Y40K39 (19%, 0%, 40%, 39%)
(0.19 / 0.00 / 0.40 / 0.39)

CMYK percentages

%18.59
%0
%39.74
%38.82

Codes

Color #7F9C5E in popluar color models

7F 9C 5E
RGB 127 156 94
HSL 88° 24.80% 49.02%
HSB/HSV 88° 39.74% 61.18%
CMYK 18.59% 0.00% 39.74%
38.82%

Color #7F9C5E in popluar number systems.

HEX 7F 9C 5E
Decimal 127 156 94
Binary 1111111 10011100 1011110
Octal 177 234 136

Shades and tints

Shades of #7F9C5E

#7F9C5E
(127,156,94)
#748E56
(116,142,86)
#69804E
(105,128,78)
#5E7246
(94,114,70)
#53643E
(83,100,62)
#485636
(72,86,54)
#3D482E
(61,72,46)
#323A26
(50,58,38)
#272C1E
(39,44,30)
#1C1E16
(28,30,22)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #7F9C5E

#7F9C5E
(127,156,94)
#8AA56C
(138,165,108)
#95AE7A
(149,174,122)
#A0B788
(160,183,136)
#ABC096
(171,192,150)
#B6C9A4
(182,201,164)
#C1D2B2
(193,210,178)
#CCDBC0
(204,219,192)
#D7E4CE
(215,228,206)
#E2EDDC
(226,237,220)
#EDF6EA
(237,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9C5E color. Also use rgb(127,156,94) instead hex code.

Text Font Color

.myTextColor { color: #7F9C5E; }

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

This text font color is #7F9C5E.

Background Color

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

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

This div background color is #7F9C5E.

Border color

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

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

This div border color is #7F9C5E.

Opacity

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

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

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

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

This text has shadow with #7F9C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9C5E.

Preview

Color preview on black background

This text has color #7F9C5E on black background.


Color preview on white background

This text has color #7F9C5E on white background.


Black color preview on #7F9C5E background

This text has black color on #7F9C5E background.


White color preview on #7F9C5E background

This text has white color on #7F9C5E background.


Related colors

Complementary color

Complementary color for #hex is #8063A1.


I love getcolorcode.com

Triadic colors

1 #5E7F9C and #9C5E7F with #7F9C5E are triadic colors.

2 #5E9C7F and #9C7F5E with #7F9C5E are triadic colors.