COLOR #7F9460

HEX: #7F9460 RGB: (127,148,96)

Color info

#7F9460 contains red, green and blue colors in about the same proportion. Web safe color of #7F9460 is #669966 (or #696).

RGB color model

#7F9460 color RGB value is (127,148,96).

RGB: (127,148,96) (50%, 58%, 38%)

RGB channels and saturation

R 127 of 255 = 50%
G 148 of 255 = 58%
B 96 of 255 = 38%

127
148
96

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

Portions of RGB colors in percentages

R + G + B = 127 + 148 + 96 = 371 (100%)
R 127 of 371 ~ 34.23%
G 148 of 371 ~ 39.89%
B 96 of 371 ~ 25.88'%

%34.23
%39.89
%25.88

CMYK color model

#7F9460 color CMYK value is (14,0,35,42).

  • cyan value is 14.19%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 41.96%

CMYK: (14,0,35,42)
C14M0Y35K42 (14%, 0%, 35%, 42%)
(0.14 / 0.00 / 0.35 / 0.42)

CMYK percentages

%14.19
%0
%35.14
%41.96

Codes

Color #7F9460 in popluar color models

7F 94 60
RGB 127 148 96
HSL 84° 21.31% 47.84%
HSB/HSV 84° 35.14% 58.04%
CMYK 14.19% 0.00% 35.14%
41.96%

Color #7F9460 in popluar number systems.

HEX 7F 94 60
Decimal 127 148 96
Binary 1111111 10010100 1100000
Octal 177 224 140

Shades and tints

Shades of #7F9460

#7F9460
(127,148,96)
#748758
(116,135,88)
#697A50
(105,122,80)
#5E6D48
(94,109,72)
#536040
(83,96,64)
#485338
(72,83,56)
#3D4630
(61,70,48)
#323928
(50,57,40)
#272C20
(39,44,32)
#1C1F18
(28,31,24)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #7F9460

#7F9460
(127,148,96)
#8A9D6E
(138,157,110)
#95A67C
(149,166,124)
#A0AF8A
(160,175,138)
#ABB898
(171,184,152)
#B6C1A6
(182,193,166)
#C1CAB4
(193,202,180)
#CCD3C2
(204,211,194)
#D7DCD0
(215,220,208)
#E2E5DE
(226,229,222)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9460 color. Also use rgb(127,148,96) instead hex code.

Text Font Color

.myTextColor { color: #7F9460; }

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

This text font color is #7F9460.

Background Color

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

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

This div background color is #7F9460.

Border color

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

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

This div border color is #7F9460.

Opacity

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

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

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

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

This text has shadow with #7F9460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9460.

Preview

Color preview on black background

This text has color #7F9460 on black background.


Color preview on white background

This text has color #7F9460 on white background.


Black color preview on #7F9460 background

This text has black color on #7F9460 background.


White color preview on #7F9460 background

This text has white color on #7F9460 background.


Related colors

Complementary color

Complementary color for #hex is #806B9F.


I love getcolorcode.com

Triadic colors

1 #607F94 and #94607F with #7F9460 are triadic colors.

2 #60947F and #947F60 with #7F9460 are triadic colors.