COLOR #76AB6F

HEX: #76AB6F
RGB: (118,171,111)

Color info

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

RGB color model

#76AB6F color RGB value is (118,171,111).

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

RGB channels and saturation

R 118 of 255 = 46%
G 171 of 255 = 67%
B 111 of 255 = 44%

118
171
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 171 + 111 = 400 (100%)
R 118 of 400 ~ 29.5%
G 171 of 400 ~ 42.75%
B 111 of 400 ~ 27.75%

%29.5
%42.75
%27.75

CMYK color model

#76AB6F color CMYK value is (31,0,35,33).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 32.94%
CMYK:
(31,0,35,33)
C31M0Y35K33 
(31%,0%,35%,33%)
(0.31/0.00/0.35/0.33)	

CMYK percentages

%30.99
%0
%35.09
%32.94

Codes

Color #76AB6F in popluar color models

76AB6F
RGB118171111
HSL113°26.32%55.29%
HSB/HSV113°35.09%67.06%
CMYK30.99%0.00%35.09%
32.94%

Color #76AB6F in popluar number systems.

HEX76AB6F
Decimal118171111
Binary1110110101010111101111
Octal166253157

Shades and tints

Shades of #76AB6F

#76AB6F
(118,171,111)
#6C9C65
(108,156,101)
#628D5B
(98,141,91)
#587E51
(88,126,81)
#4E6F47
(78,111,71)
#44603D
(68,96,61)
#3A5133
(58,81,51)
#304229
(48,66,41)
#26331F
(38,51,31)
#1C2415
(28,36,21)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #76AB6F

#76AB6F
(118,171,111)
#82B27C
(130,178,124)
#8EB989
(142,185,137)
#9AC096
(154,192,150)
#A6C7A3
(166,199,163)
#B2CEB0
(178,206,176)
#BED5BD
(190,213,189)
#CADCCA
(202,220,202)
#D6E3D7
(214,227,215)
#E2EAE4
(226,234,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AB6F; }

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

This text font color is #76AB6F.


Background Color

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

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

This div background color is #76AB6F.


Border color

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

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

This div border color is #76AB6F.


Opacity

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

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

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

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

This text has shadow with #76AB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AB6F on black background.


Color preview on white background

This text has color #76AB6F on white background.



Black color preview on #76AB6F background

This text has black color on #76AB6F background.


White color preview on #76AB6F background

This text has white color on #76AB6F background.