COLOR #6BB175

HEX: #6BB175
RGB: (107,177,117)

Color info

#6BB175 contains mainly green color. Web safe color of #6BB175 is #669966 (or #696).

RGB color model

#6BB175 color RGB value is (107,177,117).

  • red value is 107;
  • green value is 177;
  • blue value is 117.
RGB:
(107,177,117)
(42%,69%,46%)

RGB channels and saturation

R 107 of 255 = 42%
G 177 of 255 = 69%
B 117 of 255 = 46%

107
177
117

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

Portions of RGB colors in percentages

R + G + B =
107 + 177 + 117 = 401 (100%)
R 107 of 401 ~ 26.68%
G 177 of 401 ~ 44.14%
B 117 of 401 ~ 29.18%

%26.68
%44.14
%29.18

CMYK color model

#6BB175 color CMYK value is (40,0,34,31).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(40,0,34,31)
C40M0Y34K31 
(40%,0%,34%,31%)
(0.40/0.00/0.34/0.31)	

CMYK percentages

%39.55
%0
%33.9
%30.59

Codes

Color #6BB175 in popluar color models

6BB175
RGB107177117
HSL129°30.97%55.69%
HSB/HSV129°39.55%69.41%
CMYK39.55%0.00%33.90%
30.59%

Color #6BB175 in popluar number systems.

HEX6BB175
Decimal107177117
Binary1101011101100011110101
Octal153261165

Shades and tints

Shades of #6BB175

#6BB175
(107,177,117)
#62A16B
(98,161,107)
#599161
(89,145,97)
#508157
(80,129,87)
#47714D
(71,113,77)
#3E6143
(62,97,67)
#355139
(53,81,57)
#2C412F
(44,65,47)
#233125
(35,49,37)
#1A211B
(26,33,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #6BB175

#6BB175
(107,177,117)
#78B881
(120,184,129)
#85BF8D
(133,191,141)
#92C699
(146,198,153)
#9FCDA5
(159,205,165)
#ACD4B1
(172,212,177)
#B9DBBD
(185,219,189)
#C6E2C9
(198,226,201)
#D3E9D5
(211,233,213)
#E0F0E1
(224,240,225)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB175 color. Also use rgb(107,177,117) instead hex code.

Text Font Color

.myTextColor { color: #6BB175; }

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

This text font color is #6BB175.


Background Color

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

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

This div background color is #6BB175.


Border color

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

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

This div border color is #6BB175.


Opacity

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

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

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

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

This text has shadow with #6BB175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB175 on black background.


Color preview on white background

This text has color #6BB175 on white background.



Black color preview on #6BB175 background

This text has black color on #6BB175 background.


White color preview on #6BB175 background

This text has white color on #6BB175 background.