COLOR #76CB68

HEX: #76CB68
RGB: (118,203,104)

Color info

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

RGB color model

#76CB68 color RGB value is (118,203,104).

  • red value is 118;
  • green value is 203;
  • blue value is 104.
RGB:
(118,203,104)
(46%,80%,41%)

RGB channels and saturation

R 118 of 255 = 46%
G 203 of 255 = 80%
B 104 of 255 = 41%

118
203
104

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

Portions of RGB colors in percentages

R + G + B =
118 + 203 + 104 = 425 (100%)
R 118 of 425 ~ 27.76%
G 203 of 425 ~ 47.76%
B 104 of 425 ~ 24.47%

%27.76
%47.76
%24.47

CMYK color model

#76CB68 color CMYK value is (42,0,49,20).

  • cyan value is 41.87%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 20.39%
CMYK:
(42,0,49,20)
C42M0Y49K20 
(42%,0%,49%,20%)
(0.42/0.00/0.49/0.20)	

CMYK percentages

%41.87
%0
%48.77
%20.39

Codes

Color #76CB68 in popluar color models

76CB68
RGB118203104
HSL112°48.77%60.20%
HSB/HSV112°48.77%79.61%
CMYK41.87%0.00%48.77%
20.39%

Color #76CB68 in popluar number systems.

HEX76CB68
Decimal118203104
Binary1110110110010111101000
Octal166313150

Shades and tints

Shades of #76CB68

#76CB68
(118,203,104)
#6CB95F
(108,185,95)
#62A756
(98,167,86)
#58954D
(88,149,77)
#4E8344
(78,131,68)
#44713B
(68,113,59)
#3A5F32
(58,95,50)
#304D29
(48,77,41)
#263B20
(38,59,32)
#1C2917
(28,41,23)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #76CB68

#76CB68
(118,203,104)
#82CF75
(130,207,117)
#8ED382
(142,211,130)
#9AD78F
(154,215,143)
#A6DB9C
(166,219,156)
#B2DFA9
(178,223,169)
#BEE3B6
(190,227,182)
#CAE7C3
(202,231,195)
#D6EBD0
(214,235,208)
#E2EFDD
(226,239,221)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CB68 color. Also use rgb(118,203,104) instead hex code.

Text Font Color

.myTextColor { color: #76CB68; }

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

This text font color is #76CB68.


Background Color

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

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

This div background color is #76CB68.


Border color

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

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

This div border color is #76CB68.


Opacity

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

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

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

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

This text has shadow with #76CB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CB68 on black background.


Color preview on white background

This text has color #76CB68 on white background.



Black color preview on #76CB68 background

This text has black color on #76CB68 background.


White color preview on #76CB68 background

This text has white color on #76CB68 background.