COLOR #6BB867

HEX: #6BB867
RGB: (107,184,103)

Color info

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

RGB color model

#6BB867 color RGB value is (107,184,103).

  • red value is 107;
  • green value is 184;
  • blue value is 103.
RGB:
(107,184,103)
(42%,72%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 184 of 255 = 72%
B 103 of 255 = 40%

107
184
103

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

Portions of RGB colors in percentages

R + G + B =
107 + 184 + 103 = 394 (100%)
R 107 of 394 ~ 27.16%
G 184 of 394 ~ 46.7%
B 103 of 394 ~ 26.14%

%27.16
%46.7
%26.14

CMYK color model

#6BB867 color CMYK value is (42,0,44,28).

  • cyan value is 41.85%
  • magenta value is 0.00%
  • yellow value is 44.02%
  • key color value is 27.84%
CMYK:
(42,0,44,28)
C42M0Y44K28 
(42%,0%,44%,28%)
(0.42/0.00/0.44/0.28)	

CMYK percentages

%41.85
%0
%44.02
%27.84

Codes

Color #6BB867 in popluar color models

6BB867
RGB107184103
HSL117°36.32%56.27%
HSB/HSV117°44.02%72.16%
CMYK41.85%0.00%44.02%
27.84%

Color #6BB867 in popluar number systems.

HEX6BB867
Decimal107184103
Binary1101011101110001100111
Octal153270147

Shades and tints

Shades of #6BB867

#6BB867
(107,184,103)
#62A85E
(98,168,94)
#599855
(89,152,85)
#50884C
(80,136,76)
#477843
(71,120,67)
#3E683A
(62,104,58)
#355831
(53,88,49)
#2C4828
(44,72,40)
#23381F
(35,56,31)
#1A2816
(26,40,22)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #6BB867

#6BB867
(107,184,103)
#78BE74
(120,190,116)
#85C481
(133,196,129)
#92CA8E
(146,202,142)
#9FD09B
(159,208,155)
#ACD6A8
(172,214,168)
#B9DCB5
(185,220,181)
#C6E2C2
(198,226,194)
#D3E8CF
(211,232,207)
#E0EEDC
(224,238,220)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB867 color. Also use rgb(107,184,103) instead hex code.

Text Font Color

.myTextColor { color: #6BB867; }

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

This text font color is #6BB867.


Background Color

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

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

This div background color is #6BB867.


Border color

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

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

This div border color is #6BB867.


Opacity

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

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

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

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

This text has shadow with #6BB867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB867 on black background.


Color preview on white background

This text has color #6BB867 on white background.



Black color preview on #6BB867 background

This text has black color on #6BB867 background.


White color preview on #6BB867 background

This text has white color on #6BB867 background.