COLOR #76C598

HEX: #76C598
RGB: (118,197,152)

Color info

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

RGB color model

#76C598 color RGB value is (118,197,152).

  • red value is 118;
  • green value is 197;
  • blue value is 152.
RGB:
(118,197,152)
(46%,77%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 197 of 255 = 77%
B 152 of 255 = 60%

118
197
152

R + G + B ~ 61%. #76C598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 197 + 152 = 467 (100%)
R 118 of 467 ~ 25.27%
G 197 of 467 ~ 42.18%
B 152 of 467 ~ 32.55%

%25.27
%42.18
%32.55

CMYK color model

#76C598 color CMYK value is (40,0,23,23).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(40,0,23,23)
C40M0Y23K23 
(40%,0%,23%,23%)
(0.40/0.00/0.23/0.23)	

CMYK percentages

%40.1
%0
%22.84
%22.75

Codes

Color #76C598 in popluar color models

76C598
RGB118197152
HSL146°40.51%61.76%
HSB/HSV146°40.10%77.25%
CMYK40.10%0.00%22.84%
22.75%

Color #76C598 in popluar number systems.

HEX76C598
Decimal118197152
Binary11101101100010110011000
Octal166305230

Shades and tints

Shades of #76C598

#76C598
(118,197,152)
#6CB48B
(108,180,139)
#62A37E
(98,163,126)
#589271
(88,146,113)
#4E8164
(78,129,100)
#447057
(68,112,87)
#3A5F4A
(58,95,74)
#304E3D
(48,78,61)
#263D30
(38,61,48)
#1C2C23
(28,44,35)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #76C598

#76C598
(118,197,152)
#82CAA1
(130,202,161)
#8ECFAA
(142,207,170)
#9AD4B3
(154,212,179)
#A6D9BC
(166,217,188)
#B2DEC5
(178,222,197)
#BEE3CE
(190,227,206)
#CAE8D7
(202,232,215)
#D6EDE0
(214,237,224)
#E2F2E9
(226,242,233)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C598; }

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

This text font color is #76C598.


Background Color

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

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

This div background color is #76C598.


Border color

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

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

This div border color is #76C598.


Opacity

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

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

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

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

This text has shadow with #76C598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C598 on black background.


Color preview on white background

This text has color #76C598 on white background.



Black color preview on #76C598 background

This text has black color on #76C598 background.


White color preview on #76C598 background

This text has white color on #76C598 background.