COLOR #76B295

HEX: #76B295
RGB: (118,178,149)

Color info

#76B295 contains mainly green and blue colors. Web safe color of #76B295 is #669999 (or #699).

RGB color model

#76B295 color RGB value is (118,178,149).

  • red value is 118;
  • green value is 178;
  • blue value is 149.
RGB:
(118,178,149)
(46%,70%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 178 of 255 = 70%
B 149 of 255 = 58%

118
178
149

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

Portions of RGB colors in percentages

R + G + B =
118 + 178 + 149 = 445 (100%)
R 118 of 445 ~ 26.52%
G 178 of 445 ~ 40%
B 149 of 445 ~ 33.48%

%26.52
%40
%33.48

CMYK color model

#76B295 color CMYK value is (34,0,16,30).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(34,0,16,30)
C34M0Y16K30 
(34%,0%,16%,30%)
(0.34/0.00/0.16/0.30)	

CMYK percentages

%33.71
%0
%16.29
%30.2

Codes

Color #76B295 in popluar color models

76B295
RGB118178149
HSL151°28.04%58.04%
HSB/HSV151°33.71%69.80%
CMYK33.71%0.00%16.29%
30.20%

Color #76B295 in popluar number systems.

HEX76B295
Decimal118178149
Binary11101101011001010010101
Octal166262225

Shades and tints

Shades of #76B295

#76B295
(118,178,149)
#6CA288
(108,162,136)
#62927B
(98,146,123)
#58826E
(88,130,110)
#4E7261
(78,114,97)
#446254
(68,98,84)
#3A5247
(58,82,71)
#30423A
(48,66,58)
#26322D
(38,50,45)
#1C2220
(28,34,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #76B295

#76B295
(118,178,149)
#82B99E
(130,185,158)
#8EC0A7
(142,192,167)
#9AC7B0
(154,199,176)
#A6CEB9
(166,206,185)
#B2D5C2
(178,213,194)
#BEDCCB
(190,220,203)
#CAE3D4
(202,227,212)
#D6EADD
(214,234,221)
#E2F1E6
(226,241,230)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B295 color. Also use rgb(118,178,149) instead hex code.

Text Font Color

.myTextColor { color: #76B295; }

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

This text font color is #76B295.


Background Color

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

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

This div background color is #76B295.


Border color

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

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

This div border color is #76B295.


Opacity

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

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

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

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

This text has shadow with #76B295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B295 on black background.


Color preview on white background

This text has color #76B295 on white background.



Black color preview on #76B295 background

This text has black color on #76B295 background.


White color preview on #76B295 background

This text has white color on #76B295 background.