COLOR #76B235

HEX: #76B235
RGB: (118,178,53)

Color info

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

RGB color model

#76B235 color RGB value is (118,178,53).

  • red value is 118;
  • green value is 178;
  • blue value is 53.
RGB:
(118,178,53)
(46%,70%,21%)

RGB channels and saturation

R 118 of 255 = 46%
G 178 of 255 = 70%
B 53 of 255 = 21%

118
178
53

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

Portions of RGB colors in percentages

R + G + B =
118 + 178 + 53 = 349 (100%)
R 118 of 349 ~ 33.81%
G 178 of 349 ~ 51%
B 53 of 349 ~ 15.19%

%33.81
%51
%15.19

CMYK color model

#76B235 color CMYK value is (34,0,70,30).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 70.22%
  • key color value is 30.20%
CMYK:
(34,0,70,30)
C34M0Y70K30 
(34%,0%,70%,30%)
(0.34/0.00/0.70/0.30)	

CMYK percentages

%33.71
%0
%70.22
%30.2

Codes

Color #76B235 in popluar color models

76B235
RGB11817853
HSL89°54.11%45.29%
HSB/HSV89°70.22%69.80%
CMYK33.71%0.00%70.22%
30.20%

Color #76B235 in popluar number systems.

HEX76B235
Decimal11817853
Binary111011010110010110101
Octal16626265

Shades and tints

Shades of #76B235

#76B235
(118,178,53)
#6CA231
(108,162,49)
#62922D
(98,146,45)
#588229
(88,130,41)
#4E7225
(78,114,37)
#446221
(68,98,33)
#3A521D
(58,82,29)
#304219
(48,66,25)
#263215
(38,50,21)
#1C2211
(28,34,17)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #76B235

#76B235
(118,178,53)
#82B947
(130,185,71)
#8EC059
(142,192,89)
#9AC76B
(154,199,107)
#A6CE7D
(166,206,125)
#B2D58F
(178,213,143)
#BEDCA1
(190,220,161)
#CAE3B3
(202,227,179)
#D6EAC5
(214,234,197)
#E2F1D7
(226,241,215)
#EEF8E9
(238,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B235 color. Also use rgb(118,178,53) instead hex code.

Text Font Color

.myTextColor { color: #76B235; }

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

This text font color is #76B235.


Background Color

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

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

This div background color is #76B235.


Border color

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

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

This div border color is #76B235.


Opacity

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

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

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

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

This text has shadow with #76B235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B235 on black background.


Color preview on white background

This text has color #76B235 on white background.



Black color preview on #76B235 background

This text has black color on #76B235 background.


White color preview on #76B235 background

This text has white color on #76B235 background.