COLOR #76AB6A

HEX: #76AB6A
RGB: (118,171,106)

Color info

#76AB6A contains mainly red and green colors. Web safe color of #76AB6A is #669966 (or #696).

RGB color model

#76AB6A color RGB value is (118,171,106).

  • red value is 118;
  • green value is 171;
  • blue value is 106.
RGB:
(118,171,106)
(46%,67%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 171 of 255 = 67%
B 106 of 255 = 42%

118
171
106

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

Portions of RGB colors in percentages

R + G + B =
118 + 171 + 106 = 395 (100%)
R 118 of 395 ~ 29.87%
G 171 of 395 ~ 43.29%
B 106 of 395 ~ 26.84%

%29.87
%43.29
%26.84

CMYK color model

#76AB6A color CMYK value is (31,0,38,33).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 38.01%
  • key color value is 32.94%
CMYK:
(31,0,38,33)
C31M0Y38K33 
(31%,0%,38%,33%)
(0.31/0.00/0.38/0.33)	

CMYK percentages

%30.99
%0
%38.01
%32.94

Codes

Color #76AB6A in popluar color models

76AB6A
RGB118171106
HSL109°27.90%54.31%
HSB/HSV109°38.01%67.06%
CMYK30.99%0.00%38.01%
32.94%

Color #76AB6A in popluar number systems.

HEX76AB6A
Decimal118171106
Binary1110110101010111101010
Octal166253152

Shades and tints

Shades of #76AB6A

#76AB6A
(118,171,106)
#6C9C61
(108,156,97)
#628D58
(98,141,88)
#587E4F
(88,126,79)
#4E6F46
(78,111,70)
#44603D
(68,96,61)
#3A5134
(58,81,52)
#30422B
(48,66,43)
#263322
(38,51,34)
#1C2419
(28,36,25)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #76AB6A

#76AB6A
(118,171,106)
#82B277
(130,178,119)
#8EB984
(142,185,132)
#9AC091
(154,192,145)
#A6C79E
(166,199,158)
#B2CEAB
(178,206,171)
#BED5B8
(190,213,184)
#CADCC5
(202,220,197)
#D6E3D2
(214,227,210)
#E2EADF
(226,234,223)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AB6A color. Also use rgb(118,171,106) instead hex code.

Text Font Color

.myTextColor { color: #76AB6A; }

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

This text font color is #76AB6A.


Background Color

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

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

This div background color is #76AB6A.


Border color

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

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

This div border color is #76AB6A.


Opacity

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

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

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

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

This text has shadow with #76AB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AB6A on black background.


Color preview on white background

This text has color #76AB6A on white background.



Black color preview on #76AB6A background

This text has black color on #76AB6A background.


White color preview on #76AB6A background

This text has white color on #76AB6A background.