COLOR #6BBD77

HEX: #6BBD77 RGB: (107,189,119)

Color info

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

RGB color model

#6BBD77 color RGB value is (107,189,119).

RGB: (107,189,119) (42%, 74%, 47%)

RGB channels and saturation

R 107 of 255 = 42%
G 189 of 255 = 74%
B 119 of 255 = 47%

107
189
119

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

Portions of RGB colors in percentages

R + G + B = 107 + 189 + 119 = 415 (100%)
R 107 of 415 ~ 25.78%
G 189 of 415 ~ 45.54%
B 119 of 415 ~ 28.67'%

%25.78
%45.54
%28.67

CMYK color model

#6BBD77 color CMYK value is (43,0,37,26).

  • cyan value is 43.39%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK: (43,0,37,26) C43M0Y37K26 (43%,0%,37%,26%) (0.43/0.00/0.37/0.26) 

CMYK percentages

%43.39
%0
%37.04
%25.88

Codes

Color #6BBD77 in popluar color models

6B BD 77
RGB 107 189 119
HSL 129° 38.32% 58.04%
HSB/HSV 129° 43.39% 74.12%
CMYK 43.39% 0.00% 37.04%
25.88%

Color #6BBD77 in popluar number systems.

HEX 6B BD 77
Decimal 107 189 119
Binary 1101011 10111101 1110111
Octal 153 275 167

Shades and tints

Shades of #6BBD77

#6BBD77
(107,189,119)
#62AC6D
(98,172,109)
#599B63
(89,155,99)
#508A59
(80,138,89)
#47794F
(71,121,79)
#3E6845
(62,104,69)
#35573B
(53,87,59)
#2C4631
(44,70,49)
#233527
(35,53,39)
#1A241D
(26,36,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6BBD77

#6BBD77
(107,189,119)
#78C383
(120,195,131)
#85C98F
(133,201,143)
#92CF9B
(146,207,155)
#9FD5A7
(159,213,167)
#ACDBB3
(172,219,179)
#B9E1BF
(185,225,191)
#C6E7CB
(198,231,203)
#D3EDD7
(211,237,215)
#E0F3E3
(224,243,227)
#EDF9EF
(237,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBD77 color. Also use rgb(107,189,119) instead hex code.

Text Font Color

.myTextColor { color: #6BBD77; }

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

This text font color is #6BBD77.

Background Color

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

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

This div background color is #6BBD77.

Border color

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

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

This div border color is #6BBD77.

Opacity

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

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

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

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

This text has shadow with #6BBD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBD77.

Preview

Color preview on black background

This text has color #6BBD77 on black background.


Color preview on white background

This text has color #6BBD77 on white background.


Black color preview on #6BBD77 background

This text has black color on #6BBD77 background.


White color preview on #6BBD77 background

This text has white color on #6BBD77 background.


Related colors

Complementary color

Complementary color for #hex is #944288.


I love getcolorcode.com

Triadic colors

1 #776BBD and #BD776B with #6BBD77 are triadic colors.

2 #77BD6B and #BD6B77 with #6BBD77 are triadic colors.