COLOR #6AA842

HEX: #6AA842 RGB: (106,168,66)

Color info

#6AA842 contains mainly green color. Web safe color of #6AA842 is #669933 (or #693).

RGB color model

#6AA842 color RGB value is (106,168,66).

RGB: (106,168,66) (42%, 66%, 26%)

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 66 of 255 = 26%

106
168
66

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

Portions of RGB colors in percentages

R + G + B = 106 + 168 + 66 = 340 (100%)
R 106 of 340 ~ 31.18%
G 168 of 340 ~ 49.41%
B 66 of 340 ~ 19.41'%

%31.18
%49.41
%19.41

CMYK color model

#6AA842 color CMYK value is (37,0,61,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 34.12%

CMYK: (37,0,61,34)
C37M0Y61K34 (37%, 0%, 61%, 34%)
(0.37 / 0.00 / 0.61 / 0.34)

CMYK percentages

%36.9
%0
%60.71
%34.12

Codes

Color #6AA842 in popluar color models

6A A8 42
RGB 106 168 66
HSL 96° 43.59% 45.88%
HSB/HSV 96° 60.71% 65.88%
CMYK 36.90% 0.00% 60.71%
34.12%

Color #6AA842 in popluar number systems.

HEX 6A A8 42
Decimal 106 168 66
Binary 1101010 10101000 1000010
Octal 152 250 102

Shades and tints

Shades of #6AA842

#6AA842
(106,168,66)
#61993C
(97,153,60)
#588A36
(88,138,54)
#4F7B30
(79,123,48)
#466C2A
(70,108,42)
#3D5D24
(61,93,36)
#344E1E
(52,78,30)
#2B3F18
(43,63,24)
#223012
(34,48,18)
#19210C
(25,33,12)
#101206
(16,18,6)
#000000
(0,0,0)

Tints of #6AA842

#6AA842
(106,168,66)
#77AF53
(119,175,83)
#84B664
(132,182,100)
#91BD75
(145,189,117)
#9EC486
(158,196,134)
#ABCB97
(171,203,151)
#B8D2A8
(184,210,168)
#C5D9B9
(197,217,185)
#D2E0CA
(210,224,202)
#DFE7DB
(223,231,219)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA842 color. Also use rgb(106,168,66) instead hex code.

Text Font Color

.myTextColor { color: #6AA842; }

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

This text font color is #6AA842.

Background Color

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

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

This div background color is #6AA842.

Border color

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

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

This div border color is #6AA842.

Opacity

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

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

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

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

This text has shadow with #6AA842 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA842.

Preview

Color preview on black background

This text has color #6AA842 on black background.


Color preview on white background

This text has color #6AA842 on white background.


Black color preview on #6AA842 background

This text has black color on #6AA842 background.


White color preview on #6AA842 background

This text has white color on #6AA842 background.


Related colors

Complementary color

Complementary color for #hex is #9557BD.


I love getcolorcode.com

Triadic colors

1 #426AA8 and #A8426A with #6AA842 are triadic colors.

2 #42A86A and #A86A42 with #6AA842 are triadic colors.