COLOR #76B56D

HEX: #76B56D RGB: (118,181,109)

Color info

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

RGB color model

#76B56D color RGB value is (118,181,109).

RGB: (118,181,109) (46%, 71%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 181 of 255 = 71%
B 109 of 255 = 43%

118
181
109

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

Portions of RGB colors in percentages

R + G + B = 118 + 181 + 109 = 408 (100%)
R 118 of 408 ~ 28.92%
G 181 of 408 ~ 44.36%
B 109 of 408 ~ 26.72'%

%28.92
%44.36
%26.72

CMYK color model

#76B56D color CMYK value is (35,0,40,29).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK: (35,0,40,29) C35M0Y40K29 (35%,0%,40%,29%) (0.35/0.00/0.40/0.29) 

CMYK percentages

%34.81
%0
%39.78
%29.02

Codes

Color #76B56D in popluar color models

76 B5 6D
RGB 118 181 109
HSL 113° 32.73% 56.86%
HSB/HSV 113° 39.78% 70.98%
CMYK 34.81% 0.00% 39.78%
29.02%

Color #76B56D in popluar number systems.

HEX 76 B5 6D
Decimal 118 181 109
Binary 1110110 10110101 1101101
Octal 166 265 155

Shades and tints

Shades of #76B56D

#76B56D
(118,181,109)
#6CA564
(108,165,100)
#62955B
(98,149,91)
#588552
(88,133,82)
#4E7549
(78,117,73)
#446540
(68,101,64)
#3A5537
(58,85,55)
#30452E
(48,69,46)
#263525
(38,53,37)
#1C251C
(28,37,28)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #76B56D

#76B56D
(118,181,109)
#82BB7A
(130,187,122)
#8EC187
(142,193,135)
#9AC794
(154,199,148)
#A6CDA1
(166,205,161)
#B2D3AE
(178,211,174)
#BED9BB
(190,217,187)
#CADFC8
(202,223,200)
#D6E5D5
(214,229,213)
#E2EBE2
(226,235,226)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B56D; }

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

This text font color is #76B56D.

Background Color

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

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

This div background color is #76B56D.

Border color

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

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

This div border color is #76B56D.

Opacity

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

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

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

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

This text has shadow with #76B56D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B56D.

Preview

Color preview on black background

This text has color #76B56D on black background.


Color preview on white background

This text has color #76B56D on white background.


Black color preview on #76B56D background

This text has black color on #76B56D background.


White color preview on #76B56D background

This text has white color on #76B56D background.


Related colors

Complementary color

Complementary color for #hex is #894A92.


I love getcolorcode.com

Triadic colors

1 #6D76B5 and #B56D76 with #76B56D are triadic colors.

2 #6DB576 and #B5766D with #76B56D are triadic colors.