COLOR #6AB875

HEX: #6AB875
RGB: (106,184,117)

Color info

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

RGB color model

#6AB875 color RGB value is (106,184,117).

  • red value is 106;
  • green value is 184;
  • blue value is 117.
RGB:
(106,184,117)
(42%,72%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 184 of 255 = 72%
B 117 of 255 = 46%

106
184
117

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

Portions of RGB colors in percentages

R + G + B =
106 + 184 + 117 = 407 (100%)
R 106 of 407 ~ 26.04%
G 184 of 407 ~ 45.21%
B 117 of 407 ~ 28.75%

%26.04
%45.21
%28.75

CMYK color model

#6AB875 color CMYK value is (42,0,36,28).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(42,0,36,28)
C42M0Y36K28 
(42%,0%,36%,28%)
(0.42/0.00/0.36/0.28)	

CMYK percentages

%42.39
%0
%36.41
%27.84

Codes

Color #6AB875 in popluar color models

6AB875
RGB106184117
HSL128°35.45%56.86%
HSB/HSV128°42.39%72.16%
CMYK42.39%0.00%36.41%
27.84%

Color #6AB875 in popluar number systems.

HEX6AB875
Decimal106184117
Binary1101010101110001110101
Octal152270165

Shades and tints

Shades of #6AB875

#6AB875
(106,184,117)
#61A86B
(97,168,107)
#589861
(88,152,97)
#4F8857
(79,136,87)
#46784D
(70,120,77)
#3D6843
(61,104,67)
#345839
(52,88,57)
#2B482F
(43,72,47)
#223825
(34,56,37)
#19281B
(25,40,27)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #6AB875

#6AB875
(106,184,117)
#77BE81
(119,190,129)
#84C48D
(132,196,141)
#91CA99
(145,202,153)
#9ED0A5
(158,208,165)
#ABD6B1
(171,214,177)
#B8DCBD
(184,220,189)
#C5E2C9
(197,226,201)
#D2E8D5
(210,232,213)
#DFEEE1
(223,238,225)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB875 color. Also use rgb(106,184,117) instead hex code.

Text Font Color

.myTextColor { color: #6AB875; }

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

This text font color is #6AB875.


Background Color

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

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

This div background color is #6AB875.


Border color

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

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

This div border color is #6AB875.


Opacity

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

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

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

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

This text has shadow with #6AB875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB875 on black background.


Color preview on white background

This text has color #6AB875 on white background.



Black color preview on #6AB875 background

This text has black color on #6AB875 background.


White color preview on #6AB875 background

This text has white color on #6AB875 background.