COLOR #76B465

HEX: #76B465 RGB: (118,180,101)

Color info

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

RGB color model

#76B465 color RGB value is (118,180,101).

RGB: (118,180,101) (46%, 71%, 40%)

RGB channels and saturation

R 118 of 255 = 46%
G 180 of 255 = 71%
B 101 of 255 = 40%

118
180
101

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

Portions of RGB colors in percentages

R + G + B = 118 + 180 + 101 = 399 (100%)
R 118 of 399 ~ 29.57%
G 180 of 399 ~ 45.11%
B 101 of 399 ~ 25.31'%

%29.57
%45.11
%25.31

CMYK color model

#76B465 color CMYK value is (34,0,44,29).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 43.89%
  • key color value is 29.41%

CMYK: (34,0,44,29)
C34M0Y44K29 (34%, 0%, 44%, 29%)
(0.34 / 0.00 / 0.44 / 0.29)

CMYK percentages

%34.44
%0
%43.89
%29.41

Codes

Color #76B465 in popluar color models

76 B4 65
RGB 118 180 101
HSL 107° 34.50% 55.10%
HSB/HSV 107° 43.89% 70.59%
CMYK 34.44% 0.00% 43.89%
29.41%

Color #76B465 in popluar number systems.

HEX 76 B4 65
Decimal 118 180 101
Binary 1110110 10110100 1100101
Octal 166 264 145

Shades and tints

Shades of #76B465

#76B465
(118,180,101)
#6CA45C
(108,164,92)
#629453
(98,148,83)
#58844A
(88,132,74)
#4E7441
(78,116,65)
#446438
(68,100,56)
#3A542F
(58,84,47)
#304426
(48,68,38)
#26341D
(38,52,29)
#1C2414
(28,36,20)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #76B465

#76B465
(118,180,101)
#82BA73
(130,186,115)
#8EC081
(142,192,129)
#9AC68F
(154,198,143)
#A6CC9D
(166,204,157)
#B2D2AB
(178,210,171)
#BED8B9
(190,216,185)
#CADEC7
(202,222,199)
#D6E4D5
(214,228,213)
#E2EAE3
(226,234,227)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B465; }

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

This text font color is #76B465.

Background Color

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

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

This div background color is #76B465.

Border color

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

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

This div border color is #76B465.

Opacity

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

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

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

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

This text has shadow with #76B465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B465.

Preview

Color preview on black background

This text has color #76B465 on black background.


Color preview on white background

This text has color #76B465 on white background.


Black color preview on #76B465 background

This text has black color on #76B465 background.


White color preview on #76B465 background

This text has white color on #76B465 background.


Related colors

Complementary color

Complementary color for #76B465 is #894B9A.


I love getcolorcode.com

Triadic colors

1 #6576B4 and #B46576 with #76B465 are triadic colors.

2 #65B476 and #B47665 with #76B465 are triadic colors.