COLOR #7FA61C

HEX: #7FA61C
RGB: (127,166,28)

Color info

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

RGB color model

#7FA61C color RGB value is (127,166,28).

  • red value is 127;
  • green value is 166;
  • blue value is 28.
RGB:
(127,166,28)
(50%,65%,11%)

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 28 of 255 = 11%

127
166
28

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

Portions of RGB colors in percentages

R + G + B =
127 + 166 + 28 = 321 (100%)
R 127 of 321 ~ 39.56%
G 166 of 321 ~ 51.71%
B 28 of 321 ~ 8.72%

%39.56
%51.71

CMYK color model

#7FA61C color CMYK value is (23,0,83,35).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 83.13%
  • key color value is 34.90%
CMYK:
(23,0,83,35)
C23M0Y83K35 
(23%,0%,83%,35%)
(0.23/0.00/0.83/0.35)	

CMYK percentages

%23.49
%0
%83.13
%34.9

Codes

Color #7FA61C in popluar color models

7FA61C
RGB12716628
HSL77°71.13%38.04%
HSB/HSV77°83.13%65.10%
CMYK23.49%0.00%83.13%
34.90%

Color #7FA61C in popluar number systems.

HEX7FA61C
Decimal12716628
Binary11111111010011011100
Octal17724634

Shades and tints

Shades of #7FA61C

#7FA61C
(127,166,28)
#74971A
(116,151,26)
#698818
(105,136,24)
#5E7916
(94,121,22)
#536A14
(83,106,20)
#485B12
(72,91,18)
#3D4C10
(61,76,16)
#323D0E
(50,61,14)
#272E0C
(39,46,12)
#1C1F0A
(28,31,10)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #7FA61C

#7FA61C
(127,166,28)
#8AAE30
(138,174,48)
#95B644
(149,182,68)
#A0BE58
(160,190,88)
#ABC66C
(171,198,108)
#B6CE80
(182,206,128)
#C1D694
(193,214,148)
#CCDEA8
(204,222,168)
#D7E6BC
(215,230,188)
#E2EED0
(226,238,208)
#EDF6E4
(237,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA61C color. Also use rgb(127,166,28) instead hex code.

Text Font Color

.myTextColor { color: #7FA61C; }

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

This text font color is #7FA61C.


Background Color

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

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

This div background color is #7FA61C.


Border color

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

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

This div border color is #7FA61C.


Opacity

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

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

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

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

This text has shadow with #7FA61C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA61C on black background.


Color preview on white background

This text has color #7FA61C on white background.



Black color preview on #7FA61C background

This text has black color on #7FA61C background.


White color preview on #7FA61C background

This text has white color on #7FA61C background.