COLOR #76B92A

HEX: #76B92A
RGB: (118,185,42)

Color info

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

RGB color model

#76B92A color RGB value is (118,185,42).

  • red value is 118;
  • green value is 185;
  • blue value is 42.
RGB:
(118,185,42)
(46%,73%,16%)

RGB channels and saturation

R 118 of 255 = 46%
G 185 of 255 = 73%
B 42 of 255 = 16%

118
185
42

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

Portions of RGB colors in percentages

R + G + B =
118 + 185 + 42 = 345 (100%)
R 118 of 345 ~ 34.2%
G 185 of 345 ~ 53.62%
B 42 of 345 ~ 12.17%

%34.2
%53.62
%12.17

CMYK color model

#76B92A color CMYK value is (36,0,77,27).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 77.30%
  • key color value is 27.45%
CMYK:
(36,0,77,27)
C36M0Y77K27 
(36%,0%,77%,27%)
(0.36/0.00/0.77/0.27)	

CMYK percentages

%36.22
%0
%77.3
%27.45

Codes

Color #76B92A in popluar color models

76B92A
RGB11818542
HSL88°63.00%44.51%
HSB/HSV88°77.30%72.55%
CMYK36.22%0.00%77.30%
27.45%

Color #76B92A in popluar number systems.

HEX76B92A
Decimal11818542
Binary111011010111001101010
Octal16627152

Shades and tints

Shades of #76B92A

#76B92A
(118,185,42)
#6CA927
(108,169,39)
#629924
(98,153,36)
#588921
(88,137,33)
#4E791E
(78,121,30)
#44691B
(68,105,27)
#3A5918
(58,89,24)
#304915
(48,73,21)
#263912
(38,57,18)
#1C290F
(28,41,15)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #76B92A

#76B92A
(118,185,42)
#82BF3D
(130,191,61)
#8EC550
(142,197,80)
#9ACB63
(154,203,99)
#A6D176
(166,209,118)
#B2D789
(178,215,137)
#BEDD9C
(190,221,156)
#CAE3AF
(202,227,175)
#D6E9C2
(214,233,194)
#E2EFD5
(226,239,213)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B92A color. Also use rgb(118,185,42) instead hex code.

Text Font Color

.myTextColor { color: #76B92A; }

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

This text font color is #76B92A.


Background Color

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

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

This div background color is #76B92A.


Border color

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

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

This div border color is #76B92A.


Opacity

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

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

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

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

This text has shadow with #76B92A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B92A on black background.


Color preview on white background

This text has color #76B92A on white background.



Black color preview on #76B92A background

This text has black color on #76B92A background.


White color preview on #76B92A background

This text has white color on #76B92A background.