COLOR #6A783A

HEX: #6A783A RGB: (106,120,58)

Color info

#6A783A contains mainly red and green colors. Web safe color of #6A783A is #666633 (or #663).

RGB color model

#6A783A color RGB value is (106,120,58).

RGB: (106,120,58) (42%, 47%, 23%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 58 of 255 = 23%

106
120
58

R + G + B ~ 37%. #6A783A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 120 + 58 = 284 (100%)
R 106 of 284 ~ 37.32%
G 120 of 284 ~ 42.25%
B 58 of 284 ~ 20.42'%

%37.32
%42.25
%20.42

CMYK color model

#6A783A color CMYK value is (12,0,52,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 51.67%
  • key color value is 52.94%

CMYK: (12,0,52,53)
C12M0Y52K53 (12%, 0%, 52%, 53%)
(0.12 / 0.00 / 0.52 / 0.53)

CMYK percentages

%11.67
%0
%51.67
%52.94

Codes

Color #6A783A in popluar color models

6A 78 3A
RGB 106 120 58
HSL 74° 34.83% 34.90%
HSB/HSV 74° 51.67% 47.06%
CMYK 11.67% 0.00% 51.67%
52.94%

Color #6A783A in popluar number systems.

HEX 6A 78 3A
Decimal 106 120 58
Binary 1101010 1111000 111010
Octal 152 170 72

Shades and tints

Shades of #6A783A

#6A783A
(106,120,58)
#616E35
(97,110,53)
#586430
(88,100,48)
#4F5A2B
(79,90,43)
#465026
(70,80,38)
#3D4621
(61,70,33)
#343C1C
(52,60,28)
#2B3217
(43,50,23)
#222812
(34,40,18)
#191E0D
(25,30,13)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #6A783A

#6A783A
(106,120,58)
#77844B
(119,132,75)
#84905C
(132,144,92)
#919C6D
(145,156,109)
#9EA87E
(158,168,126)
#ABB48F
(171,180,143)
#B8C0A0
(184,192,160)
#C5CCB1
(197,204,177)
#D2D8C2
(210,216,194)
#DFE4D3
(223,228,211)
#ECF0E4
(236,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A783A color. Also use rgb(106,120,58) instead hex code.

Text Font Color

.myTextColor { color: #6A783A; }

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

This text font color is #6A783A.

Background Color

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

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

This div background color is #6A783A.

Border color

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

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

This div border color is #6A783A.

Opacity

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

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

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

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

This text has shadow with #6A783A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A783A.

Preview

Color preview on black background

This text has color #6A783A on black background.


Color preview on white background

This text has color #6A783A on white background.


Black color preview on #6A783A background

This text has black color on #6A783A background.


White color preview on #6A783A background

This text has white color on #6A783A background.


Related colors

Complementary color

Complementary color for #hex is #9587C5.


I love getcolorcode.com

Triadic colors

1 #3A6A78 and #783A6A with #6A783A are triadic colors.

2 #3A786A and #786A3A with #6A783A are triadic colors.