COLOR #7F954C

HEX: #7F954C RGB: (127,149,76)

Color info

#7F954C contains mainly red and green colors. Web safe color of #7F954C is #669933 (or #693).

RGB color model

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

RGB: (127,149,76) (50%, 58%, 30%)

RGB channels and saturation

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

127
149
76

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

Portions of RGB colors in percentages

R + G + B = 127 + 149 + 76 = 352 (100%)
R 127 of 352 ~ 36.08%
G 149 of 352 ~ 42.33%
B 76 of 352 ~ 21.59'%

%36.08
%42.33
%21.59

CMYK color model

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

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

CMYK percentages

%14.77
%0
%48.99
%41.57

Codes

Color #7F954C in popluar color models

7F 95 4C
RGB 127 149 76
HSL 78° 32.44% 44.12%
HSB/HSV 78° 48.99% 58.43%
CMYK 14.77% 0.00% 48.99%
41.57%

Color #7F954C in popluar number systems.

HEX 7F 95 4C
Decimal 127 149 76
Binary 1111111 10010101 1001100
Octal 177 225 114

Shades and tints

Shades of #7F954C

#7F954C
(127,149,76)
#748846
(116,136,70)
#697B40
(105,123,64)
#5E6E3A
(94,110,58)
#536134
(83,97,52)
#48542E
(72,84,46)
#3D4728
(61,71,40)
#323A22
(50,58,34)
#272D1C
(39,45,28)
#1C2016
(28,32,22)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #7F954C

#7F954C
(127,149,76)
#8A9E5C
(138,158,92)
#95A76C
(149,167,108)
#A0B07C
(160,176,124)
#ABB98C
(171,185,140)
#B6C29C
(182,194,156)
#C1CBAC
(193,203,172)
#CCD4BC
(204,212,188)
#D7DDCC
(215,221,204)
#E2E6DC
(226,230,220)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F954C; }

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

This text font color is #7F954C.

Background Color

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

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

This div background color is #7F954C.

Border color

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

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

This div border color is #7F954C.

Opacity

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

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

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

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

This text has shadow with #7F954C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F954C.

Preview

Color preview on black background

This text has color #7F954C on black background.


Color preview on white background

This text has color #7F954C on white background.


Black color preview on #7F954C background

This text has black color on #7F954C background.


White color preview on #7F954C background

This text has white color on #7F954C background.


Related colors

Complementary color

Complementary color for #hex is #806AB3.


I love getcolorcode.com

Triadic colors

1 #4C7F95 and #954C7F with #7F954C are triadic colors.

2 #4C957F and #957F4C with #7F954C are triadic colors.