COLOR #7F9D2C

HEX: #7F9D2C
RGB: (127,157,44)

Color info

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

RGB color model

#7F9D2C color RGB value is (127,157,44).

  • red value is 127;
  • green value is 157;
  • blue value is 44.
RGB:
(127,157,44)
(50%,62%,17%)

RGB channels and saturation

R 127 of 255 = 50%
G 157 of 255 = 62%
B 44 of 255 = 17%

127
157
44

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

Portions of RGB colors in percentages

R + G + B =
127 + 157 + 44 = 328 (100%)
R 127 of 328 ~ 38.72%
G 157 of 328 ~ 47.87%
B 44 of 328 ~ 13.41%

%38.72
%47.87
%13.41

CMYK color model

#7F9D2C color CMYK value is (19,0,72,38).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 71.97%
  • key color value is 38.43%
CMYK:
(19,0,72,38)
C19M0Y72K38 
(19%,0%,72%,38%)
(0.19/0.00/0.72/0.38)	

CMYK percentages

%19.11
%0
%71.97
%38.43

Codes

Color #7F9D2C in popluar color models

7F9D2C
RGB12715744
HSL76°56.22%39.41%
HSB/HSV76°71.97%61.57%
CMYK19.11%0.00%71.97%
38.43%

Color #7F9D2C in popluar number systems.

HEX7F9D2C
Decimal12715744
Binary111111110011101101100
Octal17723554

Shades and tints

Shades of #7F9D2C

#7F9D2C
(127,157,44)
#748F28
(116,143,40)
#698124
(105,129,36)
#5E7320
(94,115,32)
#53651C
(83,101,28)
#485718
(72,87,24)
#3D4914
(61,73,20)
#323B10
(50,59,16)
#272D0C
(39,45,12)
#1C1F08
(28,31,8)
#111104
(17,17,4)
#000000
(0,0,0)

Tints of #7F9D2C

#7F9D2C
(127,157,44)
#8AA53F
(138,165,63)
#95AD52
(149,173,82)
#A0B565
(160,181,101)
#ABBD78
(171,189,120)
#B6C58B
(182,197,139)
#C1CD9E
(193,205,158)
#CCD5B1
(204,213,177)
#D7DDC4
(215,221,196)
#E2E5D7
(226,229,215)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9D2C color. Also use rgb(127,157,44) instead hex code.

Text Font Color

.myTextColor { color: #7F9D2C; }

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

This text font color is #7F9D2C.


Background Color

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

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

This div background color is #7F9D2C.


Border color

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

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

This div border color is #7F9D2C.


Opacity

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

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

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

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

This text has shadow with #7F9D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9D2C on black background.


Color preview on white background

This text has color #7F9D2C on white background.



Black color preview on #7F9D2C background

This text has black color on #7F9D2C background.


White color preview on #7F9D2C background

This text has white color on #7F9D2C background.