COLOR #7FB46D

HEX: #7FB46D RGB: (127,180,109)

Color info

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

RGB color model

#7FB46D color RGB value is (127,180,109).

RGB: (127,180,109) (50%, 71%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 180 of 255 = 71%
B 109 of 255 = 43%

127
180
109

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

Portions of RGB colors in percentages

R + G + B = 127 + 180 + 109 = 416 (100%)
R 127 of 416 ~ 30.53%
G 180 of 416 ~ 43.27%
B 109 of 416 ~ 26.2'%

%30.53
%43.27
%26.2

CMYK color model

#7FB46D color CMYK value is (29,0,39,29).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 29.41%

CMYK: (29,0,39,29)
C29M0Y39K29 (29%, 0%, 39%, 29%)
(0.29 / 0.00 / 0.39 / 0.29)

CMYK percentages

%29.44
%0
%39.44
%29.41

Codes

Color #7FB46D in popluar color models

7F B4 6D
RGB 127 180 109
HSL 105° 32.13% 56.67%
HSB/HSV 105° 39.44% 70.59%
CMYK 29.44% 0.00% 39.44%
29.41%

Color #7FB46D in popluar number systems.

HEX 7F B4 6D
Decimal 127 180 109
Binary 1111111 10110100 1101101
Octal 177 264 155

Shades and tints

Shades of #7FB46D

#7FB46D
(127,180,109)
#74A464
(116,164,100)
#69945B
(105,148,91)
#5E8452
(94,132,82)
#537449
(83,116,73)
#486440
(72,100,64)
#3D5437
(61,84,55)
#32442E
(50,68,46)
#273425
(39,52,37)
#1C241C
(28,36,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7FB46D

#7FB46D
(127,180,109)
#8ABA7A
(138,186,122)
#95C087
(149,192,135)
#A0C694
(160,198,148)
#ABCCA1
(171,204,161)
#B6D2AE
(182,210,174)
#C1D8BB
(193,216,187)
#CCDEC8
(204,222,200)
#D7E4D5
(215,228,213)
#E2EAE2
(226,234,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB46D; }

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

This text font color is #7FB46D.

Background Color

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

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

This div background color is #7FB46D.

Border color

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

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

This div border color is #7FB46D.

Opacity

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

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

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

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

This text has shadow with #7FB46D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB46D.

Preview

Color preview on black background

This text has color #7FB46D on black background.


Color preview on white background

This text has color #7FB46D on white background.


Black color preview on #7FB46D background

This text has black color on #7FB46D background.


White color preview on #7FB46D background

This text has white color on #7FB46D background.


Related colors

Complementary color

Complementary color for #hex is #804B92.


I love getcolorcode.com

Triadic colors

1 #6D7FB4 and #B46D7F with #7FB46D are triadic colors.

2 #6DB47F and #B47F6D with #7FB46D are triadic colors.