COLOR #7FB946

HEX: #7FB946
RGB: (127,185,70)

Color info

#7FB946 contains mainly red and green colors. Web safe color of #7FB946 is #66CC33 (or #6C3).

RGB color model

#7FB946 color RGB value is (127,185,70).

  • red value is 127;
  • green value is 185;
  • blue value is 70.
RGB:
(127,185,70)
(50%,73%,27%)

RGB channels and saturation

R 127 of 255 = 50%
G 185 of 255 = 73%
B 70 of 255 = 27%

127
185
70

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

Portions of RGB colors in percentages

R + G + B =
127 + 185 + 70 = 382 (100%)
R 127 of 382 ~ 33.25%
G 185 of 382 ~ 48.43%
B 70 of 382 ~ 18.32%

%33.25
%48.43
%18.32

CMYK color model

#7FB946 color CMYK value is (31,0,62,27).

  • cyan value is 31.35%
  • magenta value is 0.00%
  • yellow value is 62.16%
  • key color value is 27.45%
CMYK:
(31,0,62,27)
C31M0Y62K27 
(31%,0%,62%,27%)
(0.31/0.00/0.62/0.27)	

CMYK percentages

%31.35
%0
%62.16
%27.45

Codes

Color #7FB946 in popluar color models

7FB946
RGB12718570
HSL90°45.10%50.00%
HSB/HSV90°62.16%72.55%
CMYK31.35%0.00%62.16%
27.45%

Color #7FB946 in popluar number systems.

HEX7FB946
Decimal12718570
Binary1111111101110011000110
Octal177271106

Shades and tints

Shades of #7FB946

#7FB946
(127,185,70)
#74A940
(116,169,64)
#69993A
(105,153,58)
#5E8934
(94,137,52)
#53792E
(83,121,46)
#486928
(72,105,40)
#3D5922
(61,89,34)
#32491C
(50,73,28)
#273916
(39,57,22)
#1C2910
(28,41,16)
#11190A
(17,25,10)
#000000
(0,0,0)

Tints of #7FB946

#7FB946
(127,185,70)
#8ABF56
(138,191,86)
#95C566
(149,197,102)
#A0CB76
(160,203,118)
#ABD186
(171,209,134)
#B6D796
(182,215,150)
#C1DDA6
(193,221,166)
#CCE3B6
(204,227,182)
#D7E9C6
(215,233,198)
#E2EFD6
(226,239,214)
#EDF5E6
(237,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB946 color. Also use rgb(127,185,70) instead hex code.

Text Font Color

.myTextColor { color: #7FB946; }

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

This text font color is #7FB946.


Background Color

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

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

This div background color is #7FB946.


Border color

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

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

This div border color is #7FB946.


Opacity

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

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

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

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

This text has shadow with #7FB946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB946 on black background.


Color preview on white background

This text has color #7FB946 on white background.



Black color preview on #7FB946 background

This text has black color on #7FB946 background.


White color preview on #7FB946 background

This text has white color on #7FB946 background.