COLOR #6BC03B

HEX: #6BC03B RGB: (107,192,59)

Color info

#6BC03B contains mainly green color. Web safe color of #6BC03B is #66CC33 (or #6C3).

RGB color model

#6BC03B color RGB value is (107,192,59).

RGB: (107,192,59) (42%, 75%, 23%)

RGB channels and saturation

R 107 of 255 = 42%
G 192 of 255 = 75%
B 59 of 255 = 23%

107
192
59

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

Portions of RGB colors in percentages

R + G + B = 107 + 192 + 59 = 358 (100%)
R 107 of 358 ~ 29.89%
G 192 of 358 ~ 53.63%
B 59 of 358 ~ 16.48'%

%29.89
%53.63
%16.48

CMYK color model

#6BC03B color CMYK value is (44,0,69,25).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 69.27%
  • key color value is 24.71%

CMYK: (44,0,69,25)
C44M0Y69K25 (44%, 0%, 69%, 25%)
(0.44 / 0.00 / 0.69 / 0.25)

CMYK percentages

%44.27
%0
%69.27
%24.71

Codes

Color #6BC03B in popluar color models

6B C0 3B
RGB 107 192 59
HSL 98° 52.99% 49.22%
HSB/HSV 98° 69.27% 75.29%
CMYK 44.27% 0.00% 69.27%
24.71%

Color #6BC03B in popluar number systems.

HEX 6B C0 3B
Decimal 107 192 59
Binary 1101011 11000000 111011
Octal 153 300 73

Shades and tints

Shades of #6BC03B

#6BC03B
(107,192,59)
#62AF36
(98,175,54)
#599E31
(89,158,49)
#508D2C
(80,141,44)
#477C27
(71,124,39)
#3E6B22
(62,107,34)
#355A1D
(53,90,29)
#2C4918
(44,73,24)
#233813
(35,56,19)
#1A270E
(26,39,14)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #6BC03B

#6BC03B
(107,192,59)
#78C54C
(120,197,76)
#85CA5D
(133,202,93)
#92CF6E
(146,207,110)
#9FD47F
(159,212,127)
#ACD990
(172,217,144)
#B9DEA1
(185,222,161)
#C6E3B2
(198,227,178)
#D3E8C3
(211,232,195)
#E0EDD4
(224,237,212)
#EDF2E5
(237,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC03B color. Also use rgb(107,192,59) instead hex code.

Text Font Color

.myTextColor { color: #6BC03B; }

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

This text font color is #6BC03B.

Background Color

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

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

This div background color is #6BC03B.

Border color

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

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

This div border color is #6BC03B.

Opacity

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

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

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

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

This text has shadow with #6BC03B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BC03B.

Preview

Color preview on black background

This text has color #6BC03B on black background.


Color preview on white background

This text has color #6BC03B on white background.


Black color preview on #6BC03B background

This text has black color on #6BC03B background.


White color preview on #6BC03B background

This text has white color on #6BC03B background.


Related colors

Complementary color

Complementary color for #hex is #943FC4.


I love getcolorcode.com

Triadic colors

1 #3B6BC0 and #C03B6B with #6BC03B are triadic colors.

2 #3BC06B and #C06B3B with #6BC03B are triadic colors.