COLOR #76B46F

HEX: #76B46F
RGB: (118,180,111)

Color info

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

RGB color model

#76B46F color RGB value is (118,180,111).

  • red value is 118;
  • green value is 180;
  • blue value is 111.
RGB:
(118,180,111)
(46%,71%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 180 of 255 = 71%
B 111 of 255 = 44%

118
180
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 180 + 111 = 409 (100%)
R 118 of 409 ~ 28.85%
G 180 of 409 ~ 44.01%
B 111 of 409 ~ 27.14%

%28.85
%44.01
%27.14

CMYK color model

#76B46F color CMYK value is (34,0,38,29).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 29.41%
CMYK:
(34,0,38,29)
C34M0Y38K29 
(34%,0%,38%,29%)
(0.34/0.00/0.38/0.29)	

CMYK percentages

%34.44
%0
%38.33
%29.41

Codes

Color #76B46F in popluar color models

76B46F
RGB118180111
HSL114°31.51%57.06%
HSB/HSV114°38.33%70.59%
CMYK34.44%0.00%38.33%
29.41%

Color #76B46F in popluar number systems.

HEX76B46F
Decimal118180111
Binary1110110101101001101111
Octal166264157

Shades and tints

Shades of #76B46F

#76B46F
(118,180,111)
#6CA465
(108,164,101)
#62945B
(98,148,91)
#588451
(88,132,81)
#4E7447
(78,116,71)
#44643D
(68,100,61)
#3A5433
(58,84,51)
#304429
(48,68,41)
#26341F
(38,52,31)
#1C2415
(28,36,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #76B46F

#76B46F
(118,180,111)
#82BA7C
(130,186,124)
#8EC089
(142,192,137)
#9AC696
(154,198,150)
#A6CCA3
(166,204,163)
#B2D2B0
(178,210,176)
#BED8BD
(190,216,189)
#CADECA
(202,222,202)
#D6E4D7
(214,228,215)
#E2EAE4
(226,234,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B46F color. Also use rgb(118,180,111) instead hex code.

Text Font Color

.myTextColor { color: #76B46F; }

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

This text font color is #76B46F.


Background Color

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

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

This div background color is #76B46F.


Border color

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

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

This div border color is #76B46F.


Opacity

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

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

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

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

This text has shadow with #76B46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B46F on black background.


Color preview on white background

This text has color #76B46F on white background.



Black color preview on #76B46F background

This text has black color on #76B46F background.


White color preview on #76B46F background

This text has white color on #76B46F background.