COLOR #6FB99A

HEX: #6FB99A RGB: (111,185,154)

Color info

#6FB99A contains mainly green and blue colors. Web safe color of #6FB99A is #66CC99 (or #6C9).

RGB color model

#6FB99A color RGB value is (111,185,154).

RGB: (111,185,154) (44%, 73%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 185 of 255 = 73%
B 154 of 255 = 60%

111
185
154

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

Portions of RGB colors in percentages

R + G + B = 111 + 185 + 154 = 450 (100%)
R 111 of 450 ~ 24.67%
G 185 of 450 ~ 41.11%
B 154 of 450 ~ 34.22'%

%24.67
%41.11
%34.22

CMYK color model

#6FB99A color CMYK value is (40,0,17,27).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK: (40,0,17,27) C40M0Y17K27 (40%,0%,17%,27%) (0.40/0.00/0.17/0.27) 

CMYK percentages

%40
%0
%16.76
%27.45

Codes

Color #6FB99A in popluar color models

6F B9 9A
RGB 111 185 154
HSL 155° 34.58% 58.04%
HSB/HSV 155° 40.00% 72.55%
CMYK 40.00% 0.00% 16.76%
27.45%

Color #6FB99A in popluar number systems.

HEX 6F B9 9A
Decimal 111 185 154
Binary 1101111 10111001 10011010
Octal 157 271 232

Shades and tints

Shades of #6FB99A

#6FB99A
(111,185,154)
#65A98C
(101,169,140)
#5B997E
(91,153,126)
#518970
(81,137,112)
#477962
(71,121,98)
#3D6954
(61,105,84)
#335946
(51,89,70)
#294938
(41,73,56)
#1F392A
(31,57,42)
#15291C
(21,41,28)
#0B190E
(11,25,14)
#000000
(0,0,0)

Tints of #6FB99A

#6FB99A
(111,185,154)
#7CBFA3
(124,191,163)
#89C5AC
(137,197,172)
#96CBB5
(150,203,181)
#A3D1BE
(163,209,190)
#B0D7C7
(176,215,199)
#BDDDD0
(189,221,208)
#CAE3D9
(202,227,217)
#D7E9E2
(215,233,226)
#E4EFEB
(228,239,235)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB99A color. Also use rgb(111,185,154) instead hex code.

Text Font Color

.myTextColor { color: #6FB99A; }

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

This text font color is #6FB99A.

Background Color

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

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

This div background color is #6FB99A.

Border color

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

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

This div border color is #6FB99A.

Opacity

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

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

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

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

This text has shadow with #6FB99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB99A.

Preview

Color preview on black background

This text has color #6FB99A on black background.


Color preview on white background

This text has color #6FB99A on white background.


Black color preview on #6FB99A background

This text has black color on #6FB99A background.


White color preview on #6FB99A background

This text has white color on #6FB99A background.


Related colors

Complementary color

Complementary color for #hex is #904665.


I love getcolorcode.com

Triadic colors

1 #9A6FB9 and #B99A6F with #6FB99A are triadic colors.

2 #9AB96F and #B96F9A with #6FB99A are triadic colors.