COLOR #76B649

HEX: #76B649
RGB: (118,182,73)

Color info

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

RGB color model

#76B649 color RGB value is (118,182,73).

  • red value is 118;
  • green value is 182;
  • blue value is 73.
RGB:
(118,182,73)
(46%,71%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 73 of 255 = 29%

118
182
73

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

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 73 = 373 (100%)
R 118 of 373 ~ 31.64%
G 182 of 373 ~ 48.79%
B 73 of 373 ~ 19.57%

%31.64
%48.79
%19.57

CMYK color model

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

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 59.89%
  • key color value is 28.63%
CMYK:
(35,0,60,29)
C35M0Y60K29 
(35%,0%,60%,29%)
(0.35/0.00/0.60/0.29)	

CMYK percentages

%35.16
%0
%59.89
%28.63

Codes

Color #76B649 in popluar color models

76B649
RGB11818273
HSL95°42.75%50.00%
HSB/HSV95°59.89%71.37%
CMYK35.16%0.00%59.89%
28.63%

Color #76B649 in popluar number systems.

HEX76B649
Decimal11818273
Binary1110110101101101001001
Octal166266111

Shades and tints

Shades of #76B649

#76B649
(118,182,73)
#6CA643
(108,166,67)
#62963D
(98,150,61)
#588637
(88,134,55)
#4E7631
(78,118,49)
#44662B
(68,102,43)
#3A5625
(58,86,37)
#30461F
(48,70,31)
#263619
(38,54,25)
#1C2613
(28,38,19)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #76B649

#76B649
(118,182,73)
#82BC59
(130,188,89)
#8EC269
(142,194,105)
#9AC879
(154,200,121)
#A6CE89
(166,206,137)
#B2D499
(178,212,153)
#BEDAA9
(190,218,169)
#CAE0B9
(202,224,185)
#D6E6C9
(214,230,201)
#E2ECD9
(226,236,217)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B649 color. Also use rgb(118,182,73) instead hex code.

Text Font Color

.myTextColor { color: #76B649; }

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

This text font color is #76B649.


Background Color

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

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

This div background color is #76B649.


Border color

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

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

This div border color is #76B649.


Opacity

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

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

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

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

This text has shadow with #76B649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B649 on black background.


Color preview on white background

This text has color #76B649 on white background.



Black color preview on #76B649 background

This text has black color on #76B649 background.


White color preview on #76B649 background

This text has white color on #76B649 background.