COLOR #76C372

HEX: #76C372 RGB: (118,195,114)

Color info

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

RGB color model

#76C372 color RGB value is (118,195,114).

RGB: (118,195,114) (46%, 76%, 45%)

RGB channels and saturation

R 118 of 255 = 46%
G 195 of 255 = 76%
B 114 of 255 = 45%

118
195
114

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

Portions of RGB colors in percentages

R + G + B = 118 + 195 + 114 = 427 (100%)
R 118 of 427 ~ 27.63%
G 195 of 427 ~ 45.67%
B 114 of 427 ~ 26.7'%

%27.63
%45.67
%26.7

CMYK color model

#76C372 color CMYK value is (39,0,42,24).

  • cyan value is 39.49%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 23.53%

CMYK: (39,0,42,24)
C39M0Y42K24 (39%, 0%, 42%, 24%)
(0.39 / 0.00 / 0.42 / 0.24)

CMYK percentages

%39.49
%0
%41.54
%23.53

Codes

Color #76C372 in popluar color models

76 C3 72
RGB 118 195 114
HSL 117° 40.30% 60.59%
HSB/HSV 117° 41.54% 76.47%
CMYK 39.49% 0.00% 41.54%
23.53%

Color #76C372 in popluar number systems.

HEX 76 C3 72
Decimal 118 195 114
Binary 1110110 11000011 1110010
Octal 166 303 162

Shades and tints

Shades of #76C372

#76C372
(118,195,114)
#6CB268
(108,178,104)
#62A15E
(98,161,94)
#589054
(88,144,84)
#4E7F4A
(78,127,74)
#446E40
(68,110,64)
#3A5D36
(58,93,54)
#304C2C
(48,76,44)
#263B22
(38,59,34)
#1C2A18
(28,42,24)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #76C372

#76C372
(118,195,114)
#82C87E
(130,200,126)
#8ECD8A
(142,205,138)
#9AD296
(154,210,150)
#A6D7A2
(166,215,162)
#B2DCAE
(178,220,174)
#BEE1BA
(190,225,186)
#CAE6C6
(202,230,198)
#D6EBD2
(214,235,210)
#E2F0DE
(226,240,222)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C372 color. Also use rgb(118,195,114) instead hex code.

Text Font Color

.myTextColor { color: #76C372; }

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

This text font color is #76C372.

Background Color

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

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

This div background color is #76C372.

Border color

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

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

This div border color is #76C372.

Opacity

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

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

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

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

This text has shadow with #76C372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C372.

Preview

Color preview on black background

This text has color #76C372 on black background.


Color preview on white background

This text has color #76C372 on white background.


Black color preview on #76C372 background

This text has black color on #76C372 background.


White color preview on #76C372 background

This text has white color on #76C372 background.


Related colors

Complementary color

Complementary color for #hex is #893C8D.


I love getcolorcode.com

Triadic colors

1 #7276C3 and #C37276 with #76C372 are triadic colors.

2 #72C376 and #C37672 with #76C372 are triadic colors.