COLOR #6BA78E

HEX: #6BA78E
RGB: (107,167,142)

Color info

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

RGB color model

#6BA78E color RGB value is (107,167,142).

  • red value is 107;
  • green value is 167;
  • blue value is 142.
RGB:
(107,167,142)
(42%,65%,56%)

RGB channels and saturation

R 107 of 255 = 42%
G 167 of 255 = 65%
B 142 of 255 = 56%

107
167
142

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

Portions of RGB colors in percentages

R + G + B =
107 + 167 + 142 = 416 (100%)
R 107 of 416 ~ 25.72%
G 167 of 416 ~ 40.14%
B 142 of 416 ~ 34.13%

%25.72
%40.14
%34.13

CMYK color model

#6BA78E color CMYK value is (36,0,15,35).

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(36,0,15,35)
C36M0Y15K35 
(36%,0%,15%,35%)
(0.36/0.00/0.15/0.35)	

CMYK percentages

%35.93
%0
%14.97
%34.51

Codes

Color #6BA78E in popluar color models

6BA78E
RGB107167142
HSL155°25.42%53.73%
HSB/HSV155°35.93%65.49%
CMYK35.93%0.00%14.97%
34.51%

Color #6BA78E in popluar number systems.

HEX6BA78E
Decimal107167142
Binary11010111010011110001110
Octal153247216

Shades and tints

Shades of #6BA78E

#6BA78E
(107,167,142)
#629882
(98,152,130)
#598976
(89,137,118)
#507A6A
(80,122,106)
#476B5E
(71,107,94)
#3E5C52
(62,92,82)
#354D46
(53,77,70)
#2C3E3A
(44,62,58)
#232F2E
(35,47,46)
#1A2022
(26,32,34)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #6BA78E

#6BA78E
(107,167,142)
#78AF98
(120,175,152)
#85B7A2
(133,183,162)
#92BFAC
(146,191,172)
#9FC7B6
(159,199,182)
#ACCFC0
(172,207,192)
#B9D7CA
(185,215,202)
#C6DFD4
(198,223,212)
#D3E7DE
(211,231,222)
#E0EFE8
(224,239,232)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA78E color. Also use rgb(107,167,142) instead hex code.

Text Font Color

.myTextColor { color: #6BA78E; }

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

This text font color is #6BA78E.


Background Color

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

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

This div background color is #6BA78E.


Border color

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

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

This div border color is #6BA78E.


Opacity

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

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

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

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

This text has shadow with #6BA78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA78E on black background.


Color preview on white background

This text has color #6BA78E on white background.



Black color preview on #6BA78E background

This text has black color on #6BA78E background.


White color preview on #6BA78E background

This text has white color on #6BA78E background.