COLOR #76B330

HEX: #76B330
RGB: (118,179,48)

Color info

#76B330 contains mainly green color. Web safe color of #76B330 is #669933 (or #693).

RGB color model

#76B330 color RGB value is (118,179,48).

  • red value is 118;
  • green value is 179;
  • blue value is 48.
RGB:
(118,179,48)
(46%,70%,19%)

RGB channels and saturation

R 118 of 255 = 46%
G 179 of 255 = 70%
B 48 of 255 = 19%

118
179
48

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

Portions of RGB colors in percentages

R + G + B =
118 + 179 + 48 = 345 (100%)
R 118 of 345 ~ 34.2%
G 179 of 345 ~ 51.88%
B 48 of 345 ~ 13.91%

%34.2
%51.88
%13.91

CMYK color model

#76B330 color CMYK value is (34,0,73,30).

  • cyan value is 34.08%
  • magenta value is 0.00%
  • yellow value is 73.18%
  • key color value is 29.80%
CMYK:
(34,0,73,30)
C34M0Y73K30 
(34%,0%,73%,30%)
(0.34/0.00/0.73/0.30)	

CMYK percentages

%34.08
%0
%73.18
%29.8

Codes

Color #76B330 in popluar color models

76B330
RGB11817948
HSL88°57.71%44.51%
HSB/HSV88°73.18%70.20%
CMYK34.08%0.00%73.18%
29.80%

Color #76B330 in popluar number systems.

HEX76B330
Decimal11817948
Binary111011010110011110000
Octal16626360

Shades and tints

Shades of #76B330

#76B330
(118,179,48)
#6CA32C
(108,163,44)
#629328
(98,147,40)
#588324
(88,131,36)
#4E7320
(78,115,32)
#44631C
(68,99,28)
#3A5318
(58,83,24)
#304314
(48,67,20)
#263310
(38,51,16)
#1C230C
(28,35,12)
#121308
(18,19,8)
#000000
(0,0,0)

Tints of #76B330

#76B330
(118,179,48)
#82B942
(130,185,66)
#8EBF54
(142,191,84)
#9AC566
(154,197,102)
#A6CB78
(166,203,120)
#B2D18A
(178,209,138)
#BED79C
(190,215,156)
#CADDAE
(202,221,174)
#D6E3C0
(214,227,192)
#E2E9D2
(226,233,210)
#EEEFE4
(238,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B330 color. Also use rgb(118,179,48) instead hex code.

Text Font Color

.myTextColor { color: #76B330; }

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

This text font color is #76B330.


Background Color

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

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

This div background color is #76B330.


Border color

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

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

This div border color is #76B330.


Opacity

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

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

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

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

This text has shadow with #76B330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B330 on black background.


Color preview on white background

This text has color #76B330 on white background.



Black color preview on #76B330 background

This text has black color on #76B330 background.


White color preview on #76B330 background

This text has white color on #76B330 background.