COLOR #6A9560

HEX: #6A9560 RGB: (106,149,96)

Color info

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

RGB color model

#6A9560 color RGB value is (106,149,96).

RGB: (106,149,96) (42%, 58%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 96 of 255 = 38%

106
149
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 149 + 96 = 351 (100%)
R 106 of 351 ~ 30.2%
G 149 of 351 ~ 42.45%
B 96 of 351 ~ 27.35'%

%30.2
%42.45
%27.35

CMYK color model

#6A9560 color CMYK value is (29,0,36,42).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK: (29,0,36,42) C29M0Y36K42 (29%,0%,36%,42%) (0.29/0.00/0.36/0.42) 

CMYK percentages

%28.86
%0
%35.57
%41.57

Codes

Color #6A9560 in popluar color models

6A 95 60
RGB 106 149 96
HSL 109° 21.63% 48.04%
HSB/HSV 109° 35.57% 58.43%
CMYK 28.86% 0.00% 35.57%
41.57%

Color #6A9560 in popluar number systems.

HEX 6A 95 60
Decimal 106 149 96
Binary 1101010 10010101 1100000
Octal 152 225 140

Shades and tints

Shades of #6A9560

#6A9560
(106,149,96)
#618858
(97,136,88)
#587B50
(88,123,80)
#4F6E48
(79,110,72)
#466140
(70,97,64)
#3D5438
(61,84,56)
#344730
(52,71,48)
#2B3A28
(43,58,40)
#222D20
(34,45,32)
#192018
(25,32,24)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #6A9560

#6A9560
(106,149,96)
#779E6E
(119,158,110)
#84A77C
(132,167,124)
#91B08A
(145,176,138)
#9EB998
(158,185,152)
#ABC2A6
(171,194,166)
#B8CBB4
(184,203,180)
#C5D4C2
(197,212,194)
#D2DDD0
(210,221,208)
#DFE6DE
(223,230,222)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9560; }

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

This text font color is #6A9560.

Background Color

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

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

This div background color is #6A9560.

Border color

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

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

This div border color is #6A9560.

Opacity

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

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

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

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

This text has shadow with #6A9560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9560.

Preview

Color preview on black background

This text has color #6A9560 on black background.


Color preview on white background

This text has color #6A9560 on white background.


Black color preview on #6A9560 background

This text has black color on #6A9560 background.


White color preview on #6A9560 background

This text has white color on #6A9560 background.


Related colors

Complementary color

Complementary color for #hex is #956A9F.


I love getcolorcode.com

Triadic colors

1 #606A95 and #95606A with #6A9560 are triadic colors.

2 #60956A and #956A60 with #6A9560 are triadic colors.