COLOR #76BF73

HEX: #76BF73 RGB: (118,191,115)

Color info

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

RGB color model

#76BF73 color RGB value is (118,191,115).

RGB: (118,191,115) (46%, 75%, 45%)

RGB channels and saturation

R 118 of 255 = 46%
G 191 of 255 = 75%
B 115 of 255 = 45%

118
191
115

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

Portions of RGB colors in percentages

R + G + B = 118 + 191 + 115 = 424 (100%)
R 118 of 424 ~ 27.83%
G 191 of 424 ~ 45.05%
B 115 of 424 ~ 27.12'%

%27.83
%45.05
%27.12

CMYK color model

#76BF73 color CMYK value is (38,0,40,25).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 39.79%
  • key color value is 25.10%

CMYK: (38,0,40,25)
C38M0Y40K25 (38%, 0%, 40%, 25%)
(0.38 / 0.00 / 0.40 / 0.25)

CMYK percentages

%38.22
%0
%39.79
%25.1

Codes

Color #76BF73 in popluar color models

76 BF 73
RGB 118 191 115
HSL 118° 37.25% 60.00%
HSB/HSV 118° 39.79% 74.90%
CMYK 38.22% 0.00% 39.79%
25.10%

Color #76BF73 in popluar number systems.

HEX 76 BF 73
Decimal 118 191 115
Binary 1110110 10111111 1110011
Octal 166 277 163

Shades and tints

Shades of #76BF73

#76BF73
(118,191,115)
#6CAE69
(108,174,105)
#629D5F
(98,157,95)
#588C55
(88,140,85)
#4E7B4B
(78,123,75)
#446A41
(68,106,65)
#3A5937
(58,89,55)
#30482D
(48,72,45)
#263723
(38,55,35)
#1C2619
(28,38,25)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #76BF73

#76BF73
(118,191,115)
#82C47F
(130,196,127)
#8EC98B
(142,201,139)
#9ACE97
(154,206,151)
#A6D3A3
(166,211,163)
#B2D8AF
(178,216,175)
#BEDDBB
(190,221,187)
#CAE2C7
(202,226,199)
#D6E7D3
(214,231,211)
#E2ECDF
(226,236,223)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BF73 color. Also use rgb(118,191,115) instead hex code.

Text Font Color

.myTextColor { color: #76BF73; }

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

This text font color is #76BF73.

Background Color

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

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

This div background color is #76BF73.

Border color

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

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

This div border color is #76BF73.

Opacity

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

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

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

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

This text has shadow with #76BF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BF73.

Preview

Color preview on black background

This text has color #76BF73 on black background.


Color preview on white background

This text has color #76BF73 on white background.


Black color preview on #76BF73 background

This text has black color on #76BF73 background.


White color preview on #76BF73 background

This text has white color on #76BF73 background.


Related colors

Complementary color

Complementary color for #hex is #89408C.


I love getcolorcode.com

Triadic colors

1 #7376BF and #BF7376 with #76BF73 are triadic colors.

2 #73BF76 and #BF7673 with #76BF73 are triadic colors.