COLOR #6BB230

HEX: #6BB230
RGB: (107,178,48)

Color info

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

RGB color model

#6BB230 color RGB value is (107,178,48).

  • red value is 107;
  • green value is 178;
  • blue value is 48.
RGB:
(107,178,48)
(42%,70%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 178 of 255 = 70%
B 48 of 255 = 19%

107
178
48

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

Portions of RGB colors in percentages

R + G + B =
107 + 178 + 48 = 333 (100%)
R 107 of 333 ~ 32.13%
G 178 of 333 ~ 53.45%
B 48 of 333 ~ 14.41%

%32.13
%53.45
%14.41

CMYK color model

#6BB230 color CMYK value is (40,0,73,30).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 73.03%
  • key color value is 30.20%
CMYK:
(40,0,73,30)
C40M0Y73K30 
(40%,0%,73%,30%)
(0.40/0.00/0.73/0.30)	

CMYK percentages

%39.89
%0
%73.03
%30.2

Codes

Color #6BB230 in popluar color models

6BB230
RGB10717848
HSL93°57.52%44.31%
HSB/HSV93°73.03%69.80%
CMYK39.89%0.00%73.03%
30.20%

Color #6BB230 in popluar number systems.

HEX6BB230
Decimal10717848
Binary110101110110010110000
Octal15326260

Shades and tints

Shades of #6BB230

#6BB230
(107,178,48)
#62A22C
(98,162,44)
#599228
(89,146,40)
#508224
(80,130,36)
#477220
(71,114,32)
#3E621C
(62,98,28)
#355218
(53,82,24)
#2C4214
(44,66,20)
#233210
(35,50,16)
#1A220C
(26,34,12)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #6BB230

#6BB230
(107,178,48)
#78B942
(120,185,66)
#85C054
(133,192,84)
#92C766
(146,199,102)
#9FCE78
(159,206,120)
#ACD58A
(172,213,138)
#B9DC9C
(185,220,156)
#C6E3AE
(198,227,174)
#D3EAC0
(211,234,192)
#E0F1D2
(224,241,210)
#EDF8E4
(237,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB230; }

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

This text font color is #6BB230.


Background Color

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

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

This div background color is #6BB230.


Border color

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

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

This div border color is #6BB230.


Opacity

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

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

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

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

This text has shadow with #6BB230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB230 on black background.


Color preview on white background

This text has color #6BB230 on white background.



Black color preview on #6BB230 background

This text has black color on #6BB230 background.


White color preview on #6BB230 background

This text has white color on #6BB230 background.