COLOR #76BF4A

HEX: #76BF4A
RGB: (118,191,74)

Color info

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

RGB color model

#76BF4A color RGB value is (118,191,74).

  • red value is 118;
  • green value is 191;
  • blue value is 74.
RGB:
(118,191,74)
(46%,75%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 191 of 255 = 75%
B 74 of 255 = 29%

118
191
74

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

Portions of RGB colors in percentages

R + G + B =
118 + 191 + 74 = 383 (100%)
R 118 of 383 ~ 30.81%
G 191 of 383 ~ 49.87%
B 74 of 383 ~ 19.32%

%30.81
%49.87
%19.32

CMYK color model

#76BF4A color CMYK value is (38,0,61,25).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 61.26%
  • key color value is 25.10%
CMYK:
(38,0,61,25)
C38M0Y61K25 
(38%,0%,61%,25%)
(0.38/0.00/0.61/0.25)	

CMYK percentages

%38.22
%0
%61.26
%25.1

Codes

Color #76BF4A in popluar color models

76BF4A
RGB11819174
HSL97°47.76%51.96%
HSB/HSV97°61.26%74.90%
CMYK38.22%0.00%61.26%
25.10%

Color #76BF4A in popluar number systems.

HEX76BF4A
Decimal11819174
Binary1110110101111111001010
Octal166277112

Shades and tints

Shades of #76BF4A

#76BF4A
(118,191,74)
#6CAE44
(108,174,68)
#629D3E
(98,157,62)
#588C38
(88,140,56)
#4E7B32
(78,123,50)
#446A2C
(68,106,44)
#3A5926
(58,89,38)
#304820
(48,72,32)
#26371A
(38,55,26)
#1C2614
(28,38,20)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #76BF4A

#76BF4A
(118,191,74)
#82C45A
(130,196,90)
#8EC96A
(142,201,106)
#9ACE7A
(154,206,122)
#A6D38A
(166,211,138)
#B2D89A
(178,216,154)
#BEDDAA
(190,221,170)
#CAE2BA
(202,226,186)
#D6E7CA
(214,231,202)
#E2ECDA
(226,236,218)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BF4A color. Also use rgb(118,191,74) instead hex code.

Text Font Color

.myTextColor { color: #76BF4A; }

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

This text font color is #76BF4A.


Background Color

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

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

This div background color is #76BF4A.


Border color

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

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

This div border color is #76BF4A.


Opacity

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

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

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

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

This text has shadow with #76BF4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BF4A on black background.


Color preview on white background

This text has color #76BF4A on white background.



Black color preview on #76BF4A background

This text has black color on #76BF4A background.


White color preview on #76BF4A background

This text has white color on #76BF4A background.