COLOR #76C63D

HEX: #76C63D
RGB: (118,198,61)

Color info

#76C63D contains mainly green color. Web safe color of #76C63D is #66CC33 (or #6C3).

RGB color model

#76C63D color RGB value is (118,198,61).

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

RGB channels and saturation

R 118 of 255 = 46%
G 198 of 255 = 78%
B 61 of 255 = 24%

118
198
61

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

Portions of RGB colors in percentages

R + G + B =
118 + 198 + 61 = 377 (100%)
R 118 of 377 ~ 31.3%
G 198 of 377 ~ 52.52%
B 61 of 377 ~ 16.18%

%31.3
%52.52
%16.18

CMYK color model

#76C63D color CMYK value is (40,0,69,22).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 69.19%
  • key color value is 22.35%
CMYK:
(40,0,69,22)
C40M0Y69K22 
(40%,0%,69%,22%)
(0.40/0.00/0.69/0.22)	

CMYK percentages

%40.4
%0
%69.19
%22.35

Codes

Color #76C63D in popluar color models

76C63D
RGB11819861
HSL95°54.58%50.78%
HSB/HSV95°69.19%77.65%
CMYK40.40%0.00%69.19%
22.35%

Color #76C63D in popluar number systems.

HEX76C63D
Decimal11819861
Binary111011011000110111101
Octal16630675

Shades and tints

Shades of #76C63D

#76C63D
(118,198,61)
#6CB438
(108,180,56)
#62A233
(98,162,51)
#58902E
(88,144,46)
#4E7E29
(78,126,41)
#446C24
(68,108,36)
#3A5A1F
(58,90,31)
#30481A
(48,72,26)
#263615
(38,54,21)
#1C2410
(28,36,16)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #76C63D

#76C63D
(118,198,61)
#82CB4E
(130,203,78)
#8ED05F
(142,208,95)
#9AD570
(154,213,112)
#A6DA81
(166,218,129)
#B2DF92
(178,223,146)
#BEE4A3
(190,228,163)
#CAE9B4
(202,233,180)
#D6EEC5
(214,238,197)
#E2F3D6
(226,243,214)
#EEF8E7
(238,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C63D; }

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

This text font color is #76C63D.


Background Color

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

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

This div background color is #76C63D.


Border color

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

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

This div border color is #76C63D.


Opacity

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

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

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

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

This text has shadow with #76C63D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C63D on black background.


Color preview on white background

This text has color #76C63D on white background.



Black color preview on #76C63D background

This text has black color on #76C63D background.


White color preview on #76C63D background

This text has white color on #76C63D background.