COLOR #6DB862

HEX: #6DB862
RGB: (109,184,98)

Color info

#6DB862 contains mainly green color. Web safe color of #6DB862 is #66CC66 (or #6C6).

RGB color model

#6DB862 color RGB value is (109,184,98).

  • red value is 109;
  • green value is 184;
  • blue value is 98.
RGB:
(109,184,98)
(43%,72%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 184 of 255 = 72%
B 98 of 255 = 38%

109
184
98

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

Portions of RGB colors in percentages

R + G + B =
109 + 184 + 98 = 391 (100%)
R 109 of 391 ~ 27.88%
G 184 of 391 ~ 47.06%
B 98 of 391 ~ 25.06%

%27.88
%47.06
%25.06

CMYK color model

#6DB862 color CMYK value is (41,0,47,28).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(41,0,47,28)
C41M0Y47K28 
(41%,0%,47%,28%)
(0.41/0.00/0.47/0.28)	

CMYK percentages

%40.76
%0
%46.74
%27.84

Codes

Color #6DB862 in popluar color models

6DB862
RGB10918498
HSL112°37.72%55.29%
HSB/HSV112°46.74%72.16%
CMYK40.76%0.00%46.74%
27.84%

Color #6DB862 in popluar number systems.

HEX6DB862
Decimal10918498
Binary1101101101110001100010
Octal155270142

Shades and tints

Shades of #6DB862

#6DB862
(109,184,98)
#64A85A
(100,168,90)
#5B9852
(91,152,82)
#52884A
(82,136,74)
#497842
(73,120,66)
#40683A
(64,104,58)
#375832
(55,88,50)
#2E482A
(46,72,42)
#253822
(37,56,34)
#1C281A
(28,40,26)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #6DB862

#6DB862
(109,184,98)
#7ABE70
(122,190,112)
#87C47E
(135,196,126)
#94CA8C
(148,202,140)
#A1D09A
(161,208,154)
#AED6A8
(174,214,168)
#BBDCB6
(187,220,182)
#C8E2C4
(200,226,196)
#D5E8D2
(213,232,210)
#E2EEE0
(226,238,224)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB862 color. Also use rgb(109,184,98) instead hex code.

Text Font Color

.myTextColor { color: #6DB862; }

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

This text font color is #6DB862.


Background Color

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

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

This div background color is #6DB862.


Border color

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

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

This div border color is #6DB862.


Opacity

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

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

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

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

This text has shadow with #6DB862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB862 on black background.


Color preview on white background

This text has color #6DB862 on white background.



Black color preview on #6DB862 background

This text has black color on #6DB862 background.


White color preview on #6DB862 background

This text has white color on #6DB862 background.