COLOR #6BB03A

HEX: #6BB03A
RGB: (107,176,58)

Color info

#6BB03A contains mainly green color. Web safe color of #6BB03A is #669933 (or #693).

RGB color model

#6BB03A color RGB value is (107,176,58).

  • red value is 107;
  • green value is 176;
  • blue value is 58.
RGB:
(107,176,58)
(42%,69%,23%)

RGB channels and saturation

R 107 of 255 = 42%
G 176 of 255 = 69%
B 58 of 255 = 23%

107
176
58

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

Portions of RGB colors in percentages

R + G + B =
107 + 176 + 58 = 341 (100%)
R 107 of 341 ~ 31.38%
G 176 of 341 ~ 51.61%
B 58 of 341 ~ 17.01%

%31.38
%51.61
%17.01

CMYK color model

#6BB03A color CMYK value is (39,0,67,31).

  • cyan value is 39.20%
  • magenta value is 0.00%
  • yellow value is 67.05%
  • key color value is 30.98%
CMYK:
(39,0,67,31)
C39M0Y67K31 
(39%,0%,67%,31%)
(0.39/0.00/0.67/0.31)	

CMYK percentages

%39.2
%0
%67.05
%30.98

Codes

Color #6BB03A in popluar color models

6BB03A
RGB10717658
HSL95°50.43%45.88%
HSB/HSV95°67.05%69.02%
CMYK39.20%0.00%67.05%
30.98%

Color #6BB03A in popluar number systems.

HEX6BB03A
Decimal10717658
Binary110101110110000111010
Octal15326072

Shades and tints

Shades of #6BB03A

#6BB03A
(107,176,58)
#62A035
(98,160,53)
#599030
(89,144,48)
#50802B
(80,128,43)
#477026
(71,112,38)
#3E6021
(62,96,33)
#35501C
(53,80,28)
#2C4017
(44,64,23)
#233012
(35,48,18)
#1A200D
(26,32,13)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #6BB03A

#6BB03A
(107,176,58)
#78B74B
(120,183,75)
#85BE5C
(133,190,92)
#92C56D
(146,197,109)
#9FCC7E
(159,204,126)
#ACD38F
(172,211,143)
#B9DAA0
(185,218,160)
#C6E1B1
(198,225,177)
#D3E8C2
(211,232,194)
#E0EFD3
(224,239,211)
#EDF6E4
(237,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB03A color. Also use rgb(107,176,58) instead hex code.

Text Font Color

.myTextColor { color: #6BB03A; }

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

This text font color is #6BB03A.


Background Color

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

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

This div background color is #6BB03A.


Border color

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

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

This div border color is #6BB03A.


Opacity

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

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

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

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

This text has shadow with #6BB03A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB03A on black background.


Color preview on white background

This text has color #6BB03A on white background.



Black color preview on #6BB03A background

This text has black color on #6BB03A background.


White color preview on #6BB03A background

This text has white color on #6BB03A background.