COLOR #6BBC69

HEX: #6BBC69 RGB: (107,188,105)

Color info

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

RGB color model

#6BBC69 color RGB value is (107,188,105).

RGB: (107,188,105) (42%, 74%, 41%)

RGB channels and saturation

R 107 of 255 = 42%
G 188 of 255 = 74%
B 105 of 255 = 41%

107
188
105

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

Portions of RGB colors in percentages

R + G + B = 107 + 188 + 105 = 400 (100%)
R 107 of 400 ~ 26.75%
G 188 of 400 ~ 47%
B 105 of 400 ~ 26.25'%

%26.75
%47
%26.25

CMYK color model

#6BBC69 color CMYK value is (43,0,44,26).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 44.15%
  • key color value is 26.27%

CMYK: (43,0,44,26)
C43M0Y44K26 (43%, 0%, 44%, 26%)
(0.43 / 0.00 / 0.44 / 0.26)

CMYK percentages

%43.09
%0
%44.15
%26.27

Codes

Color #6BBC69 in popluar color models

6B BC 69
RGB 107 188 105
HSL 119° 38.25% 57.45%
HSB/HSV 119° 44.15% 73.73%
CMYK 43.09% 0.00% 44.15%
26.27%

Color #6BBC69 in popluar number systems.

HEX 6B BC 69
Decimal 107 188 105
Binary 1101011 10111100 1101001
Octal 153 274 151

Shades and tints

Shades of #6BBC69

#6BBC69
(107,188,105)
#62AB60
(98,171,96)
#599A57
(89,154,87)
#50894E
(80,137,78)
#477845
(71,120,69)
#3E673C
(62,103,60)
#355633
(53,86,51)
#2C452A
(44,69,42)
#233421
(35,52,33)
#1A2318
(26,35,24)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6BBC69

#6BBC69
(107,188,105)
#78C276
(120,194,118)
#85C883
(133,200,131)
#92CE90
(146,206,144)
#9FD49D
(159,212,157)
#ACDAAA
(172,218,170)
#B9E0B7
(185,224,183)
#C6E6C4
(198,230,196)
#D3ECD1
(211,236,209)
#E0F2DE
(224,242,222)
#EDF8EB
(237,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBC69 color. Also use rgb(107,188,105) instead hex code.

Text Font Color

.myTextColor { color: #6BBC69; }

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

This text font color is #6BBC69.

Background Color

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

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

This div background color is #6BBC69.

Border color

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

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

This div border color is #6BBC69.

Opacity

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

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

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

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

This text has shadow with #6BBC69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBC69.

Preview

Color preview on black background

This text has color #6BBC69 on black background.


Color preview on white background

This text has color #6BBC69 on white background.


Black color preview on #6BBC69 background

This text has black color on #6BBC69 background.


White color preview on #6BBC69 background

This text has white color on #6BBC69 background.


Related colors

Complementary color

Complementary color for #hex is #944396.


I love getcolorcode.com

Triadic colors

1 #696BBC and #BC696B with #6BBC69 are triadic colors.

2 #69BC6B and #BC6B69 with #6BBC69 are triadic colors.