COLOR #76B678

HEX: #76B678
RGB: (118,182,120)

Color info

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

RGB color model

#76B678 color RGB value is (118,182,120).

  • red value is 118;
  • green value is 182;
  • blue value is 120.
RGB:
(118,182,120)
(46%,71%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 120 of 255 = 47%

118
182
120

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

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 120 = 420 (100%)
R 118 of 420 ~ 28.1%
G 182 of 420 ~ 43.33%
B 120 of 420 ~ 28.57%

%28.1
%43.33
%28.57

CMYK color model

#76B678 color CMYK value is (35,0,34,29).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(35,0,34,29)
C35M0Y34K29 
(35%,0%,34%,29%)
(0.35/0.00/0.34/0.29)	

CMYK percentages

%35.16
%0
%34.07
%28.63

Codes

Color #76B678 in popluar color models

76B678
RGB118182120
HSL122°30.48%58.82%
HSB/HSV122°35.16%71.37%
CMYK35.16%0.00%34.07%
28.63%

Color #76B678 in popluar number systems.

HEX76B678
Decimal118182120
Binary1110110101101101111000
Octal166266170

Shades and tints

Shades of #76B678

#76B678
(118,182,120)
#6CA66E
(108,166,110)
#629664
(98,150,100)
#58865A
(88,134,90)
#4E7650
(78,118,80)
#446646
(68,102,70)
#3A563C
(58,86,60)
#304632
(48,70,50)
#263628
(38,54,40)
#1C261E
(28,38,30)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #76B678

#76B678
(118,182,120)
#82BC84
(130,188,132)
#8EC290
(142,194,144)
#9AC89C
(154,200,156)
#A6CEA8
(166,206,168)
#B2D4B4
(178,212,180)
#BEDAC0
(190,218,192)
#CAE0CC
(202,224,204)
#D6E6D8
(214,230,216)
#E2ECE4
(226,236,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B678 color. Also use rgb(118,182,120) instead hex code.

Text Font Color

.myTextColor { color: #76B678; }

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

This text font color is #76B678.


Background Color

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

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

This div background color is #76B678.


Border color

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

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

This div border color is #76B678.


Opacity

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

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

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

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

This text has shadow with #76B678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B678 on black background.


Color preview on white background

This text has color #76B678 on white background.



Black color preview on #76B678 background

This text has black color on #76B678 background.


White color preview on #76B678 background

This text has white color on #76B678 background.