COLOR #6B792A

HEX: #6B792A RGB: (107,121,42)

Color info

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

RGB color model

#6B792A color RGB value is (107,121,42).

RGB: (107,121,42) (42%, 47%, 16%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 42 of 255 = 16%

107
121
42

R + G + B ~ 35%. #6B792A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 121 + 42 = 270 (100%)
R 107 of 270 ~ 39.63%
G 121 of 270 ~ 44.81%
B 42 of 270 ~ 15.56'%

%39.63
%44.81
%15.56

CMYK color model

#6B792A color CMYK value is (12,0,65,53).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 65.29%
  • key color value is 52.55%

CMYK: (12,0,65,53)
C12M0Y65K53 (12%, 0%, 65%, 53%)
(0.12 / 0.00 / 0.65 / 0.53)

CMYK percentages

%11.57
%0
%65.29
%52.55

Codes

Color #6B792A in popluar color models

6B 79 2A
RGB 107 121 42
HSL 71° 48.47% 31.96%
HSB/HSV 71° 65.29% 47.45%
CMYK 11.57% 0.00% 65.29%
52.55%

Color #6B792A in popluar number systems.

HEX 6B 79 2A
Decimal 107 121 42
Binary 1101011 1111001 101010
Octal 153 171 52

Shades and tints

Shades of #6B792A

#6B792A
(107,121,42)
#626E27
(98,110,39)
#596324
(89,99,36)
#505821
(80,88,33)
#474D1E
(71,77,30)
#3E421B
(62,66,27)
#353718
(53,55,24)
#2C2C15
(44,44,21)
#232112
(35,33,18)
#1A160F
(26,22,15)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #6B792A

#6B792A
(107,121,42)
#78853D
(120,133,61)
#859150
(133,145,80)
#929D63
(146,157,99)
#9FA976
(159,169,118)
#ACB589
(172,181,137)
#B9C19C
(185,193,156)
#C6CDAF
(198,205,175)
#D3D9C2
(211,217,194)
#E0E5D5
(224,229,213)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B792A color. Also use rgb(107,121,42) instead hex code.

Text Font Color

.myTextColor { color: #6B792A; }

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

This text font color is #6B792A.

Background Color

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

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

This div background color is #6B792A.

Border color

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

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

This div border color is #6B792A.

Opacity

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

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

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

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

This text has shadow with #6B792A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B792A.

Preview

Color preview on black background

This text has color #6B792A on black background.


Color preview on white background

This text has color #6B792A on white background.


Black color preview on #6B792A background

This text has black color on #6B792A background.


White color preview on #6B792A background

This text has white color on #6B792A background.


Related colors

Complementary color

Complementary color for #hex is #9486D5.


I love getcolorcode.com

Triadic colors

1 #2A6B79 and #792A6B with #6B792A are triadic colors.

2 #2A796B and #796B2A with #6B792A are triadic colors.