COLOR #7F956E

HEX: #7F956E
RGB: (127,149,110)

Color info

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

RGB color model

#7F956E color RGB value is (127,149,110).

  • red value is 127;
  • green value is 149;
  • blue value is 110.
RGB:
(127,149,110)
(50%,58%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 110 of 255 = 43%

127
149
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 149 + 110 = 386 (100%)
R 127 of 386 ~ 32.9%
G 149 of 386 ~ 38.6%
B 110 of 386 ~ 28.5%

%32.9
%38.6
%28.5

CMYK color model

#7F956E color CMYK value is (15,0,26,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(15,0,26,42)
C15M0Y26K42 
(15%,0%,26%,42%)
(0.15/0.00/0.26/0.42)	

CMYK percentages

%14.77
%0
%26.17
%41.57

Codes

Color #7F956E in popluar color models

7F956E
RGB127149110
HSL94°15.54%50.78%
HSB/HSV94°26.17%58.43%
CMYK14.77%0.00%26.17%
41.57%

Color #7F956E in popluar number systems.

HEX7F956E
Decimal127149110
Binary1111111100101011101110
Octal177225156

Shades and tints

Shades of #7F956E

#7F956E
(127,149,110)
#748864
(116,136,100)
#697B5A
(105,123,90)
#5E6E50
(94,110,80)
#536146
(83,97,70)
#48543C
(72,84,60)
#3D4732
(61,71,50)
#323A28
(50,58,40)
#272D1E
(39,45,30)
#1C2014
(28,32,20)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7F956E

#7F956E
(127,149,110)
#8A9E7B
(138,158,123)
#95A788
(149,167,136)
#A0B095
(160,176,149)
#ABB9A2
(171,185,162)
#B6C2AF
(182,194,175)
#C1CBBC
(193,203,188)
#CCD4C9
(204,212,201)
#D7DDD6
(215,221,214)
#E2E6E3
(226,230,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F956E color. Also use rgb(127,149,110) instead hex code.

Text Font Color

.myTextColor { color: #7F956E; }

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

This text font color is #7F956E.


Background Color

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

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

This div background color is #7F956E.


Border color

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

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

This div border color is #7F956E.


Opacity

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

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

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

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

This text has shadow with #7F956E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F956E on black background.


Color preview on white background

This text has color #7F956E on white background.



Black color preview on #7F956E background

This text has black color on #7F956E background.


White color preview on #7F956E background

This text has white color on #7F956E background.