COLOR #7FB266

HEX: #7FB266
RGB: (127,178,102)

Color info

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

RGB color model

#7FB266 color RGB value is (127,178,102).

  • red value is 127;
  • green value is 178;
  • blue value is 102.
RGB:
(127,178,102)
(50%,70%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 178 of 255 = 70%
B 102 of 255 = 40%

127
178
102

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

Portions of RGB colors in percentages

R + G + B =
127 + 178 + 102 = 407 (100%)
R 127 of 407 ~ 31.2%
G 178 of 407 ~ 43.73%
B 102 of 407 ~ 25.06%

%31.2
%43.73
%25.06

CMYK color model

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

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 30.20%
CMYK:
(29,0,43,30)
C29M0Y43K30 
(29%,0%,43%,30%)
(0.29/0.00/0.43/0.30)	

CMYK percentages

%28.65
%0
%42.7
%30.2

Codes

Color #7FB266 in popluar color models

7FB266
RGB127178102
HSL100°33.04%54.90%
HSB/HSV100°42.70%69.80%
CMYK28.65%0.00%42.70%
30.20%

Color #7FB266 in popluar number systems.

HEX7FB266
Decimal127178102
Binary1111111101100101100110
Octal177262146

Shades and tints

Shades of #7FB266

#7FB266
(127,178,102)
#74A25D
(116,162,93)
#699254
(105,146,84)
#5E824B
(94,130,75)
#537242
(83,114,66)
#486239
(72,98,57)
#3D5230
(61,82,48)
#324227
(50,66,39)
#27321E
(39,50,30)
#1C2215
(28,34,21)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #7FB266

#7FB266
(127,178,102)
#8AB973
(138,185,115)
#95C080
(149,192,128)
#A0C78D
(160,199,141)
#ABCE9A
(171,206,154)
#B6D5A7
(182,213,167)
#C1DCB4
(193,220,180)
#CCE3C1
(204,227,193)
#D7EACE
(215,234,206)
#E2F1DB
(226,241,219)
#EDF8E8
(237,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB266; }

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

This text font color is #7FB266.


Background Color

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

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

This div background color is #7FB266.


Border color

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

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

This div border color is #7FB266.


Opacity

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

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

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

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

This text has shadow with #7FB266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB266 on black background.


Color preview on white background

This text has color #7FB266 on white background.



Black color preview on #7FB266 background

This text has black color on #7FB266 background.


White color preview on #7FB266 background

This text has white color on #7FB266 background.