COLOR #6FAF91

HEX: #6FAF91 RGB: (111,175,145)

Color info

#6FAF91 contains mainly green and blue colors. Web safe color of #6FAF91 is #669999 (or #699).

RGB color model

#6FAF91 color RGB value is (111,175,145).

RGB: (111,175,145) (44%, 69%, 57%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 145 of 255 = 57%

111
175
145

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

Portions of RGB colors in percentages

R + G + B = 111 + 175 + 145 = 431 (100%)
R 111 of 431 ~ 25.75%
G 175 of 431 ~ 40.6%
B 145 of 431 ~ 33.64'%

%25.75
%40.6
%33.64

CMYK color model

#6FAF91 color CMYK value is (37,0,17,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK: (37,0,17,31) C37M0Y17K31 (37%,0%,17%,31%) (0.37/0.00/0.17/0.31) 

CMYK percentages

%36.57
%0
%17.14
%31.37

Codes

Color #6FAF91 in popluar color models

6F AF 91
RGB 111 175 145
HSL 152° 28.57% 56.08%
HSB/HSV 152° 36.57% 68.63%
CMYK 36.57% 0.00% 17.14%
31.37%

Color #6FAF91 in popluar number systems.

HEX 6F AF 91
Decimal 111 175 145
Binary 1101111 10101111 10010001
Octal 157 257 221

Shades and tints

Shades of #6FAF91

#6FAF91
(111,175,145)
#65A084
(101,160,132)
#5B9177
(91,145,119)
#51826A
(81,130,106)
#47735D
(71,115,93)
#3D6450
(61,100,80)
#335543
(51,85,67)
#294636
(41,70,54)
#1F3729
(31,55,41)
#15281C
(21,40,28)
#0B190F
(11,25,15)
#000000
(0,0,0)

Tints of #6FAF91

#6FAF91
(111,175,145)
#7CB69B
(124,182,155)
#89BDA5
(137,189,165)
#96C4AF
(150,196,175)
#A3CBB9
(163,203,185)
#B0D2C3
(176,210,195)
#BDD9CD
(189,217,205)
#CAE0D7
(202,224,215)
#D7E7E1
(215,231,225)
#E4EEEB
(228,238,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAF91; }

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

This text font color is #6FAF91.

Background Color

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

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

This div background color is #6FAF91.

Border color

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

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

This div border color is #6FAF91.

Opacity

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

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

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

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

This text has shadow with #6FAF91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAF91.

Preview

Color preview on black background

This text has color #6FAF91 on black background.


Color preview on white background

This text has color #6FAF91 on white background.


Black color preview on #6FAF91 background

This text has black color on #6FAF91 background.


White color preview on #6FAF91 background

This text has white color on #6FAF91 background.


Related colors

Complementary color

Complementary color for #hex is #90506E.


I love getcolorcode.com

Triadic colors

1 #916FAF and #AF916F with #6FAF91 are triadic colors.

2 #91AF6F and #AF6F91 with #6FAF91 are triadic colors.