COLOR #76B383

HEX: #76B383
RGB: (118,179,131)

Color info

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

RGB color model

#76B383 color RGB value is (118,179,131).

  • red value is 118;
  • green value is 179;
  • blue value is 131.
RGB:
(118,179,131)
(46%,70%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 179 of 255 = 70%
B 131 of 255 = 51%

118
179
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 179 + 131 = 428 (100%)
R 118 of 428 ~ 27.57%
G 179 of 428 ~ 41.82%
B 131 of 428 ~ 30.61%

%27.57
%41.82
%30.61

CMYK color model

#76B383 color CMYK value is (34,0,27,30).

  • cyan value is 34.08%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 29.80%
CMYK:
(34,0,27,30)
C34M0Y27K30 
(34%,0%,27%,30%)
(0.34/0.00/0.27/0.30)	

CMYK percentages

%34.08
%0
%26.82
%29.8

Codes

Color #76B383 in popluar color models

76B383
RGB118179131
HSL133°28.64%58.24%
HSB/HSV133°34.08%70.20%
CMYK34.08%0.00%26.82%
29.80%

Color #76B383 in popluar number systems.

HEX76B383
Decimal118179131
Binary11101101011001110000011
Octal166263203

Shades and tints

Shades of #76B383

#76B383
(118,179,131)
#6CA378
(108,163,120)
#62936D
(98,147,109)
#588362
(88,131,98)
#4E7357
(78,115,87)
#44634C
(68,99,76)
#3A5341
(58,83,65)
#304336
(48,67,54)
#26332B
(38,51,43)
#1C2320
(28,35,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #76B383

#76B383
(118,179,131)
#82B98E
(130,185,142)
#8EBF99
(142,191,153)
#9AC5A4
(154,197,164)
#A6CBAF
(166,203,175)
#B2D1BA
(178,209,186)
#BED7C5
(190,215,197)
#CADDD0
(202,221,208)
#D6E3DB
(214,227,219)
#E2E9E6
(226,233,230)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B383 color. Also use rgb(118,179,131) instead hex code.

Text Font Color

.myTextColor { color: #76B383; }

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

This text font color is #76B383.


Background Color

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

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

This div background color is #76B383.


Border color

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

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

This div border color is #76B383.


Opacity

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

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

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

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

This text has shadow with #76B383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B383 on black background.


Color preview on white background

This text has color #76B383 on white background.



Black color preview on #76B383 background

This text has black color on #76B383 background.


White color preview on #76B383 background

This text has white color on #76B383 background.