COLOR #7F957F

HEX: #7F957F
RGB: (127,149,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
149
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 149 + 127 = 403 (100%)
R 127 of 403 ~ 31.51%
G 149 of 403 ~ 36.97%
B 127 of 403 ~ 31.51%

%31.51
%36.97
%31.51

CMYK color model

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

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

CMYK percentages

%14.77
%0
%14.77
%41.57

Codes

Color #7F957F in popluar color models

7F957F
RGB127149127
HSL120°9.40%54.12%
HSB/HSV120°14.77%58.43%
CMYK14.77%0.00%14.77%
41.57%

Color #7F957F in popluar number systems.

HEX7F957F
Decimal127149127
Binary1111111100101011111111
Octal177225177

Shades and tints

Shades of #7F957F

#7F957F
(127,149,127)
#748874
(116,136,116)
#697B69
(105,123,105)
#5E6E5E
(94,110,94)
#536153
(83,97,83)
#485448
(72,84,72)
#3D473D
(61,71,61)
#323A32
(50,58,50)
#272D27
(39,45,39)
#1C201C
(28,32,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7F957F

#7F957F
(127,149,127)
#8A9E8A
(138,158,138)
#95A795
(149,167,149)
#A0B0A0
(160,176,160)
#ABB9AB
(171,185,171)
#B6C2B6
(182,194,182)
#C1CBC1
(193,203,193)
#CCD4CC
(204,212,204)
#D7DDD7
(215,221,215)
#E2E6E2
(226,230,226)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F957F; }

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

This text font color is #7F957F.


Background Color

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

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

This div background color is #7F957F.


Border color

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

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

This div border color is #7F957F.


Opacity

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

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

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

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

This text has shadow with #7F957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F957F on black background.


Color preview on white background

This text has color #7F957F on white background.



Black color preview on #7F957F background

This text has black color on #7F957F background.


White color preview on #7F957F background

This text has white color on #7F957F background.