COLOR #6AAF60

HEX: #6AAF60 RGB: (106,175,96)

Color info

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

RGB color model

#6AAF60 color RGB value is (106,175,96).

RGB: (106,175,96) (42%, 69%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 175 of 255 = 69%
B 96 of 255 = 38%

106
175
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 175 + 96 = 377 (100%)
R 106 of 377 ~ 28.12%
G 175 of 377 ~ 46.42%
B 96 of 377 ~ 25.46'%

%28.12
%46.42
%25.46

CMYK color model

#6AAF60 color CMYK value is (39,0,45,31).

  • cyan value is 39.43%
  • magenta value is 0.00%
  • yellow value is 45.14%
  • key color value is 31.37%
CMYK: (39,0,45,31) C39M0Y45K31 (39%,0%,45%,31%) (0.39/0.00/0.45/0.31) 

CMYK percentages

%39.43
%0
%45.14
%31.37

Codes

Color #6AAF60 in popluar color models

6A AF 60
RGB 106 175 96
HSL 112° 33.05% 53.14%
HSB/HSV 112° 45.14% 68.63%
CMYK 39.43% 0.00% 45.14%
31.37%

Color #6AAF60 in popluar number systems.

HEX 6A AF 60
Decimal 106 175 96
Binary 1101010 10101111 1100000
Octal 152 257 140

Shades and tints

Shades of #6AAF60

#6AAF60
(106,175,96)
#61A058
(97,160,88)
#589150
(88,145,80)
#4F8248
(79,130,72)
#467340
(70,115,64)
#3D6438
(61,100,56)
#345530
(52,85,48)
#2B4628
(43,70,40)
#223720
(34,55,32)
#192818
(25,40,24)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #6AAF60

#6AAF60
(106,175,96)
#77B66E
(119,182,110)
#84BD7C
(132,189,124)
#91C48A
(145,196,138)
#9ECB98
(158,203,152)
#ABD2A6
(171,210,166)
#B8D9B4
(184,217,180)
#C5E0C2
(197,224,194)
#D2E7D0
(210,231,208)
#DFEEDE
(223,238,222)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAF60 color. Also use rgb(106,175,96) instead hex code.

Text Font Color

.myTextColor { color: #6AAF60; }

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

This text font color is #6AAF60.

Background Color

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

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

This div background color is #6AAF60.

Border color

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

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

This div border color is #6AAF60.

Opacity

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

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

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

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

This text has shadow with #6AAF60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAF60.

Preview

Color preview on black background

This text has color #6AAF60 on black background.


Color preview on white background

This text has color #6AAF60 on white background.


Black color preview on #6AAF60 background

This text has black color on #6AAF60 background.


White color preview on #6AAF60 background

This text has white color on #6AAF60 background.


Related colors

Complementary color

Complementary color for #hex is #95509F.


I love getcolorcode.com

Triadic colors

1 #606AAF and #AF606A with #6AAF60 are triadic colors.

2 #60AF6A and #AF6A60 with #6AAF60 are triadic colors.