COLOR #76DB65

HEX: #76DB65
RGB: (118,219,101)

Color info

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

RGB color model

#76DB65 color RGB value is (118,219,101).

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

RGB channels and saturation

R 118 of 255 = 46%
G 219 of 255 = 86%
B 101 of 255 = 40%

118
219
101

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

Portions of RGB colors in percentages

R + G + B =
118 + 219 + 101 = 438 (100%)
R 118 of 438 ~ 26.94%
G 219 of 438 ~ 50%
B 101 of 438 ~ 23.06%

%26.94
%50
%23.06

CMYK color model

#76DB65 color CMYK value is (46,0,54,14).

  • cyan value is 46.12%
  • magenta value is 0.00%
  • yellow value is 53.88%
  • key color value is 14.12%
CMYK:
(46,0,54,14)
C46M0Y54K14 
(46%,0%,54%,14%)
(0.46/0.00/0.54/0.14)	

CMYK percentages

%46.12
%0
%53.88
%14.12

Codes

Color #76DB65 in popluar color models

76DB65
RGB118219101
HSL111°62.11%62.75%
HSB/HSV111°53.88%85.88%
CMYK46.12%0.00%53.88%
14.12%

Color #76DB65 in popluar number systems.

HEX76DB65
Decimal118219101
Binary1110110110110111100101
Octal166333145

Shades and tints

Shades of #76DB65

#76DB65
(118,219,101)
#6CC85C
(108,200,92)
#62B553
(98,181,83)
#58A24A
(88,162,74)
#4E8F41
(78,143,65)
#447C38
(68,124,56)
#3A692F
(58,105,47)
#305626
(48,86,38)
#26431D
(38,67,29)
#1C3014
(28,48,20)
#121D0B
(18,29,11)
#000000
(0,0,0)

Tints of #76DB65

#76DB65
(118,219,101)
#82DE73
(130,222,115)
#8EE181
(142,225,129)
#9AE48F
(154,228,143)
#A6E79D
(166,231,157)
#B2EAAB
(178,234,171)
#BEEDB9
(190,237,185)
#CAF0C7
(202,240,199)
#D6F3D5
(214,243,213)
#E2F6E3
(226,246,227)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76DB65; }

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

This text font color is #76DB65.


Background Color

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

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

This div background color is #76DB65.


Border color

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

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

This div border color is #76DB65.


Opacity

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

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

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

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

This text has shadow with #76DB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DB65 on black background.


Color preview on white background

This text has color #76DB65 on white background.



Black color preview on #76DB65 background

This text has black color on #76DB65 background.


White color preview on #76DB65 background

This text has white color on #76DB65 background.