COLOR #76B76D

HEX: #76B76D RGB: (118,183,109)

Color info

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

RGB color model

#76B76D color RGB value is (118,183,109).

RGB: (118,183,109) (46%, 72%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 183 of 255 = 72%
B 109 of 255 = 43%

118
183
109

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

Portions of RGB colors in percentages

R + G + B = 118 + 183 + 109 = 410 (100%)
R 118 of 410 ~ 28.78%
G 183 of 410 ~ 44.63%
B 109 of 410 ~ 26.59'%

%28.78
%44.63
%26.59

CMYK color model

#76B76D color CMYK value is (36,0,40,28).

  • cyan value is 35.52%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 28.24%
CMYK: (36,0,40,28) C36M0Y40K28 (36%,0%,40%,28%) (0.36/0.00/0.40/0.28) 

CMYK percentages

%35.52
%0
%40.44
%28.24

Codes

Color #76B76D in popluar color models

76 B7 6D
RGB 118 183 109
HSL 113° 33.94% 57.25%
HSB/HSV 113° 40.44% 71.76%
CMYK 35.52% 0.00% 40.44%
28.24%

Color #76B76D in popluar number systems.

HEX 76 B7 6D
Decimal 118 183 109
Binary 1110110 10110111 1101101
Octal 166 267 155

Shades and tints

Shades of #76B76D

#76B76D
(118,183,109)
#6CA764
(108,167,100)
#62975B
(98,151,91)
#588752
(88,135,82)
#4E7749
(78,119,73)
#446740
(68,103,64)
#3A5737
(58,87,55)
#30472E
(48,71,46)
#263725
(38,55,37)
#1C271C
(28,39,28)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #76B76D

#76B76D
(118,183,109)
#82BD7A
(130,189,122)
#8EC387
(142,195,135)
#9AC994
(154,201,148)
#A6CFA1
(166,207,161)
#B2D5AE
(178,213,174)
#BEDBBB
(190,219,187)
#CAE1C8
(202,225,200)
#D6E7D5
(214,231,213)
#E2EDE2
(226,237,226)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B76D; }

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

This text font color is #76B76D.

Background Color

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

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

This div background color is #76B76D.

Border color

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

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

This div border color is #76B76D.

Opacity

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

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

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

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

This text has shadow with #76B76D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B76D.

Preview

Color preview on black background

This text has color #76B76D on black background.


Color preview on white background

This text has color #76B76D on white background.


Black color preview on #76B76D background

This text has black color on #76B76D background.


White color preview on #76B76D background

This text has white color on #76B76D background.


Related colors

Complementary color

Complementary color for #hex is #894892.


I love getcolorcode.com

Triadic colors

1 #6D76B7 and #B76D76 with #76B76D are triadic colors.

2 #6DB776 and #B7766D with #76B76D are triadic colors.