COLOR #76BA54

HEX: #76BA54 RGB: (118,186,84)

Color info

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

RGB color model

#76BA54 color RGB value is (118,186,84).

RGB: (118,186,84) (46%, 73%, 33%)

RGB channels and saturation

R 118 of 255 = 46%
G 186 of 255 = 73%
B 84 of 255 = 33%

118
186
84

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

Portions of RGB colors in percentages

R + G + B = 118 + 186 + 84 = 388 (100%)
R 118 of 388 ~ 30.41%
G 186 of 388 ~ 47.94%
B 84 of 388 ~ 21.65'%

%30.41
%47.94
%21.65

CMYK color model

#76BA54 color CMYK value is (37,0,55,27).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 54.84%
  • key color value is 27.06%

CMYK: (37,0,55,27)
C37M0Y55K27 (37%, 0%, 55%, 27%)
(0.37 / 0.00 / 0.55 / 0.27)

CMYK percentages

%36.56
%0
%54.84
%27.06

Codes

Color #76BA54 in popluar color models

76 BA 54
RGB 118 186 84
HSL 100° 42.50% 52.94%
HSB/HSV 100° 54.84% 72.94%
CMYK 36.56% 0.00% 54.84%
27.06%

Color #76BA54 in popluar number systems.

HEX 76 BA 54
Decimal 118 186 84
Binary 1110110 10111010 1010100
Octal 166 272 124

Shades and tints

Shades of #76BA54

#76BA54
(118,186,84)
#6CAA4D
(108,170,77)
#629A46
(98,154,70)
#588A3F
(88,138,63)
#4E7A38
(78,122,56)
#446A31
(68,106,49)
#3A5A2A
(58,90,42)
#304A23
(48,74,35)
#263A1C
(38,58,28)
#1C2A15
(28,42,21)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #76BA54

#76BA54
(118,186,84)
#82C063
(130,192,99)
#8EC672
(142,198,114)
#9ACC81
(154,204,129)
#A6D290
(166,210,144)
#B2D89F
(178,216,159)
#BEDEAE
(190,222,174)
#CAE4BD
(202,228,189)
#D6EACC
(214,234,204)
#E2F0DB
(226,240,219)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BA54 color. Also use rgb(118,186,84) instead hex code.

Text Font Color

.myTextColor { color: #76BA54; }

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

This text font color is #76BA54.

Background Color

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

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

This div background color is #76BA54.

Border color

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

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

This div border color is #76BA54.

Opacity

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

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

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

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

This text has shadow with #76BA54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BA54.

Preview

Color preview on black background

This text has color #76BA54 on black background.


Color preview on white background

This text has color #76BA54 on white background.


Black color preview on #76BA54 background

This text has black color on #76BA54 background.


White color preview on #76BA54 background

This text has white color on #76BA54 background.


Related colors

Complementary color

Complementary color for #hex is #8945AB.


I love getcolorcode.com

Triadic colors

1 #5476BA and #BA5476 with #76BA54 are triadic colors.

2 #54BA76 and #BA7654 with #76BA54 are triadic colors.