COLOR #6FA38A

HEX: #6FA38A RGB: (111,163,138)

Color info

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

RGB color model

#6FA38A color RGB value is (111,163,138).

RGB: (111,163,138) (44%, 64%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 163 of 255 = 64%
B 138 of 255 = 54%

111
163
138

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

Portions of RGB colors in percentages

R + G + B = 111 + 163 + 138 = 412 (100%)
R 111 of 412 ~ 26.94%
G 163 of 412 ~ 39.56%
B 138 of 412 ~ 33.5'%

%26.94
%39.56
%33.5

CMYK color model

#6FA38A color CMYK value is (32,0,15,36).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 36.08%

CMYK: (32,0,15,36)
C32M0Y15K36 (32%, 0%, 15%, 36%)
(0.32 / 0.00 / 0.15 / 0.36)

CMYK percentages

%31.9
%0
%15.34
%36.08

Codes

Color #6FA38A in popluar color models

6F A3 8A
RGB 111 163 138
HSL 151° 22.03% 53.73%
HSB/HSV 151° 31.90% 63.92%
CMYK 31.90% 0.00% 15.34%
36.08%

Color #6FA38A in popluar number systems.

HEX 6F A3 8A
Decimal 111 163 138
Binary 1101111 10100011 10001010
Octal 157 243 212

Shades and tints

Shades of #6FA38A

#6FA38A
(111,163,138)
#65957E
(101,149,126)
#5B8772
(91,135,114)
#517966
(81,121,102)
#476B5A
(71,107,90)
#3D5D4E
(61,93,78)
#334F42
(51,79,66)
#294136
(41,65,54)
#1F332A
(31,51,42)
#15251E
(21,37,30)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #6FA38A

#6FA38A
(111,163,138)
#7CAB94
(124,171,148)
#89B39E
(137,179,158)
#96BBA8
(150,187,168)
#A3C3B2
(163,195,178)
#B0CBBC
(176,203,188)
#BDD3C6
(189,211,198)
#CADBD0
(202,219,208)
#D7E3DA
(215,227,218)
#E4EBE4
(228,235,228)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA38A; }

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

This text font color is #6FA38A.

Background Color

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

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

This div background color is #6FA38A.

Border color

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

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

This div border color is #6FA38A.

Opacity

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

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

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

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

This text has shadow with #6FA38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA38A.

Preview

Color preview on black background

This text has color #6FA38A on black background.


Color preview on white background

This text has color #6FA38A on white background.


Black color preview on #6FA38A background

This text has black color on #6FA38A background.


White color preview on #6FA38A background

This text has white color on #6FA38A background.


Related colors

Complementary color

Complementary color for #hex is #905C75.


I love getcolorcode.com

Triadic colors

1 #8A6FA3 and #A38A6F with #6FA38A are triadic colors.

2 #8AA36F and #A36F8A with #6FA38A are triadic colors.