COLOR #6FA98A

HEX: #6FA98A RGB: (111,169,138)

Color info

#6FA98A contains red, green and blue colors in about the same proportion. Web safe color of #6FA98A is #669999 (or #699).

RGB color model

#6FA98A color RGB value is (111,169,138).

RGB: (111,169,138) (44%, 66%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 169 of 255 = 66%
B 138 of 255 = 54%

111
169
138

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

Portions of RGB colors in percentages

R + G + B = 111 + 169 + 138 = 418 (100%)
R 111 of 418 ~ 26.56%
G 169 of 418 ~ 40.43%
B 138 of 418 ~ 33.01'%

%26.56
%40.43
%33.01

CMYK color model

#6FA98A color CMYK value is (34,0,18,34).

  • cyan value is 34.32%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 33.73%

CMYK: (34,0,18,34)
C34M0Y18K34 (34%, 0%, 18%, 34%)
(0.34 / 0.00 / 0.18 / 0.34)

CMYK percentages

%34.32
%0
%18.34
%33.73

Codes

Color #6FA98A in popluar color models

6F A9 8A
RGB 111 169 138
HSL 148° 25.22% 54.90%
HSB/HSV 148° 34.32% 66.27%
CMYK 34.32% 0.00% 18.34%
33.73%

Color #6FA98A in popluar number systems.

HEX 6F A9 8A
Decimal 111 169 138
Binary 1101111 10101001 10001010
Octal 157 251 212

Shades and tints

Shades of #6FA98A

#6FA98A
(111,169,138)
#659A7E
(101,154,126)
#5B8B72
(91,139,114)
#517C66
(81,124,102)
#476D5A
(71,109,90)
#3D5E4E
(61,94,78)
#334F42
(51,79,66)
#294036
(41,64,54)
#1F312A
(31,49,42)
#15221E
(21,34,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #6FA98A

#6FA98A
(111,169,138)
#7CB094
(124,176,148)
#89B79E
(137,183,158)
#96BEA8
(150,190,168)
#A3C5B2
(163,197,178)
#B0CCBC
(176,204,188)
#BDD3C6
(189,211,198)
#CADAD0
(202,218,208)
#D7E1DA
(215,225,218)
#E4E8E4
(228,232,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA98A color. Also use rgb(111,169,138) instead hex code.

Text Font Color

.myTextColor { color: #6FA98A; }

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

This text font color is #6FA98A.

Background Color

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

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

This div background color is #6FA98A.

Border color

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

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

This div border color is #6FA98A.

Opacity

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

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

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

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

This text has shadow with #6FA98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA98A.

Preview

Color preview on black background

This text has color #6FA98A on black background.


Color preview on white background

This text has color #6FA98A on white background.


Black color preview on #6FA98A background

This text has black color on #6FA98A background.


White color preview on #6FA98A background

This text has white color on #6FA98A background.


Related colors

Complementary color

Complementary color for #hex is #905675.


I love getcolorcode.com

Triadic colors

1 #8A6FA9 and #A98A6F with #6FA98A are triadic colors.

2 #8AA96F and #A96F8A with #6FA98A are triadic colors.