COLOR #76B26D

HEX: #76B26D
RGB: (118,178,109)

Color info

#76B26D contains mainly green color. Web safe color of #76B26D is #669966 (or #696).

RGB color model

#76B26D color RGB value is (118,178,109).

  • red value is 118;
  • green value is 178;
  • blue value is 109.
RGB:
(118,178,109)
(46%,70%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 178 of 255 = 70%
B 109 of 255 = 43%

118
178
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 178 + 109 = 405 (100%)
R 118 of 405 ~ 29.14%
G 178 of 405 ~ 43.95%
B 109 of 405 ~ 26.91%

%29.14
%43.95
%26.91

CMYK color model

#76B26D color CMYK value is (34,0,39,30).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 38.76%
  • key color value is 30.20%
CMYK:
(34,0,39,30)
C34M0Y39K30 
(34%,0%,39%,30%)
(0.34/0.00/0.39/0.30)	

CMYK percentages

%33.71
%0
%38.76
%30.2

Codes

Color #76B26D in popluar color models

76B26D
RGB118178109
HSL112°30.94%56.27%
HSB/HSV112°38.76%69.80%
CMYK33.71%0.00%38.76%
30.20%

Color #76B26D in popluar number systems.

HEX76B26D
Decimal118178109
Binary1110110101100101101101
Octal166262155

Shades and tints

Shades of #76B26D

#76B26D
(118,178,109)
#6CA264
(108,162,100)
#62925B
(98,146,91)
#588252
(88,130,82)
#4E7249
(78,114,73)
#446240
(68,98,64)
#3A5237
(58,82,55)
#30422E
(48,66,46)
#263225
(38,50,37)
#1C221C
(28,34,28)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #76B26D

#76B26D
(118,178,109)
#82B97A
(130,185,122)
#8EC087
(142,192,135)
#9AC794
(154,199,148)
#A6CEA1
(166,206,161)
#B2D5AE
(178,213,174)
#BEDCBB
(190,220,187)
#CAE3C8
(202,227,200)
#D6EAD5
(214,234,213)
#E2F1E2
(226,241,226)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B26D color. Also use rgb(118,178,109) instead hex code.

Text Font Color

.myTextColor { color: #76B26D; }

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

This text font color is #76B26D.


Background Color

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

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

This div background color is #76B26D.


Border color

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

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

This div border color is #76B26D.


Opacity

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

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

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

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

This text has shadow with #76B26D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B26D on black background.


Color preview on white background

This text has color #76B26D on white background.



Black color preview on #76B26D background

This text has black color on #76B26D background.


White color preview on #76B26D background

This text has white color on #76B26D background.