COLOR #6AB662

HEX: #6AB662 RGB: (106,182,98)

Color info

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

RGB color model

#6AB662 color RGB value is (106,182,98).

RGB: (106,182,98) (42%, 71%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 182 of 255 = 71%
B 98 of 255 = 38%

106
182
98

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

Portions of RGB colors in percentages

R + G + B = 106 + 182 + 98 = 386 (100%)
R 106 of 386 ~ 27.46%
G 182 of 386 ~ 47.15%
B 98 of 386 ~ 25.39'%

%27.46
%47.15
%25.39

CMYK color model

#6AB662 color CMYK value is (42,0,46,29).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 28.63%

CMYK: (42,0,46,29)
C42M0Y46K29 (42%, 0%, 46%, 29%)
(0.42 / 0.00 / 0.46 / 0.29)

CMYK percentages

%41.76
%0
%46.15
%28.63

Codes

Color #6AB662 in popluar color models

6A B6 62
RGB 106 182 98
HSL 114° 36.52% 54.90%
HSB/HSV 114° 46.15% 71.37%
CMYK 41.76% 0.00% 46.15%
28.63%

Color #6AB662 in popluar number systems.

HEX 6A B6 62
Decimal 106 182 98
Binary 1101010 10110110 1100010
Octal 152 266 142

Shades and tints

Shades of #6AB662

#6AB662
(106,182,98)
#61A65A
(97,166,90)
#589652
(88,150,82)
#4F864A
(79,134,74)
#467642
(70,118,66)
#3D663A
(61,102,58)
#345632
(52,86,50)
#2B462A
(43,70,42)
#223622
(34,54,34)
#19261A
(25,38,26)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6AB662

#6AB662
(106,182,98)
#77BC70
(119,188,112)
#84C27E
(132,194,126)
#91C88C
(145,200,140)
#9ECE9A
(158,206,154)
#ABD4A8
(171,212,168)
#B8DAB6
(184,218,182)
#C5E0C4
(197,224,196)
#D2E6D2
(210,230,210)
#DFECE0
(223,236,224)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB662 color. Also use rgb(106,182,98) instead hex code.

Text Font Color

.myTextColor { color: #6AB662; }

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

This text font color is #6AB662.

Background Color

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

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

This div background color is #6AB662.

Border color

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

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

This div border color is #6AB662.

Opacity

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

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

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

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

This text has shadow with #6AB662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB662.

Preview

Color preview on black background

This text has color #6AB662 on black background.


Color preview on white background

This text has color #6AB662 on white background.


Black color preview on #6AB662 background

This text has black color on #6AB662 background.


White color preview on #6AB662 background

This text has white color on #6AB662 background.


Related colors

Complementary color

Complementary color for #hex is #95499D.


I love getcolorcode.com

Triadic colors

1 #626AB6 and #B6626A with #6AB662 are triadic colors.

2 #62B66A and #B66A62 with #6AB662 are triadic colors.