COLOR #76BB74

HEX: #76BB74 RGB: (118,187,116)

Color info

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

RGB color model

#76BB74 color RGB value is (118,187,116).

RGB: (118,187,116) (46%, 73%, 45%)

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 116 of 255 = 45%

118
187
116

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

Portions of RGB colors in percentages

R + G + B = 118 + 187 + 116 = 421 (100%)
R 118 of 421 ~ 28.03%
G 187 of 421 ~ 44.42%
B 116 of 421 ~ 27.55'%

%28.03
%44.42
%27.55

CMYK color model

#76BB74 color CMYK value is (37,0,38,27).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 26.67%

CMYK: (37,0,38,27)
C37M0Y38K27 (37%, 0%, 38%, 27%)
(0.37 / 0.00 / 0.38 / 0.27)

CMYK percentages

%36.9
%0
%37.97
%26.67

Codes

Color #76BB74 in popluar color models

76 BB 74
RGB 118 187 116
HSL 118° 34.30% 59.41%
HSB/HSV 118° 37.97% 73.33%
CMYK 36.90% 0.00% 37.97%
26.67%

Color #76BB74 in popluar number systems.

HEX 76 BB 74
Decimal 118 187 116
Binary 1110110 10111011 1110100
Octal 166 273 164

Shades and tints

Shades of #76BB74

#76BB74
(118,187,116)
#6CAA6A
(108,170,106)
#629960
(98,153,96)
#588856
(88,136,86)
#4E774C
(78,119,76)
#446642
(68,102,66)
#3A5538
(58,85,56)
#30442E
(48,68,46)
#263324
(38,51,36)
#1C221A
(28,34,26)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #76BB74

#76BB74
(118,187,116)
#82C180
(130,193,128)
#8EC78C
(142,199,140)
#9ACD98
(154,205,152)
#A6D3A4
(166,211,164)
#B2D9B0
(178,217,176)
#BEDFBC
(190,223,188)
#CAE5C8
(202,229,200)
#D6EBD4
(214,235,212)
#E2F1E0
(226,241,224)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BB74 color. Also use rgb(118,187,116) instead hex code.

Text Font Color

.myTextColor { color: #76BB74; }

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

This text font color is #76BB74.

Background Color

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

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

This div background color is #76BB74.

Border color

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

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

This div border color is #76BB74.

Opacity

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

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

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

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

This text has shadow with #76BB74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BB74.

Preview

Color preview on black background

This text has color #76BB74 on black background.


Color preview on white background

This text has color #76BB74 on white background.


Black color preview on #76BB74 background

This text has black color on #76BB74 background.


White color preview on #76BB74 background

This text has white color on #76BB74 background.


Related colors

Complementary color

Complementary color for #hex is #89448B.


I love getcolorcode.com

Triadic colors

1 #7476BB and #BB7476 with #76BB74 are triadic colors.

2 #74BB76 and #BB7674 with #76BB74 are triadic colors.