COLOR #6AB962

HEX: #6AB962 RGB: (106,185,98)

Color info

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

RGB color model

#6AB962 color RGB value is (106,185,98).

RGB: (106,185,98) (42%, 73%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 185 of 255 = 73%
B 98 of 255 = 38%

106
185
98

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

Portions of RGB colors in percentages

R + G + B = 106 + 185 + 98 = 389 (100%)
R 106 of 389 ~ 27.25%
G 185 of 389 ~ 47.56%
B 98 of 389 ~ 25.19'%

%27.25
%47.56
%25.19

CMYK color model

#6AB962 color CMYK value is (43,0,47,27).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 47.03%
  • key color value is 27.45%

CMYK: (43,0,47,27)
C43M0Y47K27 (43%, 0%, 47%, 27%)
(0.43 / 0.00 / 0.47 / 0.27)

CMYK percentages

%42.7
%0
%47.03
%27.45

Codes

Color #6AB962 in popluar color models

6A B9 62
RGB 106 185 98
HSL 114° 38.33% 55.49%
HSB/HSV 114° 47.03% 72.55%
CMYK 42.70% 0.00% 47.03%
27.45%

Color #6AB962 in popluar number systems.

HEX 6A B9 62
Decimal 106 185 98
Binary 1101010 10111001 1100010
Octal 152 271 142

Shades and tints

Shades of #6AB962

#6AB962
(106,185,98)
#61A95A
(97,169,90)
#589952
(88,153,82)
#4F894A
(79,137,74)
#467942
(70,121,66)
#3D693A
(61,105,58)
#345932
(52,89,50)
#2B492A
(43,73,42)
#223922
(34,57,34)
#19291A
(25,41,26)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #6AB962

#6AB962
(106,185,98)
#77BF70
(119,191,112)
#84C57E
(132,197,126)
#91CB8C
(145,203,140)
#9ED19A
(158,209,154)
#ABD7A8
(171,215,168)
#B8DDB6
(184,221,182)
#C5E3C4
(197,227,196)
#D2E9D2
(210,233,210)
#DFEFE0
(223,239,224)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB962; }

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

This text font color is #6AB962.

Background Color

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

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

This div background color is #6AB962.

Border color

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

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

This div border color is #6AB962.

Opacity

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

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

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

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

This text has shadow with #6AB962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB962.

Preview

Color preview on black background

This text has color #6AB962 on black background.


Color preview on white background

This text has color #6AB962 on white background.


Black color preview on #6AB962 background

This text has black color on #6AB962 background.


White color preview on #6AB962 background

This text has white color on #6AB962 background.


Related colors

Complementary color

Complementary color for #hex is #95469D.


I love getcolorcode.com

Triadic colors

1 #626AB9 and #B9626A with #6AB962 are triadic colors.

2 #62B96A and #B96A62 with #6AB962 are triadic colors.