COLOR #7F9868

HEX: #7F9868
RGB: (127,152,104)

Color info

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

RGB color model

#7F9868 color RGB value is (127,152,104).

  • red value is 127;
  • green value is 152;
  • blue value is 104.
RGB:
(127,152,104)
(50%,60%,41%)

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 104 of 255 = 41%

127
152
104

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 104 = 383 (100%)
R 127 of 383 ~ 33.16%
G 152 of 383 ~ 39.69%
B 104 of 383 ~ 27.15%

%33.16
%39.69
%27.15

CMYK color model

#7F9868 color CMYK value is (16,0,32,40).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(16,0,32,40)
C16M0Y32K40 
(16%,0%,32%,40%)
(0.16/0.00/0.32/0.40)	

CMYK percentages

%16.45
%0
%31.58
%40.39

Codes

Color #7F9868 in popluar color models

7F9868
RGB127152104
HSL91°18.90%50.20%
HSB/HSV91°31.58%59.61%
CMYK16.45%0.00%31.58%
40.39%

Color #7F9868 in popluar number systems.

HEX7F9868
Decimal127152104
Binary1111111100110001101000
Octal177230150

Shades and tints

Shades of #7F9868

#7F9868
(127,152,104)
#748B5F
(116,139,95)
#697E56
(105,126,86)
#5E714D
(94,113,77)
#536444
(83,100,68)
#48573B
(72,87,59)
#3D4A32
(61,74,50)
#323D29
(50,61,41)
#273020
(39,48,32)
#1C2317
(28,35,23)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #7F9868

#7F9868
(127,152,104)
#8AA175
(138,161,117)
#95AA82
(149,170,130)
#A0B38F
(160,179,143)
#ABBC9C
(171,188,156)
#B6C5A9
(182,197,169)
#C1CEB6
(193,206,182)
#CCD7C3
(204,215,195)
#D7E0D0
(215,224,208)
#E2E9DD
(226,233,221)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9868; }

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

This text font color is #7F9868.


Background Color

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

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

This div background color is #7F9868.


Border color

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

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

This div border color is #7F9868.


Opacity

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

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

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

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

This text has shadow with #7F9868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9868 on black background.


Color preview on white background

This text has color #7F9868 on white background.



Black color preview on #7F9868 background

This text has black color on #7F9868 background.


White color preview on #7F9868 background

This text has white color on #7F9868 background.