COLOR #76B52B

HEX: #76B52B
RGB: (118,181,43)

Color info

#76B52B contains mainly green color. Web safe color of #76B52B is #66CC33 (or #6C3).

RGB color model

#76B52B color RGB value is (118,181,43).

  • red value is 118;
  • green value is 181;
  • blue value is 43.
RGB:
(118,181,43)
(46%,71%,17%)

RGB channels and saturation

R 118 of 255 = 46%
G 181 of 255 = 71%
B 43 of 255 = 17%

118
181
43

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

Portions of RGB colors in percentages

R + G + B =
118 + 181 + 43 = 342 (100%)
R 118 of 342 ~ 34.5%
G 181 of 342 ~ 52.92%
B 43 of 342 ~ 12.57%

%34.5
%52.92
%12.57

CMYK color model

#76B52B color CMYK value is (35,0,76,29).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 76.24%
  • key color value is 29.02%
CMYK:
(35,0,76,29)
C35M0Y76K29 
(35%,0%,76%,29%)
(0.35/0.00/0.76/0.29)	

CMYK percentages

%34.81
%0
%76.24
%29.02

Codes

Color #76B52B in popluar color models

76B52B
RGB11818143
HSL87°61.61%43.92%
HSB/HSV87°76.24%70.98%
CMYK34.81%0.00%76.24%
29.02%

Color #76B52B in popluar number systems.

HEX76B52B
Decimal11818143
Binary111011010110101101011
Octal16626553

Shades and tints

Shades of #76B52B

#76B52B
(118,181,43)
#6CA528
(108,165,40)
#629525
(98,149,37)
#588522
(88,133,34)
#4E751F
(78,117,31)
#44651C
(68,101,28)
#3A5519
(58,85,25)
#304516
(48,69,22)
#263513
(38,53,19)
#1C2510
(28,37,16)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #76B52B

#76B52B
(118,181,43)
#82BB3E
(130,187,62)
#8EC151
(142,193,81)
#9AC764
(154,199,100)
#A6CD77
(166,205,119)
#B2D38A
(178,211,138)
#BED99D
(190,217,157)
#CADFB0
(202,223,176)
#D6E5C3
(214,229,195)
#E2EBD6
(226,235,214)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B52B color. Also use rgb(118,181,43) instead hex code.

Text Font Color

.myTextColor { color: #76B52B; }

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

This text font color is #76B52B.


Background Color

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

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

This div background color is #76B52B.


Border color

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

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

This div border color is #76B52B.


Opacity

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

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

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

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

This text has shadow with #76B52B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B52B on black background.


Color preview on white background

This text has color #76B52B on white background.



Black color preview on #76B52B background

This text has black color on #76B52B background.


White color preview on #76B52B background

This text has white color on #76B52B background.