COLOR #76B998

HEX: #76B998 RGB: (118,185,152)

Color info

#76B998 contains mainly green and blue colors. Web safe color of #76B998 is #66CC99 (or #6C9).

RGB color model

#76B998 color RGB value is (118,185,152).

RGB: (118,185,152) (46%, 73%, 60%)

RGB channels and saturation

R 118 of 255 = 46%
G 185 of 255 = 73%
B 152 of 255 = 60%

118
185
152

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

Portions of RGB colors in percentages

R + G + B = 118 + 185 + 152 = 455 (100%)
R 118 of 455 ~ 25.93%
G 185 of 455 ~ 40.66%
B 152 of 455 ~ 33.41'%

%25.93
%40.66
%33.41

CMYK color model

#76B998 color CMYK value is (36,0,18,27).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 27.45%

CMYK: (36,0,18,27)
C36M0Y18K27 (36%, 0%, 18%, 27%)
(0.36 / 0.00 / 0.18 / 0.27)

CMYK percentages

%36.22
%0
%17.84
%27.45

Codes

Color #76B998 in popluar color models

76 B9 98
RGB 118 185 152
HSL 150° 32.37% 59.41%
HSB/HSV 150° 36.22% 72.55%
CMYK 36.22% 0.00% 17.84%
27.45%

Color #76B998 in popluar number systems.

HEX 76 B9 98
Decimal 118 185 152
Binary 1110110 10111001 10011000
Octal 166 271 230

Shades and tints

Shades of #76B998

#76B998
(118,185,152)
#6CA98B
(108,169,139)
#62997E
(98,153,126)
#588971
(88,137,113)
#4E7964
(78,121,100)
#446957
(68,105,87)
#3A594A
(58,89,74)
#30493D
(48,73,61)
#263930
(38,57,48)
#1C2923
(28,41,35)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #76B998

#76B998
(118,185,152)
#82BFA1
(130,191,161)
#8EC5AA
(142,197,170)
#9ACBB3
(154,203,179)
#A6D1BC
(166,209,188)
#B2D7C5
(178,215,197)
#BEDDCE
(190,221,206)
#CAE3D7
(202,227,215)
#D6E9E0
(214,233,224)
#E2EFE9
(226,239,233)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B998 color. Also use rgb(118,185,152) instead hex code.

Text Font Color

.myTextColor { color: #76B998; }

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

This text font color is #76B998.

Background Color

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

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

This div background color is #76B998.

Border color

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

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

This div border color is #76B998.

Opacity

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

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

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

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

This text has shadow with #76B998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B998.

Preview

Color preview on black background

This text has color #76B998 on black background.


Color preview on white background

This text has color #76B998 on white background.


Black color preview on #76B998 background

This text has black color on #76B998 background.


White color preview on #76B998 background

This text has white color on #76B998 background.


Related colors

Complementary color

Complementary color for #hex is #894667.


I love getcolorcode.com

Triadic colors

1 #9876B9 and #B99876 with #76B998 are triadic colors.

2 #98B976 and #B97698 with #76B998 are triadic colors.