COLOR #7FB466

HEX: #7FB466 RGB: (127,180,102)

Color info

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

RGB color model

#7FB466 color RGB value is (127,180,102).

RGB: (127,180,102) (50%, 71%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 180 of 255 = 71%
B 102 of 255 = 40%

127
180
102

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

Portions of RGB colors in percentages

R + G + B = 127 + 180 + 102 = 409 (100%)
R 127 of 409 ~ 31.05%
G 180 of 409 ~ 44.01%
B 102 of 409 ~ 24.94'%

%31.05
%44.01
%24.94

CMYK color model

#7FB466 color CMYK value is (29,0,43,29).

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

CMYK: (29,0,43,29)
C29M0Y43K29 (29%, 0%, 43%, 29%)
(0.29 / 0.00 / 0.43 / 0.29)

CMYK percentages

%29.44
%0
%43.33
%29.41

Codes

Color #7FB466 in popluar color models

7F B4 66
RGB 127 180 102
HSL 101° 34.21% 55.29%
HSB/HSV 101° 43.33% 70.59%
CMYK 29.44% 0.00% 43.33%
29.41%

Color #7FB466 in popluar number systems.

HEX 7F B4 66
Decimal 127 180 102
Binary 1111111 10110100 1100110
Octal 177 264 146

Shades and tints

Shades of #7FB466

#7FB466
(127,180,102)
#74A45D
(116,164,93)
#699454
(105,148,84)
#5E844B
(94,132,75)
#537442
(83,116,66)
#486439
(72,100,57)
#3D5430
(61,84,48)
#324427
(50,68,39)
#27341E
(39,52,30)
#1C2415
(28,36,21)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #7FB466

#7FB466
(127,180,102)
#8ABA73
(138,186,115)
#95C080
(149,192,128)
#A0C68D
(160,198,141)
#ABCC9A
(171,204,154)
#B6D2A7
(182,210,167)
#C1D8B4
(193,216,180)
#CCDEC1
(204,222,193)
#D7E4CE
(215,228,206)
#E2EADB
(226,234,219)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB466; }

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

This text font color is #7FB466.

Background Color

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

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

This div background color is #7FB466.

Border color

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

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

This div border color is #7FB466.

Opacity

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

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

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

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

This text has shadow with #7FB466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB466.

Preview

Color preview on black background

This text has color #7FB466 on black background.


Color preview on white background

This text has color #7FB466 on white background.


Black color preview on #7FB466 background

This text has black color on #7FB466 background.


White color preview on #7FB466 background

This text has white color on #7FB466 background.


Related colors

Complementary color

Complementary color for #hex is #804B99.


I love getcolorcode.com

Triadic colors

1 #667FB4 and #B4667F with #7FB466 are triadic colors.

2 #66B47F and #B47F66 with #7FB466 are triadic colors.