COLOR #7F9F5E

HEX: #7F9F5E RGB: (127,159,94)

Color info

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

RGB color model

#7F9F5E color RGB value is (127,159,94).

RGB: (127,159,94) (50%, 62%, 37%)

RGB channels and saturation

R 127 of 255 = 50%
G 159 of 255 = 62%
B 94 of 255 = 37%

127
159
94

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

Portions of RGB colors in percentages

R + G + B = 127 + 159 + 94 = 380 (100%)
R 127 of 380 ~ 33.42%
G 159 of 380 ~ 41.84%
B 94 of 380 ~ 24.74'%

%33.42
%41.84
%24.74

CMYK color model

#7F9F5E color CMYK value is (20,0,41,38).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 40.88%
  • key color value is 37.65%

CMYK: (20,0,41,38)
C20M0Y41K38 (20%, 0%, 41%, 38%)
(0.20 / 0.00 / 0.41 / 0.38)

CMYK percentages

%20.13
%0
%40.88
%37.65

Codes

Color #7F9F5E in popluar color models

7F 9F 5E
RGB 127 159 94
HSL 90° 25.69% 49.61%
HSB/HSV 90° 40.88% 62.35%
CMYK 20.13% 0.00% 40.88%
37.65%

Color #7F9F5E in popluar number systems.

HEX 7F 9F 5E
Decimal 127 159 94
Binary 1111111 10011111 1011110
Octal 177 237 136

Shades and tints

Shades of #7F9F5E

#7F9F5E
(127,159,94)
#749156
(116,145,86)
#69834E
(105,131,78)
#5E7546
(94,117,70)
#53673E
(83,103,62)
#485936
(72,89,54)
#3D4B2E
(61,75,46)
#323D26
(50,61,38)
#272F1E
(39,47,30)
#1C2116
(28,33,22)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #7F9F5E

#7F9F5E
(127,159,94)
#8AA76C
(138,167,108)
#95AF7A
(149,175,122)
#A0B788
(160,183,136)
#ABBF96
(171,191,150)
#B6C7A4
(182,199,164)
#C1CFB2
(193,207,178)
#CCD7C0
(204,215,192)
#D7DFCE
(215,223,206)
#E2E7DC
(226,231,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9F5E; }

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

This text font color is #7F9F5E.

Background Color

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

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

This div background color is #7F9F5E.

Border color

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

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

This div border color is #7F9F5E.

Opacity

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

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

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

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

This text has shadow with #7F9F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9F5E.

Preview

Color preview on black background

This text has color #7F9F5E on black background.


Color preview on white background

This text has color #7F9F5E on white background.


Black color preview on #7F9F5E background

This text has black color on #7F9F5E background.


White color preview on #7F9F5E background

This text has white color on #7F9F5E background.


Related colors

Complementary color

Complementary color for #hex is #8060A1.


I love getcolorcode.com

Triadic colors

1 #5E7F9F and #9F5E7F with #7F9F5E are triadic colors.

2 #5E9F7F and #9F7F5E with #7F9F5E are triadic colors.