COLOR #6A9060

HEX: #6A9060 RGB: (106,144,96)

Color info

#6A9060 contains red, green and blue colors in about the same proportion. Web safe color of #6A9060 is #669966 (or #696).

RGB color model

#6A9060 color RGB value is (106,144,96).

RGB: (106,144,96) (42%, 56%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 144 of 255 = 56%
B 96 of 255 = 38%

106
144
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 144 + 96 = 346 (100%)
R 106 of 346 ~ 30.64%
G 144 of 346 ~ 41.62%
B 96 of 346 ~ 27.75'%

%30.64
%41.62
%27.75

CMYK color model

#6A9060 color CMYK value is (26,0,33,44).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 43.53%
CMYK: (26,0,33,44) C26M0Y33K44 (26%,0%,33%,44%) (0.26/0.00/0.33/0.44) 

CMYK percentages

%26.39
%0
%33.33
%43.53

Codes

Color #6A9060 in popluar color models

6A 90 60
RGB 106 144 96
HSL 108° 20.00% 47.06%
HSB/HSV 108° 33.33% 56.47%
CMYK 26.39% 0.00% 33.33%
43.53%

Color #6A9060 in popluar number systems.

HEX 6A 90 60
Decimal 106 144 96
Binary 1101010 10010000 1100000
Octal 152 220 140

Shades and tints

Shades of #6A9060

#6A9060
(106,144,96)
#618358
(97,131,88)
#587650
(88,118,80)
#4F6948
(79,105,72)
#465C40
(70,92,64)
#3D4F38
(61,79,56)
#344230
(52,66,48)
#2B3528
(43,53,40)
#222820
(34,40,32)
#191B18
(25,27,24)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #6A9060

#6A9060
(106,144,96)
#779A6E
(119,154,110)
#84A47C
(132,164,124)
#91AE8A
(145,174,138)
#9EB898
(158,184,152)
#ABC2A6
(171,194,166)
#B8CCB4
(184,204,180)
#C5D6C2
(197,214,194)
#D2E0D0
(210,224,208)
#DFEADE
(223,234,222)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9060; }

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

This text font color is #6A9060.

Background Color

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

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

This div background color is #6A9060.

Border color

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

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

This div border color is #6A9060.

Opacity

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

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

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

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

This text has shadow with #6A9060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9060.

Preview

Color preview on black background

This text has color #6A9060 on black background.


Color preview on white background

This text has color #6A9060 on white background.


Black color preview on #6A9060 background

This text has black color on #6A9060 background.


White color preview on #6A9060 background

This text has white color on #6A9060 background.


Related colors

Complementary color

Complementary color for #hex is #956F9F.


I love getcolorcode.com

Triadic colors

1 #606A90 and #90606A with #6A9060 are triadic colors.

2 #60906A and #906A60 with #6A9060 are triadic colors.