COLOR #76B65E

HEX: #76B65E RGB: (118,182,94)

Color info

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

RGB color model

#76B65E color RGB value is (118,182,94).

RGB: (118,182,94) (46%, 71%, 37%)

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 94 of 255 = 37%

118
182
94

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

Portions of RGB colors in percentages

R + G + B = 118 + 182 + 94 = 394 (100%)
R 118 of 394 ~ 29.95%
G 182 of 394 ~ 46.19%
B 94 of 394 ~ 23.86'%

%29.95
%46.19
%23.86

CMYK color model

#76B65E color CMYK value is (35,0,48,29).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 28.63%

CMYK: (35,0,48,29)
C35M0Y48K29 (35%, 0%, 48%, 29%)
(0.35 / 0.00 / 0.48 / 0.29)

CMYK percentages

%35.16
%0
%48.35
%28.63

Codes

Color #76B65E in popluar color models

76 B6 5E
RGB 118 182 94
HSL 104° 37.61% 54.12%
HSB/HSV 104° 48.35% 71.37%
CMYK 35.16% 0.00% 48.35%
28.63%

Color #76B65E in popluar number systems.

HEX 76 B6 5E
Decimal 118 182 94
Binary 1110110 10110110 1011110
Octal 166 266 136

Shades and tints

Shades of #76B65E

#76B65E
(118,182,94)
#6CA656
(108,166,86)
#62964E
(98,150,78)
#588646
(88,134,70)
#4E763E
(78,118,62)
#446636
(68,102,54)
#3A562E
(58,86,46)
#304626
(48,70,38)
#26361E
(38,54,30)
#1C2616
(28,38,22)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #76B65E

#76B65E
(118,182,94)
#82BC6C
(130,188,108)
#8EC27A
(142,194,122)
#9AC888
(154,200,136)
#A6CE96
(166,206,150)
#B2D4A4
(178,212,164)
#BEDAB2
(190,218,178)
#CAE0C0
(202,224,192)
#D6E6CE
(214,230,206)
#E2ECDC
(226,236,220)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B65E; }

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

This text font color is #76B65E.

Background Color

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

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

This div background color is #76B65E.

Border color

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

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

This div border color is #76B65E.

Opacity

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

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

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

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

This text has shadow with #76B65E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B65E.

Preview

Color preview on black background

This text has color #76B65E on black background.


Color preview on white background

This text has color #76B65E on white background.


Black color preview on #76B65E background

This text has black color on #76B65E background.


White color preview on #76B65E background

This text has white color on #76B65E background.


Related colors

Complementary color

Complementary color for #hex is #8949A1.


I love getcolorcode.com

Triadic colors

1 #5E76B6 and #B65E76 with #76B65E are triadic colors.

2 #5EB676 and #B6765E with #76B65E are triadic colors.