COLOR #76C048

HEX: #76C048 RGB: (118,192,72)

Color info

#76C048 contains mainly green color. Web safe color of #76C048 is #66CC33 (or #6C3).

RGB color model

#76C048 color RGB value is (118,192,72).

RGB: (118,192,72) (46%, 75%, 28%)

RGB channels and saturation

R 118 of 255 = 46%
G 192 of 255 = 75%
B 72 of 255 = 28%

118
192
72

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

Portions of RGB colors in percentages

R + G + B = 118 + 192 + 72 = 382 (100%)
R 118 of 382 ~ 30.89%
G 192 of 382 ~ 50.26%
B 72 of 382 ~ 18.85'%

%30.89
%50.26
%18.85

CMYK color model

#76C048 color CMYK value is (39,0,63,25).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 24.71%

CMYK: (39,0,63,25)
C39M0Y63K25 (39%, 0%, 63%, 25%)
(0.39 / 0.00 / 0.63 / 0.25)

CMYK percentages

%38.54
%0
%62.5
%24.71

Codes

Color #76C048 in popluar color models

76 C0 48
RGB 118 192 72
HSL 97° 48.78% 51.76%
HSB/HSV 97° 62.50% 75.29%
CMYK 38.54% 0.00% 62.50%
24.71%

Color #76C048 in popluar number systems.

HEX 76 C0 48
Decimal 118 192 72
Binary 1110110 11000000 1001000
Octal 166 300 110

Shades and tints

Shades of #76C048

#76C048
(118,192,72)
#6CAF42
(108,175,66)
#629E3C
(98,158,60)
#588D36
(88,141,54)
#4E7C30
(78,124,48)
#446B2A
(68,107,42)
#3A5A24
(58,90,36)
#30491E
(48,73,30)
#263818
(38,56,24)
#1C2712
(28,39,18)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #76C048

#76C048
(118,192,72)
#82C558
(130,197,88)
#8ECA68
(142,202,104)
#9ACF78
(154,207,120)
#A6D488
(166,212,136)
#B2D998
(178,217,152)
#BEDEA8
(190,222,168)
#CAE3B8
(202,227,184)
#D6E8C8
(214,232,200)
#E2EDD8
(226,237,216)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C048 color. Also use rgb(118,192,72) instead hex code.

Text Font Color

.myTextColor { color: #76C048; }

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

This text font color is #76C048.

Background Color

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

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

This div background color is #76C048.

Border color

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

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

This div border color is #76C048.

Opacity

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

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

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

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

This text has shadow with #76C048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C048.

Preview

Color preview on black background

This text has color #76C048 on black background.


Color preview on white background

This text has color #76C048 on white background.


Black color preview on #76C048 background

This text has black color on #76C048 background.


White color preview on #76C048 background

This text has white color on #76C048 background.


Related colors

Complementary color

Complementary color for #hex is #893FB7.


I love getcolorcode.com

Triadic colors

1 #4876C0 and #C04876 with #76C048 are triadic colors.

2 #48C076 and #C07648 with #76C048 are triadic colors.