COLOR #6B7102

HEX: #6B7102 RGB: (107,113,2)

Color info

#6B7102 contains mainly red and green colors. Web safe color of #6B7102 is #666600 (or #660).

RGB color model

#6B7102 color RGB value is (107,113,2).

RGB: (107,113,2) (42%, 44%, 1%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 2 of 255 = 1%

107
113
2

R + G + B ~ 29%. #6B7102 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 2 = 222 (100%)
R 107 of 222 ~ 48.2%
G 113 of 222 ~ 50.9%
B 2 of 222 ~ 0.9'%

%48.2
%50.9

CMYK color model

#6B7102 color CMYK value is (5,0,98,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 98.23%
  • key color value is 55.69%

CMYK: (5,0,98,56)
C5M0Y98K56 (5%, 0%, 98%, 56%)
(0.05 / 0.00 / 0.98 / 0.56)

CMYK percentages

%5.31
%0
%98.23
%55.69

Codes

Color #6B7102 in popluar color models

6B 71 02
RGB 107 113 2
HSL 63° 96.52% 22.55%
HSB/HSV 63° 98.23% 44.31%
CMYK 5.31% 0.00% 98.23%
55.69%

Color #6B7102 in popluar number systems.

HEX 6B 71 02
Decimal 107 113 2
Binary 1101011 1110001 10
Octal 153 161 2

Shades and tints

Shades of #6B7102

#6B7102
(107,113,2)
#626702
(98,103,2)
#595D02
(89,93,2)
#505302
(80,83,2)
#474902
(71,73,2)
#3E3F02
(62,63,2)
#353502
(53,53,2)
#2C2B02
(44,43,2)
#232102
(35,33,2)
#1A1702
(26,23,2)
#110D02
(17,13,2)
#000000
(0,0,0)

Tints of #6B7102

#6B7102
(107,113,2)
#787D19
(120,125,25)
#858930
(133,137,48)
#929547
(146,149,71)
#9FA15E
(159,161,94)
#ACAD75
(172,173,117)
#B9B98C
(185,185,140)
#C6C5A3
(198,197,163)
#D3D1BA
(211,209,186)
#E0DDD1
(224,221,209)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7102 color. Also use rgb(107,113,2) instead hex code.

Text Font Color

.myTextColor { color: #6B7102; }

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

This text font color is #6B7102.

Background Color

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

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

This div background color is #6B7102.

Border color

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

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

This div border color is #6B7102.

Opacity

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

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

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

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

This text has shadow with #6B7102 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7102.

Preview

Color preview on black background

This text has color #6B7102 on black background.


Color preview on white background

This text has color #6B7102 on white background.


Black color preview on #6B7102 background

This text has black color on #6B7102 background.


White color preview on #6B7102 background

This text has white color on #6B7102 background.


Related colors

Complementary color

Complementary color for #hex is #948EFD.


I love getcolorcode.com

Triadic colors

1 #026B71 and #71026B with #6B7102 are triadic colors.

2 #02716B and #716B02 with #6B7102 are triadic colors.