COLOR #7F9127

HEX: #7F9127
RGB: (127,145,39)

Color info

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

RGB color model

#7F9127 color RGB value is (127,145,39).

  • red value is 127;
  • green value is 145;
  • blue value is 39.
RGB:
(127,145,39)
(50%,57%,15%)

RGB channels and saturation

R 127 of 255 = 50%
G 145 of 255 = 57%
B 39 of 255 = 15%

127
145
39

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

Portions of RGB colors in percentages

R + G + B =
127 + 145 + 39 = 311 (100%)
R 127 of 311 ~ 40.84%
G 145 of 311 ~ 46.62%
B 39 of 311 ~ 12.54%

%40.84
%46.62
%12.54

CMYK color model

#7F9127 color CMYK value is (12,0,73,43).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 73.10%
  • key color value is 43.14%
CMYK:
(12,0,73,43)
C12M0Y73K43 
(12%,0%,73%,43%)
(0.12/0.00/0.73/0.43)	

CMYK percentages

%12.41
%0
%73.1
%43.14

Codes

Color #7F9127 in popluar color models

7F9127
RGB12714539
HSL70°57.61%36.08%
HSB/HSV70°73.10%56.86%
CMYK12.41%0.00%73.10%
43.14%

Color #7F9127 in popluar number systems.

HEX7F9127
Decimal12714539
Binary111111110010001100111
Octal17722147

Shades and tints

Shades of #7F9127

#7F9127
(127,145,39)
#748424
(116,132,36)
#697721
(105,119,33)
#5E6A1E
(94,106,30)
#535D1B
(83,93,27)
#485018
(72,80,24)
#3D4315
(61,67,21)
#323612
(50,54,18)
#27290F
(39,41,15)
#1C1C0C
(28,28,12)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #7F9127

#7F9127
(127,145,39)
#8A9B3A
(138,155,58)
#95A54D
(149,165,77)
#A0AF60
(160,175,96)
#ABB973
(171,185,115)
#B6C386
(182,195,134)
#C1CD99
(193,205,153)
#CCD7AC
(204,215,172)
#D7E1BF
(215,225,191)
#E2EBD2
(226,235,210)
#EDF5E5
(237,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9127 color. Also use rgb(127,145,39) instead hex code.

Text Font Color

.myTextColor { color: #7F9127; }

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

This text font color is #7F9127.


Background Color

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

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

This div background color is #7F9127.


Border color

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

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

This div border color is #7F9127.


Opacity

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

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

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

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

This text has shadow with #7F9127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9127 on black background.


Color preview on white background

This text has color #7F9127 on white background.



Black color preview on #7F9127 background

This text has black color on #7F9127 background.


White color preview on #7F9127 background

This text has white color on #7F9127 background.