COLOR #6AB767

HEX: #6AB767
RGB: (106,183,103)

Color info

#6AB767 contains mainly green color. Web safe color of #6AB767 is #66CC66 (or #6C6).

RGB color model

#6AB767 color RGB value is (106,183,103).

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

RGB channels and saturation

R 106 of 255 = 42%
G 183 of 255 = 72%
B 103 of 255 = 40%

106
183
103

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

Portions of RGB colors in percentages

R + G + B =
106 + 183 + 103 = 392 (100%)
R 106 of 392 ~ 27.04%
G 183 of 392 ~ 46.68%
B 103 of 392 ~ 26.28%

%27.04
%46.68
%26.28

CMYK color model

#6AB767 color CMYK value is (42,0,44,28).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 28.24%
CMYK:
(42,0,44,28)
C42M0Y44K28 
(42%,0%,44%,28%)
(0.42/0.00/0.44/0.28)	

CMYK percentages

%42.08
%0
%43.72
%28.24

Codes

Color #6AB767 in popluar color models

6AB767
RGB106183103
HSL118°35.71%56.08%
HSB/HSV118°43.72%71.76%
CMYK42.08%0.00%43.72%
28.24%

Color #6AB767 in popluar number systems.

HEX6AB767
Decimal106183103
Binary1101010101101111100111
Octal152267147

Shades and tints

Shades of #6AB767

#6AB767
(106,183,103)
#61A75E
(97,167,94)
#589755
(88,151,85)
#4F874C
(79,135,76)
#467743
(70,119,67)
#3D673A
(61,103,58)
#345731
(52,87,49)
#2B4728
(43,71,40)
#22371F
(34,55,31)
#192716
(25,39,22)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #6AB767

#6AB767
(106,183,103)
#77BD74
(119,189,116)
#84C381
(132,195,129)
#91C98E
(145,201,142)
#9ECF9B
(158,207,155)
#ABD5A8
(171,213,168)
#B8DBB5
(184,219,181)
#C5E1C2
(197,225,194)
#D2E7CF
(210,231,207)
#DFEDDC
(223,237,220)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB767; }

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

This text font color is #6AB767.


Background Color

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

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

This div background color is #6AB767.


Border color

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

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

This div border color is #6AB767.


Opacity

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

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

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

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

This text has shadow with #6AB767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB767 on black background.


Color preview on white background

This text has color #6AB767 on white background.



Black color preview on #6AB767 background

This text has black color on #6AB767 background.


White color preview on #6AB767 background

This text has white color on #6AB767 background.