COLOR #76B03A

HEX: #76B03A
RGB: (118,176,58)

Color info

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

RGB color model

#76B03A color RGB value is (118,176,58).

  • red value is 118;
  • green value is 176;
  • blue value is 58.
RGB:
(118,176,58)
(46%,69%,23%)

RGB channels and saturation

R 118 of 255 = 46%
G 176 of 255 = 69%
B 58 of 255 = 23%

118
176
58

R + G + B ~ 46%. #76B03A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 176 + 58 = 352 (100%)
R 118 of 352 ~ 33.52%
G 176 of 352 ~ 50%
B 58 of 352 ~ 16.48%

%33.52
%50
%16.48

CMYK color model

#76B03A color CMYK value is (33,0,67,31).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 67.05%
  • key color value is 30.98%
CMYK:
(33,0,67,31)
C33M0Y67K31 
(33%,0%,67%,31%)
(0.33/0.00/0.67/0.31)	

CMYK percentages

%32.95
%0
%67.05
%30.98

Codes

Color #76B03A in popluar color models

76B03A
RGB11817658
HSL89°50.43%45.88%
HSB/HSV89°67.05%69.02%
CMYK32.95%0.00%67.05%
30.98%

Color #76B03A in popluar number systems.

HEX76B03A
Decimal11817658
Binary111011010110000111010
Octal16626072

Shades and tints

Shades of #76B03A

#76B03A
(118,176,58)
#6CA035
(108,160,53)
#629030
(98,144,48)
#58802B
(88,128,43)
#4E7026
(78,112,38)
#446021
(68,96,33)
#3A501C
(58,80,28)
#304017
(48,64,23)
#263012
(38,48,18)
#1C200D
(28,32,13)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #76B03A

#76B03A
(118,176,58)
#82B74B
(130,183,75)
#8EBE5C
(142,190,92)
#9AC56D
(154,197,109)
#A6CC7E
(166,204,126)
#B2D38F
(178,211,143)
#BEDAA0
(190,218,160)
#CAE1B1
(202,225,177)
#D6E8C2
(214,232,194)
#E2EFD3
(226,239,211)
#EEF6E4
(238,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B03A color. Also use rgb(118,176,58) instead hex code.

Text Font Color

.myTextColor { color: #76B03A; }

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

This text font color is #76B03A.


Background Color

.myBgColor { background-color: #76B03A; }

<div style="background-color:#76B03A">Inner text</div>

This div background color is #76B03A.


Border color

.myBorderColor { border: 1px solid #76B03A; }

<div style="border:3px solid #76B03A">Div</div>

This div border color is #76B03A.


Opacity

.myOpacity80 { color: #76B03A; opacity: 0.8; }

<p style="color:#76B03A;opacity:0.8;">80%</p>

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

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

This text has shadow with #76B03A color.

.textShadow {text-shadow: 3px 3px 1px #76B03A, 3px 3px 1px red;}

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

This text has shadow with #76B03A primary color and red secondary color.


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

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

This text has shadow with #76B03A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B03A on black background.


Color preview on white background

This text has color #76B03A on white background.



Black color preview on #76B03A background

This text has black color on #76B03A background.


White color preview on #76B03A background

This text has white color on #76B03A background.