COLOR #6B9782

HEX: #6B9782
RGB: (107,151,130)

Color info

#6B9782 contains red, green and blue colors in about the same proportion. Web safe color of #6B9782 is #669999 (or #699).

RGB color model

#6B9782 color RGB value is (107,151,130).

  • red value is 107;
  • green value is 151;
  • blue value is 130.
RGB:
(107,151,130)
(42%,59%,51%)

RGB channels and saturation

R 107 of 255 = 42%
G 151 of 255 = 59%
B 130 of 255 = 51%

107
151
130

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

Portions of RGB colors in percentages

R + G + B =
107 + 151 + 130 = 388 (100%)
R 107 of 388 ~ 27.58%
G 151 of 388 ~ 38.92%
B 130 of 388 ~ 33.51%

%27.58
%38.92
%33.51

CMYK color model

#6B9782 color CMYK value is (29,0,14,41).

  • cyan value is 29.14%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 40.78%
CMYK:
(29,0,14,41)
C29M0Y14K41 
(29%,0%,14%,41%)
(0.29/0.00/0.14/0.41)	

CMYK percentages

%29.14
%0
%13.91
%40.78

Codes

Color #6B9782 in popluar color models

6B9782
RGB107151130
HSL151°17.46%50.59%
HSB/HSV151°29.14%59.22%
CMYK29.14%0.00%13.91%
40.78%

Color #6B9782 in popluar number systems.

HEX6B9782
Decimal107151130
Binary11010111001011110000010
Octal153227202

Shades and tints

Shades of #6B9782

#6B9782
(107,151,130)
#628A77
(98,138,119)
#597D6C
(89,125,108)
#507061
(80,112,97)
#476356
(71,99,86)
#3E564B
(62,86,75)
#354940
(53,73,64)
#2C3C35
(44,60,53)
#232F2A
(35,47,42)
#1A221F
(26,34,31)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #6B9782

#6B9782
(107,151,130)
#78A08D
(120,160,141)
#85A998
(133,169,152)
#92B2A3
(146,178,163)
#9FBBAE
(159,187,174)
#ACC4B9
(172,196,185)
#B9CDC4
(185,205,196)
#C6D6CF
(198,214,207)
#D3DFDA
(211,223,218)
#E0E8E5
(224,232,229)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9782; }

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

This text font color is #6B9782.


Background Color

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

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

This div background color is #6B9782.


Border color

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

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

This div border color is #6B9782.


Opacity

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

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

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

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

This text has shadow with #6B9782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9782 on black background.


Color preview on white background

This text has color #6B9782 on white background.



Black color preview on #6B9782 background

This text has black color on #6B9782 background.


White color preview on #6B9782 background

This text has white color on #6B9782 background.