COLOR #6AB353

HEX: #6AB353 RGB: (106,179,83)

Color info

#6AB353 contains mainly green color. Web safe color of #6AB353 is #669966 (or #696).

RGB color model

#6AB353 color RGB value is (106,179,83).

RGB: (106,179,83) (42%, 70%, 33%)

RGB channels and saturation

R 106 of 255 = 42%
G 179 of 255 = 70%
B 83 of 255 = 33%

106
179
83

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

Portions of RGB colors in percentages

R + G + B = 106 + 179 + 83 = 368 (100%)
R 106 of 368 ~ 28.8%
G 179 of 368 ~ 48.64%
B 83 of 368 ~ 22.55'%

%28.8
%48.64
%22.55

CMYK color model

#6AB353 color CMYK value is (41,0,54,30).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 53.63%
  • key color value is 29.80%

CMYK: (41,0,54,30)
C41M0Y54K30 (41%, 0%, 54%, 30%)
(0.41 / 0.00 / 0.54 / 0.30)

CMYK percentages

%40.78
%0
%53.63
%29.8

Codes

Color #6AB353 in popluar color models

6A B3 53
RGB 106 179 83
HSL 106° 38.71% 51.37%
HSB/HSV 106° 53.63% 70.20%
CMYK 40.78% 0.00% 53.63%
29.80%

Color #6AB353 in popluar number systems.

HEX 6A B3 53
Decimal 106 179 83
Binary 1101010 10110011 1010011
Octal 152 263 123

Shades and tints

Shades of #6AB353

#6AB353
(106,179,83)
#61A34C
(97,163,76)
#589345
(88,147,69)
#4F833E
(79,131,62)
#467337
(70,115,55)
#3D6330
(61,99,48)
#345329
(52,83,41)
#2B4322
(43,67,34)
#22331B
(34,51,27)
#192314
(25,35,20)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #6AB353

#6AB353
(106,179,83)
#77B962
(119,185,98)
#84BF71
(132,191,113)
#91C580
(145,197,128)
#9ECB8F
(158,203,143)
#ABD19E
(171,209,158)
#B8D7AD
(184,215,173)
#C5DDBC
(197,221,188)
#D2E3CB
(210,227,203)
#DFE9DA
(223,233,218)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB353 color. Also use rgb(106,179,83) instead hex code.

Text Font Color

.myTextColor { color: #6AB353; }

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

This text font color is #6AB353.

Background Color

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

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

This div background color is #6AB353.

Border color

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

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

This div border color is #6AB353.

Opacity

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

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

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

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

This text has shadow with #6AB353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB353.

Preview

Color preview on black background

This text has color #6AB353 on black background.


Color preview on white background

This text has color #6AB353 on white background.


Black color preview on #6AB353 background

This text has black color on #6AB353 background.


White color preview on #6AB353 background

This text has white color on #6AB353 background.


Related colors

Complementary color

Complementary color for #hex is #954CAC.


I love getcolorcode.com

Triadic colors

1 #536AB3 and #B3536A with #6AB353 are triadic colors.

2 #53B36A and #B36A53 with #6AB353 are triadic colors.