COLOR #7F9060

HEX: #7F9060
RGB: (127,144,96)

Color info

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

RGB color model

#7F9060 color RGB value is (127,144,96).

  • red value is 127;
  • green value is 144;
  • blue value is 96.
RGB:
(127,144,96)
(50%,56%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 96 of 255 = 38%

127
144
96

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 96 = 367 (100%)
R 127 of 367 ~ 34.6%
G 144 of 367 ~ 39.24%
B 96 of 367 ~ 26.16%

%34.6
%39.24
%26.16

CMYK color model

#7F9060 color CMYK value is (12,0,33,44).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 43.53%
CMYK:
(12,0,33,44)
C12M0Y33K44 
(12%,0%,33%,44%)
(0.12/0.00/0.33/0.44)	

CMYK percentages

%11.81
%0
%33.33
%43.53

Codes

Color #7F9060 in popluar color models

7F9060
RGB12714496
HSL81°20.00%47.06%
HSB/HSV81°33.33%56.47%
CMYK11.81%0.00%33.33%
43.53%

Color #7F9060 in popluar number systems.

HEX7F9060
Decimal12714496
Binary1111111100100001100000
Octal177220140

Shades and tints

Shades of #7F9060

#7F9060
(127,144,96)
#748358
(116,131,88)
#697650
(105,118,80)
#5E6948
(94,105,72)
#535C40
(83,92,64)
#484F38
(72,79,56)
#3D4230
(61,66,48)
#323528
(50,53,40)
#272820
(39,40,32)
#1C1B18
(28,27,24)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #7F9060

#7F9060
(127,144,96)
#8A9A6E
(138,154,110)
#95A47C
(149,164,124)
#A0AE8A
(160,174,138)
#ABB898
(171,184,152)
#B6C2A6
(182,194,166)
#C1CCB4
(193,204,180)
#CCD6C2
(204,214,194)
#D7E0D0
(215,224,208)
#E2EADE
(226,234,222)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9060; }

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

This text font color is #7F9060.


Background Color

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

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

This div background color is #7F9060.


Border color

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

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

This div border color is #7F9060.


Opacity

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

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

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

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

This text has shadow with #7F9060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9060 on black background.


Color preview on white background

This text has color #7F9060 on white background.



Black color preview on #7F9060 background

This text has black color on #7F9060 background.


White color preview on #7F9060 background

This text has white color on #7F9060 background.