COLOR #76C665

HEX: #76C665
RGB: (118,198,101)

Color info

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

RGB color model

#76C665 color RGB value is (118,198,101).

  • red value is 118;
  • green value is 198;
  • blue value is 101.
RGB:
(118,198,101)
(46%,78%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 198 of 255 = 78%
B 101 of 255 = 40%

118
198
101

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

Portions of RGB colors in percentages

R + G + B =
118 + 198 + 101 = 417 (100%)
R 118 of 417 ~ 28.3%
G 198 of 417 ~ 47.48%
B 101 of 417 ~ 24.22%

%28.3
%47.48
%24.22

CMYK color model

#76C665 color CMYK value is (40,0,49,22).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 22.35%
CMYK:
(40,0,49,22)
C40M0Y49K22 
(40%,0%,49%,22%)
(0.40/0.00/0.49/0.22)	

CMYK percentages

%40.4
%0
%48.99
%22.35

Codes

Color #76C665 in popluar color models

76C665
RGB118198101
HSL109°45.97%58.63%
HSB/HSV109°48.99%77.65%
CMYK40.40%0.00%48.99%
22.35%

Color #76C665 in popluar number systems.

HEX76C665
Decimal118198101
Binary1110110110001101100101
Octal166306145

Shades and tints

Shades of #76C665

#76C665
(118,198,101)
#6CB45C
(108,180,92)
#62A253
(98,162,83)
#58904A
(88,144,74)
#4E7E41
(78,126,65)
#446C38
(68,108,56)
#3A5A2F
(58,90,47)
#304826
(48,72,38)
#26361D
(38,54,29)
#1C2414
(28,36,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #76C665

#76C665
(118,198,101)
#82CB73
(130,203,115)
#8ED081
(142,208,129)
#9AD58F
(154,213,143)
#A6DA9D
(166,218,157)
#B2DFAB
(178,223,171)
#BEE4B9
(190,228,185)
#CAE9C7
(202,233,199)
#D6EED5
(214,238,213)
#E2F3E3
(226,243,227)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C665 color. Also use rgb(118,198,101) instead hex code.

Text Font Color

.myTextColor { color: #76C665; }

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

This text font color is #76C665.


Background Color

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

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

This div background color is #76C665.


Border color

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

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

This div border color is #76C665.


Opacity

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

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

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

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

This text has shadow with #76C665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C665 on black background.


Color preview on white background

This text has color #76C665 on white background.



Black color preview on #76C665 background

This text has black color on #76C665 background.


White color preview on #76C665 background

This text has white color on #76C665 background.