COLOR #7F9A63

HEX: #7F9A63
RGB: (127,154,99)

Color info

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

RGB color model

#7F9A63 color RGB value is (127,154,99).

  • red value is 127;
  • green value is 154;
  • blue value is 99.
RGB:
(127,154,99)
(50%,60%,39%)

RGB channels and saturation

R 127 of 255 = 50%
G 154 of 255 = 60%
B 99 of 255 = 39%

127
154
99

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

Portions of RGB colors in percentages

R + G + B =
127 + 154 + 99 = 380 (100%)
R 127 of 380 ~ 33.42%
G 154 of 380 ~ 40.53%
B 99 of 380 ~ 26.05%

%33.42
%40.53
%26.05

CMYK color model

#7F9A63 color CMYK value is (18,0,36,40).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 39.61%
CMYK:
(18,0,36,40)
C18M0Y36K40 
(18%,0%,36%,40%)
(0.18/0.00/0.36/0.40)	

CMYK percentages

%17.53
%0
%35.71
%39.61

Codes

Color #7F9A63 in popluar color models

7F9A63
RGB12715499
HSL89°21.74%49.61%
HSB/HSV89°35.71%60.39%
CMYK17.53%0.00%35.71%
39.61%

Color #7F9A63 in popluar number systems.

HEX7F9A63
Decimal12715499
Binary1111111100110101100011
Octal177232143

Shades and tints

Shades of #7F9A63

#7F9A63
(127,154,99)
#748C5A
(116,140,90)
#697E51
(105,126,81)
#5E7048
(94,112,72)
#53623F
(83,98,63)
#485436
(72,84,54)
#3D462D
(61,70,45)
#323824
(50,56,36)
#272A1B
(39,42,27)
#1C1C12
(28,28,18)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #7F9A63

#7F9A63
(127,154,99)
#8AA371
(138,163,113)
#95AC7F
(149,172,127)
#A0B58D
(160,181,141)
#ABBE9B
(171,190,155)
#B6C7A9
(182,199,169)
#C1D0B7
(193,208,183)
#CCD9C5
(204,217,197)
#D7E2D3
(215,226,211)
#E2EBE1
(226,235,225)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9A63; }

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

This text font color is #7F9A63.


Background Color

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

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

This div background color is #7F9A63.


Border color

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

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

This div border color is #7F9A63.


Opacity

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

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

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

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

This text has shadow with #7F9A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9A63 on black background.


Color preview on white background

This text has color #7F9A63 on white background.



Black color preview on #7F9A63 background

This text has black color on #7F9A63 background.


White color preview on #7F9A63 background

This text has white color on #7F9A63 background.