COLOR #6A9059

HEX: #6A9059 RGB: (106,144,89)

Color info

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

RGB color model

#6A9059 color RGB value is (106,144,89).

RGB: (106,144,89) (42%, 56%, 35%)

RGB channels and saturation

R 106 of 255 = 42%
G 144 of 255 = 56%
B 89 of 255 = 35%

106
144
89

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

Portions of RGB colors in percentages

R + G + B = 106 + 144 + 89 = 339 (100%)
R 106 of 339 ~ 31.27%
G 144 of 339 ~ 42.48%
B 89 of 339 ~ 26.25'%

%31.27
%42.48
%26.25

CMYK color model

#6A9059 color CMYK value is (26,0,38,44).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 38.19%
  • key color value is 43.53%

CMYK: (26,0,38,44)
C26M0Y38K44 (26%, 0%, 38%, 44%)
(0.26 / 0.00 / 0.38 / 0.44)

CMYK percentages

%26.39
%0
%38.19
%43.53

Codes

Color #6A9059 in popluar color models

6A 90 59
RGB 106 144 89
HSL 101° 23.61% 45.69%
HSB/HSV 101° 38.19% 56.47%
CMYK 26.39% 0.00% 38.19%
43.53%

Color #6A9059 in popluar number systems.

HEX 6A 90 59
Decimal 106 144 89
Binary 1101010 10010000 1011001
Octal 152 220 131

Shades and tints

Shades of #6A9059

#6A9059
(106,144,89)
#618351
(97,131,81)
#587649
(88,118,73)
#4F6941
(79,105,65)
#465C39
(70,92,57)
#3D4F31
(61,79,49)
#344229
(52,66,41)
#2B3521
(43,53,33)
#222819
(34,40,25)
#191B11
(25,27,17)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #6A9059

#6A9059
(106,144,89)
#779A68
(119,154,104)
#84A477
(132,164,119)
#91AE86
(145,174,134)
#9EB895
(158,184,149)
#ABC2A4
(171,194,164)
#B8CCB3
(184,204,179)
#C5D6C2
(197,214,194)
#D2E0D1
(210,224,209)
#DFEAE0
(223,234,224)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9059; }

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

This text font color is #6A9059.

Background Color

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

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

This div background color is #6A9059.

Border color

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

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

This div border color is #6A9059.

Opacity

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

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

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

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

This text has shadow with #6A9059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9059.

Preview

Color preview on black background

This text has color #6A9059 on black background.


Color preview on white background

This text has color #6A9059 on white background.


Black color preview on #6A9059 background

This text has black color on #6A9059 background.


White color preview on #6A9059 background

This text has white color on #6A9059 background.


Related colors

Complementary color

Complementary color for #hex is #956FA6.


I love getcolorcode.com

Triadic colors

1 #596A90 and #90596A with #6A9059 are triadic colors.

2 #59906A and #906A59 with #6A9059 are triadic colors.