COLOR #7FB332

HEX: #7FB332 RGB: (127,179,50)

Color info

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

RGB color model

#7FB332 color RGB value is (127,179,50).

RGB: (127,179,50) (50%, 70%, 20%)

RGB channels and saturation

R 127 of 255 = 50%
G 179 of 255 = 70%
B 50 of 255 = 20%

127
179
50

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

Portions of RGB colors in percentages

R + G + B = 127 + 179 + 50 = 356 (100%)
R 127 of 356 ~ 35.67%
G 179 of 356 ~ 50.28%
B 50 of 356 ~ 14.04'%

%35.67
%50.28
%14.04

CMYK color model

#7FB332 color CMYK value is (29,0,72,30).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 72.07%
  • key color value is 29.80%
CMYK: (29,0,72,30) C29M0Y72K30 (29%,0%,72%,30%) (0.29/0.00/0.72/0.30) 

CMYK percentages

%29.05
%0
%72.07
%29.8

Codes

Color #7FB332 in popluar color models

7F B3 32
RGB 127 179 50
HSL 84° 56.33% 44.90%
HSB/HSV 84° 72.07% 70.20%
CMYK 29.05% 0.00% 72.07%
29.80%

Color #7FB332 in popluar number systems.

HEX 7F B3 32
Decimal 127 179 50
Binary 1111111 10110011 110010
Octal 177 263 62

Shades and tints

Shades of #7FB332

#7FB332
(127,179,50)
#74A32E
(116,163,46)
#69932A
(105,147,42)
#5E8326
(94,131,38)
#537322
(83,115,34)
#48631E
(72,99,30)
#3D531A
(61,83,26)
#324316
(50,67,22)
#273312
(39,51,18)
#1C230E
(28,35,14)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7FB332

#7FB332
(127,179,50)
#8AB944
(138,185,68)
#95BF56
(149,191,86)
#A0C568
(160,197,104)
#ABCB7A
(171,203,122)
#B6D18C
(182,209,140)
#C1D79E
(193,215,158)
#CCDDB0
(204,221,176)
#D7E3C2
(215,227,194)
#E2E9D4
(226,233,212)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB332 color. Also use rgb(127,179,50) instead hex code.

Text Font Color

.myTextColor { color: #7FB332; }

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

This text font color is #7FB332.

Background Color

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

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

This div background color is #7FB332.

Border color

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

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

This div border color is #7FB332.

Opacity

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

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

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

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

This text has shadow with #7FB332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB332.

Preview

Color preview on black background

This text has color #7FB332 on black background.


Color preview on white background

This text has color #7FB332 on white background.


Black color preview on #7FB332 background

This text has black color on #7FB332 background.


White color preview on #7FB332 background

This text has white color on #7FB332 background.


Related colors

Complementary color

Complementary color for #hex is #804CCD.


I love getcolorcode.com

Triadic colors

1 #327FB3 and #B3327F with #7FB332 are triadic colors.

2 #32B37F and #B37F32 with #7FB332 are triadic colors.