COLOR #6FC98D

HEX: #6FC98D RGB: (111,201,141)

Color info

#6FC98D contains mainly green color. Web safe color of #6FC98D is #66CC99 (or #6C9).

RGB color model

#6FC98D color RGB value is (111,201,141).

RGB: (111,201,141) (44%, 79%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 201 of 255 = 79%
B 141 of 255 = 55%

111
201
141

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

Portions of RGB colors in percentages

R + G + B = 111 + 201 + 141 = 453 (100%)
R 111 of 453 ~ 24.5%
G 201 of 453 ~ 44.37%
B 141 of 453 ~ 31.13'%

%24.5
%44.37
%31.13

CMYK color model

#6FC98D color CMYK value is (45,0,30,21).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 21.18%

CMYK: (45,0,30,21)
C45M0Y30K21 (45%, 0%, 30%, 21%)
(0.45 / 0.00 / 0.30 / 0.21)

CMYK percentages

%44.78
%0
%29.85
%21.18

Codes

Color #6FC98D in popluar color models

6F C9 8D
RGB 111 201 141
HSL 140° 45.45% 61.18%
HSB/HSV 140° 44.78% 78.82%
CMYK 44.78% 0.00% 29.85%
21.18%

Color #6FC98D in popluar number systems.

HEX 6F C9 8D
Decimal 111 201 141
Binary 1101111 11001001 10001101
Octal 157 311 215

Shades and tints

Shades of #6FC98D

#6FC98D
(111,201,141)
#65B781
(101,183,129)
#5BA575
(91,165,117)
#519369
(81,147,105)
#47815D
(71,129,93)
#3D6F51
(61,111,81)
#335D45
(51,93,69)
#294B39
(41,75,57)
#1F392D
(31,57,45)
#152721
(21,39,33)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #6FC98D

#6FC98D
(111,201,141)
#7CCD97
(124,205,151)
#89D1A1
(137,209,161)
#96D5AB
(150,213,171)
#A3D9B5
(163,217,181)
#B0DDBF
(176,221,191)
#BDE1C9
(189,225,201)
#CAE5D3
(202,229,211)
#D7E9DD
(215,233,221)
#E4EDE7
(228,237,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC98D color. Also use rgb(111,201,141) instead hex code.

Text Font Color

.myTextColor { color: #6FC98D; }

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

This text font color is #6FC98D.

Background Color

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

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

This div background color is #6FC98D.

Border color

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

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

This div border color is #6FC98D.

Opacity

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

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

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

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

This text has shadow with #6FC98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC98D.

Preview

Color preview on black background

This text has color #6FC98D on black background.


Color preview on white background

This text has color #6FC98D on white background.


Black color preview on #6FC98D background

This text has black color on #6FC98D background.


White color preview on #6FC98D background

This text has white color on #6FC98D background.


Related colors

Complementary color

Complementary color for #hex is #903672.


I love getcolorcode.com

Triadic colors

1 #8D6FC9 and #C98D6F with #6FC98D are triadic colors.

2 #8DC96F and #C96F8D with #6FC98D are triadic colors.