COLOR #6FAF76

HEX: #6FAF76 RGB: (111,175,118)

Color info

#6FAF76 contains mainly green and blue colors. Web safe color of #6FAF76 is #669966 (or #696).

RGB color model

#6FAF76 color RGB value is (111,175,118).

RGB: (111,175,118) (44%, 69%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 118 of 255 = 46%

111
175
118

R + G + B ~ 53%. #6FAF76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 175 + 118 = 404 (100%)
R 111 of 404 ~ 27.48%
G 175 of 404 ~ 43.32%
B 118 of 404 ~ 29.21'%

%27.48
%43.32
%29.21

CMYK color model

#6FAF76 color CMYK value is (37,0,33,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 32.57%
  • key color value is 31.37%

CMYK: (37,0,33,31)
C37M0Y33K31 (37%, 0%, 33%, 31%)
(0.37 / 0.00 / 0.33 / 0.31)

CMYK percentages

%36.57
%0
%32.57
%31.37

Codes

Color #6FAF76 in popluar color models

6F AF 76
RGB 111 175 118
HSL 127° 28.57% 56.08%
HSB/HSV 127° 36.57% 68.63%
CMYK 36.57% 0.00% 32.57%
31.37%

Color #6FAF76 in popluar number systems.

HEX 6F AF 76
Decimal 111 175 118
Binary 1101111 10101111 1110110
Octal 157 257 166

Shades and tints

Shades of #6FAF76

#6FAF76
(111,175,118)
#65A06C
(101,160,108)
#5B9162
(91,145,98)
#518258
(81,130,88)
#47734E
(71,115,78)
#3D6444
(61,100,68)
#33553A
(51,85,58)
#294630
(41,70,48)
#1F3726
(31,55,38)
#15281C
(21,40,28)
#0B1912
(11,25,18)
#000000
(0,0,0)

Tints of #6FAF76

#6FAF76
(111,175,118)
#7CB682
(124,182,130)
#89BD8E
(137,189,142)
#96C49A
(150,196,154)
#A3CBA6
(163,203,166)
#B0D2B2
(176,210,178)
#BDD9BE
(189,217,190)
#CAE0CA
(202,224,202)
#D7E7D6
(215,231,214)
#E4EEE2
(228,238,226)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAF76 color. Also use rgb(111,175,118) instead hex code.

Text Font Color

.myTextColor { color: #6FAF76; }

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

This text font color is #6FAF76.

Background Color

.myBgColor { background-color: #6FAF76; }

<div style="background-color:#6FAF76">Inner text</div>

This div background color is #6FAF76.

Border color

.myBorderColor { border: 1px solid #6FAF76; }

<div style="border:3px solid #6FAF76">Div</div>

This div border color is #6FAF76.

Opacity

.myOpacity80 { color: #6FAF76; opacity: 0.8; }

<p style="color:#6FAF76;opacity:0.8;">80%</p>

Text with #6FAF76 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 #6FAF76;}

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

This text has shadow with #6FAF76 color.


.textShadow {text-shadow: 3px 3px 1px #6FAF76', 3px 3px 1px red;}

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

This text has shadow with #6FAF76 primary color and red secondary color.


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

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

This text has shadow with #6FAF76 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6FAF76; -webkit-box-shadow: 1px 1px 3px 2px #6FAF76; box-shadow:1px 1px 3px 2px #6FAF76;">
Div content here
</div>

This div box has shadow with color #6FAF76.

Preview

Color preview on black background

This text has color #6FAF76 on black background.


Color preview on white background

This text has color #6FAF76 on white background.


Black color preview on #6FAF76 background

This text has black color on #6FAF76 background.


White color preview on #6FAF76 background

This text has white color on #6FAF76 background.


Related colors

Complementary color

Complementary color for #hex is #905089.


I love getcolorcode.com

Triadic colors

1 #766FAF and #AF766F with #6FAF76 are triadic colors.

2 #76AF6F and #AF6F76 with #6FAF76 are triadic colors.