COLOR #76BF69

HEX: #76BF69 RGB: (118,191,105)

Color info

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

RGB color model

#76BF69 color RGB value is (118,191,105).

RGB: (118,191,105) (46%, 75%, 41%)

RGB channels and saturation

R 118 of 255 = 46%
G 191 of 255 = 75%
B 105 of 255 = 41%

118
191
105

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

Portions of RGB colors in percentages

R + G + B = 118 + 191 + 105 = 414 (100%)
R 118 of 414 ~ 28.5%
G 191 of 414 ~ 46.14%
B 105 of 414 ~ 25.36'%

%28.5
%46.14
%25.36

CMYK color model

#76BF69 color CMYK value is (38,0,45,25).

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

CMYK: (38,0,45,25)
C38M0Y45K25 (38%, 0%, 45%, 25%)
(0.38 / 0.00 / 0.45 / 0.25)

CMYK percentages

%38.22
%0
%45.03
%25.1

Codes

Color #76BF69 in popluar color models

76 BF 69
RGB 118 191 105
HSL 111° 40.19% 58.04%
HSB/HSV 111° 45.03% 74.90%
CMYK 38.22% 0.00% 45.03%
25.10%

Color #76BF69 in popluar number systems.

HEX 76 BF 69
Decimal 118 191 105
Binary 1110110 10111111 1101001
Octal 166 277 151

Shades and tints

Shades of #76BF69

#76BF69
(118,191,105)
#6CAE60
(108,174,96)
#629D57
(98,157,87)
#588C4E
(88,140,78)
#4E7B45
(78,123,69)
#446A3C
(68,106,60)
#3A5933
(58,89,51)
#30482A
(48,72,42)
#263721
(38,55,33)
#1C2618
(28,38,24)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #76BF69

#76BF69
(118,191,105)
#82C476
(130,196,118)
#8EC983
(142,201,131)
#9ACE90
(154,206,144)
#A6D39D
(166,211,157)
#B2D8AA
(178,216,170)
#BEDDB7
(190,221,183)
#CAE2C4
(202,226,196)
#D6E7D1
(214,231,209)
#E2ECDE
(226,236,222)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BF69; }

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

This text font color is #76BF69.

Background Color

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

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

This div background color is #76BF69.

Border color

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

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

This div border color is #76BF69.

Opacity

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

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

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

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

This text has shadow with #76BF69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BF69.

Preview

Color preview on black background

This text has color #76BF69 on black background.


Color preview on white background

This text has color #76BF69 on white background.


Black color preview on #76BF69 background

This text has black color on #76BF69 background.


White color preview on #76BF69 background

This text has white color on #76BF69 background.


Related colors

Complementary color

Complementary color for #hex is #894096.


I love getcolorcode.com

Triadic colors

1 #6976BF and #BF6976 with #76BF69 are triadic colors.

2 #69BF76 and #BF7669 with #76BF69 are triadic colors.