COLOR #76BA64

HEX: #76BA64 RGB: (118,186,100)

Color info

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

RGB color model

#76BA64 color RGB value is (118,186,100).

RGB: (118,186,100) (46%, 73%, 39%)

RGB channels and saturation

R 118 of 255 = 46%
G 186 of 255 = 73%
B 100 of 255 = 39%

118
186
100

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

Portions of RGB colors in percentages

R + G + B = 118 + 186 + 100 = 404 (100%)
R 118 of 404 ~ 29.21%
G 186 of 404 ~ 46.04%
B 100 of 404 ~ 24.75'%

%29.21
%46.04
%24.75

CMYK color model

#76BA64 color CMYK value is (37,0,46,27).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 46.24%
  • key color value is 27.06%
CMYK: (37,0,46,27) C37M0Y46K27 (37%,0%,46%,27%) (0.37/0.00/0.46/0.27) 

CMYK percentages

%36.56
%0
%46.24
%27.06

Codes

Color #76BA64 in popluar color models

76 BA 64
RGB 118 186 100
HSL 107° 38.39% 56.08%
HSB/HSV 107° 46.24% 72.94%
CMYK 36.56% 0.00% 46.24%
27.06%

Color #76BA64 in popluar number systems.

HEX 76 BA 64
Decimal 118 186 100
Binary 1110110 10111010 1100100
Octal 166 272 144

Shades and tints

Shades of #76BA64

#76BA64
(118,186,100)
#6CAA5B
(108,170,91)
#629A52
(98,154,82)
#588A49
(88,138,73)
#4E7A40
(78,122,64)
#446A37
(68,106,55)
#3A5A2E
(58,90,46)
#304A25
(48,74,37)
#263A1C
(38,58,28)
#1C2A13
(28,42,19)
#121A0A
(18,26,10)
#000000
(0,0,0)

Tints of #76BA64

#76BA64
(118,186,100)
#82C072
(130,192,114)
#8EC680
(142,198,128)
#9ACC8E
(154,204,142)
#A6D29C
(166,210,156)
#B2D8AA
(178,216,170)
#BEDEB8
(190,222,184)
#CAE4C6
(202,228,198)
#D6EAD4
(214,234,212)
#E2F0E2
(226,240,226)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BA64; }

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

This text font color is #76BA64.

Background Color

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

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

This div background color is #76BA64.

Border color

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

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

This div border color is #76BA64.

Opacity

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

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

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

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

This text has shadow with #76BA64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BA64.

Preview

Color preview on black background

This text has color #76BA64 on black background.


Color preview on white background

This text has color #76BA64 on white background.


Black color preview on #76BA64 background

This text has black color on #76BA64 background.


White color preview on #76BA64 background

This text has white color on #76BA64 background.


Related colors

Complementary color

Complementary color for #hex is #89459B.


I love getcolorcode.com

Triadic colors

1 #6476BA and #BA6476 with #76BA64 are triadic colors.

2 #64BA76 and #BA7664 with #76BA64 are triadic colors.