COLOR #7FB064

HEX: #7FB064
RGB: (127,176,100)

Color info

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

RGB color model

#7FB064 color RGB value is (127,176,100).

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

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 100 of 255 = 39%

127
176
100

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 100 = 403 (100%)
R 127 of 403 ~ 31.51%
G 176 of 403 ~ 43.67%
B 100 of 403 ~ 24.81%

%31.51
%43.67
%24.81

CMYK color model

#7FB064 color CMYK value is (28,0,43,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 30.98%
CMYK:
(28,0,43,31)
C28M0Y43K31 
(28%,0%,43%,31%)
(0.28/0.00/0.43/0.31)	

CMYK percentages

%27.84
%0
%43.18
%30.98

Codes

Color #7FB064 in popluar color models

7FB064
RGB127176100
HSL99°32.48%54.12%
HSB/HSV99°43.18%69.02%
CMYK27.84%0.00%43.18%
30.98%

Color #7FB064 in popluar number systems.

HEX7FB064
Decimal127176100
Binary1111111101100001100100
Octal177260144

Shades and tints

Shades of #7FB064

#7FB064
(127,176,100)
#74A05B
(116,160,91)
#699052
(105,144,82)
#5E8049
(94,128,73)
#537040
(83,112,64)
#486037
(72,96,55)
#3D502E
(61,80,46)
#324025
(50,64,37)
#27301C
(39,48,28)
#1C2013
(28,32,19)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #7FB064

#7FB064
(127,176,100)
#8AB772
(138,183,114)
#95BE80
(149,190,128)
#A0C58E
(160,197,142)
#ABCC9C
(171,204,156)
#B6D3AA
(182,211,170)
#C1DAB8
(193,218,184)
#CCE1C6
(204,225,198)
#D7E8D4
(215,232,212)
#E2EFE2
(226,239,226)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB064; }

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

This text font color is #7FB064.


Background Color

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

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

This div background color is #7FB064.


Border color

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

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

This div border color is #7FB064.


Opacity

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

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

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

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

This text has shadow with #7FB064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB064 on black background.


Color preview on white background

This text has color #7FB064 on white background.



Black color preview on #7FB064 background

This text has black color on #7FB064 background.


White color preview on #7FB064 background

This text has white color on #7FB064 background.