COLOR #7FB46B

HEX: #7FB46B
RGB: (127,180,107)

Color info

#7FB46B contains mainly red and green colors. Web safe color of #7FB46B is #66CC66 (or #6C6).

RGB color model

#7FB46B color RGB value is (127,180,107).

  • red value is 127;
  • green value is 180;
  • blue value is 107.
RGB:
(127,180,107)
(50%,71%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 180 of 255 = 71%
B 107 of 255 = 42%

127
180
107

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

Portions of RGB colors in percentages

R + G + B =
127 + 180 + 107 = 414 (100%)
R 127 of 414 ~ 30.68%
G 180 of 414 ~ 43.48%
B 107 of 414 ~ 25.85%

%30.68
%43.48
%25.85

CMYK color model

#7FB46B color CMYK value is (29,0,41,29).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 40.56%
  • key color value is 29.41%
CMYK:
(29,0,41,29)
C29M0Y41K29 
(29%,0%,41%,29%)
(0.29/0.00/0.41/0.29)	

CMYK percentages

%29.44
%0
%40.56
%29.41

Codes

Color #7FB46B in popluar color models

7FB46B
RGB127180107
HSL104°32.74%56.27%
HSB/HSV104°40.56%70.59%
CMYK29.44%0.00%40.56%
29.41%

Color #7FB46B in popluar number systems.

HEX7FB46B
Decimal127180107
Binary1111111101101001101011
Octal177264153

Shades and tints

Shades of #7FB46B

#7FB46B
(127,180,107)
#74A462
(116,164,98)
#699459
(105,148,89)
#5E8450
(94,132,80)
#537447
(83,116,71)
#48643E
(72,100,62)
#3D5435
(61,84,53)
#32442C
(50,68,44)
#273423
(39,52,35)
#1C241A
(28,36,26)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #7FB46B

#7FB46B
(127,180,107)
#8ABA78
(138,186,120)
#95C085
(149,192,133)
#A0C692
(160,198,146)
#ABCC9F
(171,204,159)
#B6D2AC
(182,210,172)
#C1D8B9
(193,216,185)
#CCDEC6
(204,222,198)
#D7E4D3
(215,228,211)
#E2EAE0
(226,234,224)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB46B color. Also use rgb(127,180,107) instead hex code.

Text Font Color

.myTextColor { color: #7FB46B; }

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

This text font color is #7FB46B.


Background Color

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

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

This div background color is #7FB46B.


Border color

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

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

This div border color is #7FB46B.


Opacity

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

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

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

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

This text has shadow with #7FB46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB46B on black background.


Color preview on white background

This text has color #7FB46B on white background.



Black color preview on #7FB46B background

This text has black color on #7FB46B background.


White color preview on #7FB46B background

This text has white color on #7FB46B background.