COLOR #7FB025

HEX: #7FB025
RGB: (127,176,37)

Color info

#7FB025 contains mainly red and green colors. Web safe color of #7FB025 is #669933 (or #693).

RGB color model

#7FB025 color RGB value is (127,176,37).

  • red value is 127;
  • green value is 176;
  • blue value is 37.
RGB:
(127,176,37)
(50%,69%,15%)

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 37 of 255 = 15%

127
176
37

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 37 = 340 (100%)
R 127 of 340 ~ 37.35%
G 176 of 340 ~ 51.76%
B 37 of 340 ~ 10.88%

%37.35
%51.76
%10.88

CMYK color model

#7FB025 color CMYK value is (28,0,79,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 78.98%
  • key color value is 30.98%
CMYK:
(28,0,79,31)
C28M0Y79K31 
(28%,0%,79%,31%)
(0.28/0.00/0.79/0.31)	

CMYK percentages

%27.84
%0
%78.98
%30.98

Codes

Color #7FB025 in popluar color models

7FB025
RGB12717637
HSL81°65.26%41.76%
HSB/HSV81°78.98%69.02%
CMYK27.84%0.00%78.98%
30.98%

Color #7FB025 in popluar number systems.

HEX7FB025
Decimal12717637
Binary111111110110000100101
Octal17726045

Shades and tints

Shades of #7FB025

#7FB025
(127,176,37)
#74A022
(116,160,34)
#69901F
(105,144,31)
#5E801C
(94,128,28)
#537019
(83,112,25)
#486016
(72,96,22)
#3D5013
(61,80,19)
#324010
(50,64,16)
#27300D
(39,48,13)
#1C200A
(28,32,10)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #7FB025

#7FB025
(127,176,37)
#8AB738
(138,183,56)
#95BE4B
(149,190,75)
#A0C55E
(160,197,94)
#ABCC71
(171,204,113)
#B6D384
(182,211,132)
#C1DA97
(193,218,151)
#CCE1AA
(204,225,170)
#D7E8BD
(215,232,189)
#E2EFD0
(226,239,208)
#EDF6E3
(237,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB025 color. Also use rgb(127,176,37) instead hex code.

Text Font Color

.myTextColor { color: #7FB025; }

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

This text font color is #7FB025.


Background Color

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

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

This div background color is #7FB025.


Border color

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

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

This div border color is #7FB025.


Opacity

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

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

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

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

This text has shadow with #7FB025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB025 on black background.


Color preview on white background

This text has color #7FB025 on white background.



Black color preview on #7FB025 background

This text has black color on #7FB025 background.


White color preview on #7FB025 background

This text has white color on #7FB025 background.