COLOR #7F9650

HEX: #7F9650
RGB: (127,150,80)

Color info

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

RGB color model

#7F9650 color RGB value is (127,150,80).

  • red value is 127;
  • green value is 150;
  • blue value is 80.
RGB:
(127,150,80)
(50%,59%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 80 of 255 = 31%

127
150
80

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

Portions of RGB colors in percentages

R + G + B =
127 + 150 + 80 = 357 (100%)
R 127 of 357 ~ 35.57%
G 150 of 357 ~ 42.02%
B 80 of 357 ~ 22.41%

%35.57
%42.02
%22.41

CMYK color model

#7F9650 color CMYK value is (15,0,47,41).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 41.18%
CMYK:
(15,0,47,41)
C15M0Y47K41 
(15%,0%,47%,41%)
(0.15/0.00/0.47/0.41)	

CMYK percentages

%15.33
%0
%46.67
%41.18

Codes

Color #7F9650 in popluar color models

7F9650
RGB12715080
HSL80°30.43%45.10%
HSB/HSV80°46.67%58.82%
CMYK15.33%0.00%46.67%
41.18%

Color #7F9650 in popluar number systems.

HEX7F9650
Decimal12715080
Binary1111111100101101010000
Octal177226120

Shades and tints

Shades of #7F9650

#7F9650
(127,150,80)
#748949
(116,137,73)
#697C42
(105,124,66)
#5E6F3B
(94,111,59)
#536234
(83,98,52)
#48552D
(72,85,45)
#3D4826
(61,72,38)
#323B1F
(50,59,31)
#272E18
(39,46,24)
#1C2111
(28,33,17)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #7F9650

#7F9650
(127,150,80)
#8A9F5F
(138,159,95)
#95A86E
(149,168,110)
#A0B17D
(160,177,125)
#ABBA8C
(171,186,140)
#B6C39B
(182,195,155)
#C1CCAA
(193,204,170)
#CCD5B9
(204,213,185)
#D7DEC8
(215,222,200)
#E2E7D7
(226,231,215)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9650; }

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

This text font color is #7F9650.


Background Color

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

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

This div background color is #7F9650.


Border color

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

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

This div border color is #7F9650.


Opacity

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

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

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

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

This text has shadow with #7F9650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9650 on black background.


Color preview on white background

This text has color #7F9650 on white background.



Black color preview on #7F9650 background

This text has black color on #7F9650 background.


White color preview on #7F9650 background

This text has white color on #7F9650 background.