COLOR #6BB214

HEX: #6BB214 RGB: (107,178,20)

Color info

#6BB214 contains mainly green color. Web safe color of #6BB214 is #669900 (or #690).

RGB color model

#6BB214 color RGB value is (107,178,20).

RGB: (107,178,20) (42%, 70%, 8%)

RGB channels and saturation

R 107 of 255 = 42%
G 178 of 255 = 70%
B 20 of 255 = 8%

107
178
20

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

Portions of RGB colors in percentages

R + G + B = 107 + 178 + 20 = 305 (100%)
R 107 of 305 ~ 35.08%
G 178 of 305 ~ 58.36%
B 20 of 305 ~ 6.56'%

%35.08
%58.36

CMYK color model

#6BB214 color CMYK value is (40,0,89,30).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 88.76%
  • key color value is 30.20%

CMYK: (40,0,89,30)
C40M0Y89K30 (40%, 0%, 89%, 30%)
(0.40 / 0.00 / 0.89 / 0.30)

CMYK percentages

%39.89
%0
%88.76
%30.2

Codes

Color #6BB214 in popluar color models

6B B2 14
RGB 107 178 20
HSL 87° 79.80% 38.82%
HSB/HSV 87° 88.76% 69.80%
CMYK 39.89% 0.00% 88.76%
30.20%

Color #6BB214 in popluar number systems.

HEX 6B B2 14
Decimal 107 178 20
Binary 1101011 10110010 10100
Octal 153 262 24

Shades and tints

Shades of #6BB214

#6BB214
(107,178,20)
#62A213
(98,162,19)
#599212
(89,146,18)
#508211
(80,130,17)
#477210
(71,114,16)
#3E620F
(62,98,15)
#35520E
(53,82,14)
#2C420D
(44,66,13)
#23320C
(35,50,12)
#1A220B
(26,34,11)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #6BB214

#6BB214
(107,178,20)
#78B929
(120,185,41)
#85C03E
(133,192,62)
#92C753
(146,199,83)
#9FCE68
(159,206,104)
#ACD57D
(172,213,125)
#B9DC92
(185,220,146)
#C6E3A7
(198,227,167)
#D3EABC
(211,234,188)
#E0F1D1
(224,241,209)
#EDF8E6
(237,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB214 color. Also use rgb(107,178,20) instead hex code.

Text Font Color

.myTextColor { color: #6BB214; }

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

This text font color is #6BB214.

Background Color

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

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

This div background color is #6BB214.

Border color

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

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

This div border color is #6BB214.

Opacity

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

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

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

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

This text has shadow with #6BB214 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB214.

Preview

Color preview on black background

This text has color #6BB214 on black background.


Color preview on white background

This text has color #6BB214 on white background.


Black color preview on #6BB214 background

This text has black color on #6BB214 background.


White color preview on #6BB214 background

This text has white color on #6BB214 background.


Related colors

Complementary color

Complementary color for #hex is #944DEB.


I love getcolorcode.com

Triadic colors

1 #146BB2 and #B2146B with #6BB214 are triadic colors.

2 #14B26B and #B26B14 with #6BB214 are triadic colors.