COLOR #6BB082

HEX: #6BB082 RGB: (107,176,130)

Color info

#6BB082 contains mainly green and blue colors. Web safe color of #6BB082 is #669999 (or #699).

RGB color model

#6BB082 color RGB value is (107,176,130).

RGB: (107,176,130) (42%, 69%, 51%)

RGB channels and saturation

R 107 of 255 = 42%
G 176 of 255 = 69%
B 130 of 255 = 51%

107
176
130

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

Portions of RGB colors in percentages

R + G + B = 107 + 176 + 130 = 413 (100%)
R 107 of 413 ~ 25.91%
G 176 of 413 ~ 42.62%
B 130 of 413 ~ 31.48'%

%25.91
%42.62
%31.48

CMYK color model

#6BB082 color CMYK value is (39,0,26,31).

  • cyan value is 39.20%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 30.98%

CMYK: (39,0,26,31)
C39M0Y26K31 (39%, 0%, 26%, 31%)
(0.39 / 0.00 / 0.26 / 0.31)

CMYK percentages

%39.2
%0
%26.14
%30.98

Codes

Color #6BB082 in popluar color models

6B B0 82
RGB 107 176 130
HSL 140° 30.40% 55.49%
HSB/HSV 140° 39.20% 69.02%
CMYK 39.20% 0.00% 26.14%
30.98%

Color #6BB082 in popluar number systems.

HEX 6B B0 82
Decimal 107 176 130
Binary 1101011 10110000 10000010
Octal 153 260 202

Shades and tints

Shades of #6BB082

#6BB082
(107,176,130)
#62A077
(98,160,119)
#59906C
(89,144,108)
#508061
(80,128,97)
#477056
(71,112,86)
#3E604B
(62,96,75)
#355040
(53,80,64)
#2C4035
(44,64,53)
#23302A
(35,48,42)
#1A201F
(26,32,31)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #6BB082

#6BB082
(107,176,130)
#78B78D
(120,183,141)
#85BE98
(133,190,152)
#92C5A3
(146,197,163)
#9FCCAE
(159,204,174)
#ACD3B9
(172,211,185)
#B9DAC4
(185,218,196)
#C6E1CF
(198,225,207)
#D3E8DA
(211,232,218)
#E0EFE5
(224,239,229)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB082; }

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

This text font color is #6BB082.

Background Color

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

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

This div background color is #6BB082.

Border color

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

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

This div border color is #6BB082.

Opacity

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

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

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

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

This text has shadow with #6BB082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB082.

Preview

Color preview on black background

This text has color #6BB082 on black background.


Color preview on white background

This text has color #6BB082 on white background.


Black color preview on #6BB082 background

This text has black color on #6BB082 background.


White color preview on #6BB082 background

This text has white color on #6BB082 background.


Related colors

Complementary color

Complementary color for #hex is #944F7D.


I love getcolorcode.com

Triadic colors

1 #826BB0 and #B0826B with #6BB082 are triadic colors.

2 #82B06B and #B06B82 with #6BB082 are triadic colors.