COLOR #6BBB55

HEX: #6BBB55
RGB: (107,187,85)

Color info

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

RGB color model

#6BBB55 color RGB value is (107,187,85).

  • red value is 107;
  • green value is 187;
  • blue value is 85.
RGB:
(107,187,85)
(42%,73%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 187 of 255 = 73%
B 85 of 255 = 33%

107
187
85

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

Portions of RGB colors in percentages

R + G + B =
107 + 187 + 85 = 379 (100%)
R 107 of 379 ~ 28.23%
G 187 of 379 ~ 49.34%
B 85 of 379 ~ 22.43%

%28.23
%49.34
%22.43

CMYK color model

#6BBB55 color CMYK value is (43,0,55,27).

  • cyan value is 42.78%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 26.67%
CMYK:
(43,0,55,27)
C43M0Y55K27 
(43%,0%,55%,27%)
(0.43/0.00/0.55/0.27)	

CMYK percentages

%42.78
%0
%54.55
%26.67

Codes

Color #6BBB55 in popluar color models

6BBB55
RGB10718785
HSL107°42.86%53.33%
HSB/HSV107°54.55%73.33%
CMYK42.78%0.00%54.55%
26.67%

Color #6BBB55 in popluar number systems.

HEX6BBB55
Decimal10718785
Binary1101011101110111010101
Octal153273125

Shades and tints

Shades of #6BBB55

#6BBB55
(107,187,85)
#62AA4E
(98,170,78)
#599947
(89,153,71)
#508840
(80,136,64)
#477739
(71,119,57)
#3E6632
(62,102,50)
#35552B
(53,85,43)
#2C4424
(44,68,36)
#23331D
(35,51,29)
#1A2216
(26,34,22)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6BBB55

#6BBB55
(107,187,85)
#78C164
(120,193,100)
#85C773
(133,199,115)
#92CD82
(146,205,130)
#9FD391
(159,211,145)
#ACD9A0
(172,217,160)
#B9DFAF
(185,223,175)
#C6E5BE
(198,229,190)
#D3EBCD
(211,235,205)
#E0F1DC
(224,241,220)
#EDF7EB
(237,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBB55 color. Also use rgb(107,187,85) instead hex code.

Text Font Color

.myTextColor { color: #6BBB55; }

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

This text font color is #6BBB55.


Background Color

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

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

This div background color is #6BBB55.


Border color

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

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

This div border color is #6BBB55.


Opacity

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

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

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

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

This text has shadow with #6BBB55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBB55 on black background.


Color preview on white background

This text has color #6BBB55 on white background.



Black color preview on #6BBB55 background

This text has black color on #6BBB55 background.


White color preview on #6BBB55 background

This text has white color on #6BBB55 background.