COLOR #7FB051

HEX: #7FB051
RGB: (127,176,81)

Color info

#7FB051 contains mainly red and green colors. Web safe color of #7FB051 is #669966 (or #696).

RGB color model

#7FB051 color RGB value is (127,176,81).

  • red value is 127;
  • green value is 176;
  • blue value is 81.
RGB: (127,176,81) (50%,69%,32%)

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 81 of 255 = 32%

127
176
81

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 81 = 384 (100%)
R 127 of 384 ~ 33.07%
G 176 of 384 ~ 45.83%
B 81 of 384 ~ 21.09%

%33.07
%45.83
%21.09

CMYK color model

#7FB051 color CMYK value is (28,0,54,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 53.98%
  • key color value is 30.98%
CMYK: (28,0,54,31) C28M0Y54K31 (28%,0%,54%,31%) (0.28/0.00/0.54/0.31)

CMYK percentages

%27.84
%0
%53.98
%30.98

Codes

Color #7FB051 in popluar color models

7FB051
RGB12717681
HSL91°37.55%50.39%
HSB/HSV91°53.98%69.02%
CMYK27.84%0.00%53.98%
30.98%

Color #7FB051 in popluar number systems.

HEX7FB051
Decimal12717681
Binary1111111101100001010001
Octal177260121

Shades and tints

Shades of #7FB051

#7FB051
(127,176,81)
#74A04A
(116,160,74)
#699043
(105,144,67)
#5E803C
(94,128,60)
#537035
(83,112,53)
#48602E
(72,96,46)
#3D5027
(61,80,39)
#324020
(50,64,32)
#273019
(39,48,25)
#1C2012
(28,32,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #7FB051

#7FB051
(127,176,81)
#8AB760
(138,183,96)
#95BE6F
(149,190,111)
#A0C57E
(160,197,126)
#ABCC8D
(171,204,141)
#B6D39C
(182,211,156)
#C1DAAB
(193,218,171)
#CCE1BA
(204,225,186)
#D7E8C9
(215,232,201)
#E2EFD8
(226,239,216)
#EDF6E7
(237,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB051 color. Also use rgb(127,176,81) instead hex code.

Text Font Color

.myTextColor { color: #7FB051; }

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

This text font color is #7FB051.


Background Color

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

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

This div background color is #7FB051.


Border color

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

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

This div border color is #7FB051.


Opacity

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

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

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

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

This text has shadow with #7FB051 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7FB051 on black background.


Color preview on white background

This text has color #7FB051 on white background.



Black color preview on #7FB051 background

This text has black color on #7FB051 background.


White color preview on #7FB051 background

This text has white color on #7FB051 background.