COLOR #76B650

HEX: #76B650
RGB: (118,182,80)

Color info

#76B650 contains mainly green color. Web safe color of #76B650 is #66CC66 (or #6C6).

RGB color model

#76B650 color RGB value is (118,182,80).

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

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 80 of 255 = 31%

118
182
80

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

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 80 = 380 (100%)
R 118 of 380 ~ 31.05%
G 182 of 380 ~ 47.89%
B 80 of 380 ~ 21.05%

%31.05
%47.89
%21.05

CMYK color model

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

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 56.04%
  • key color value is 28.63%
CMYK:
(35,0,56,29)
C35M0Y56K29 
(35%,0%,56%,29%)
(0.35/0.00/0.56/0.29)	

CMYK percentages

%35.16
%0
%56.04
%28.63

Codes

Color #76B650 in popluar color models

76B650
RGB11818280
HSL98°41.13%51.37%
HSB/HSV98°56.04%71.37%
CMYK35.16%0.00%56.04%
28.63%

Color #76B650 in popluar number systems.

HEX76B650
Decimal11818280
Binary1110110101101101010000
Octal166266120

Shades and tints

Shades of #76B650

#76B650
(118,182,80)
#6CA649
(108,166,73)
#629642
(98,150,66)
#58863B
(88,134,59)
#4E7634
(78,118,52)
#44662D
(68,102,45)
#3A5626
(58,86,38)
#30461F
(48,70,31)
#263618
(38,54,24)
#1C2611
(28,38,17)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #76B650

#76B650
(118,182,80)
#82BC5F
(130,188,95)
#8EC26E
(142,194,110)
#9AC87D
(154,200,125)
#A6CE8C
(166,206,140)
#B2D49B
(178,212,155)
#BEDAAA
(190,218,170)
#CAE0B9
(202,224,185)
#D6E6C8
(214,230,200)
#E2ECD7
(226,236,215)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B650; }

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

This text font color is #76B650.


Background Color

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

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

This div background color is #76B650.


Border color

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

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

This div border color is #76B650.


Opacity

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

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

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

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

This text has shadow with #76B650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B650 on black background.


Color preview on white background

This text has color #76B650 on white background.



Black color preview on #76B650 background

This text has black color on #76B650 background.


White color preview on #76B650 background

This text has white color on #76B650 background.