COLOR #6AB782

HEX: #6AB782
RGB: (106,183,130)

Color info

#6AB782 contains mainly green and blue colors. Web safe color of #6AB782 is #66CC99 (or #6C9).

RGB color model

#6AB782 color RGB value is (106,183,130).

  • red value is 106;
  • green value is 183;
  • blue value is 130.
RGB:
(106,183,130)
(42%,72%,51%)

RGB channels and saturation

R 106 of 255 = 42%
G 183 of 255 = 72%
B 130 of 255 = 51%

106
183
130

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

Portions of RGB colors in percentages

R + G + B =
106 + 183 + 130 = 419 (100%)
R 106 of 419 ~ 25.3%
G 183 of 419 ~ 43.68%
B 130 of 419 ~ 31.03%

%25.3
%43.68
%31.03

CMYK color model

#6AB782 color CMYK value is (42,0,29,28).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%
CMYK:
(42,0,29,28)
C42M0Y29K28 
(42%,0%,29%,28%)
(0.42/0.00/0.29/0.28)	

CMYK percentages

%42.08
%0
%28.96
%28.24

Codes

Color #6AB782 in popluar color models

6AB782
RGB106183130
HSL139°34.84%56.67%
HSB/HSV139°42.08%71.76%
CMYK42.08%0.00%28.96%
28.24%

Color #6AB782 in popluar number systems.

HEX6AB782
Decimal106183130
Binary11010101011011110000010
Octal152267202

Shades and tints

Shades of #6AB782

#6AB782
(106,183,130)
#61A777
(97,167,119)
#58976C
(88,151,108)
#4F8761
(79,135,97)
#467756
(70,119,86)
#3D674B
(61,103,75)
#345740
(52,87,64)
#2B4735
(43,71,53)
#22372A
(34,55,42)
#19271F
(25,39,31)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #6AB782

#6AB782
(106,183,130)
#77BD8D
(119,189,141)
#84C398
(132,195,152)
#91C9A3
(145,201,163)
#9ECFAE
(158,207,174)
#ABD5B9
(171,213,185)
#B8DBC4
(184,219,196)
#C5E1CF
(197,225,207)
#D2E7DA
(210,231,218)
#DFEDE5
(223,237,229)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB782 color. Also use rgb(106,183,130) instead hex code.

Text Font Color

.myTextColor { color: #6AB782; }

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

This text font color is #6AB782.


Background Color

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

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

This div background color is #6AB782.


Border color

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

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

This div border color is #6AB782.


Opacity

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

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

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

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

This text has shadow with #6AB782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB782 on black background.


Color preview on white background

This text has color #6AB782 on white background.



Black color preview on #6AB782 background

This text has black color on #6AB782 background.


White color preview on #6AB782 background

This text has white color on #6AB782 background.