COLOR #6B7F10

HEX: #6B7F10 RGB: (107,127,16)

Color info

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

RGB color model

#6B7F10 color RGB value is (107,127,16).

RGB: (107,127,16) (42%, 50%, 6%)

RGB channels and saturation

R 107 of 255 = 42%
G 127 of 255 = 50%
B 16 of 255 = 6%

107
127
16

R + G + B ~ 33%. #6B7F10 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 127 + 16 = 250 (100%)
R 107 of 250 ~ 42.8%
G 127 of 250 ~ 50.8%
B 16 of 250 ~ 6.4'%

%42.8
%50.8

CMYK color model

#6B7F10 color CMYK value is (16,0,87,50).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 87.40%
  • key color value is 50.20%

CMYK: (16,0,87,50)
C16M0Y87K50 (16%, 0%, 87%, 50%)
(0.16 / 0.00 / 0.87 / 0.50)

CMYK percentages

%15.75
%0
%87.4
%50.2

Codes

Color #6B7F10 in popluar color models

6B 7F 10
RGB 107 127 16
HSL 71° 77.62% 28.04%
HSB/HSV 71° 87.40% 49.80%
CMYK 15.75% 0.00% 87.40%
50.20%

Color #6B7F10 in popluar number systems.

HEX 6B 7F 10
Decimal 107 127 16
Binary 1101011 1111111 10000
Octal 153 177 20

Shades and tints

Shades of #6B7F10

#6B7F10
(107,127,16)
#62740F
(98,116,15)
#59690E
(89,105,14)
#505E0D
(80,94,13)
#47530C
(71,83,12)
#3E480B
(62,72,11)
#353D0A
(53,61,10)
#2C3209
(44,50,9)
#232708
(35,39,8)
#1A1C07
(26,28,7)
#111106
(17,17,6)
#000000
(0,0,0)

Tints of #6B7F10

#6B7F10
(107,127,16)
#788A25
(120,138,37)
#85953A
(133,149,58)
#92A04F
(146,160,79)
#9FAB64
(159,171,100)
#ACB679
(172,182,121)
#B9C18E
(185,193,142)
#C6CCA3
(198,204,163)
#D3D7B8
(211,215,184)
#E0E2CD
(224,226,205)
#EDEDE2
(237,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7F10 color. Also use rgb(107,127,16) instead hex code.

Text Font Color

.myTextColor { color: #6B7F10; }

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

This text font color is #6B7F10.

Background Color

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

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

This div background color is #6B7F10.

Border color

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

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

This div border color is #6B7F10.

Opacity

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

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

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

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

This text has shadow with #6B7F10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7F10.

Preview

Color preview on black background

This text has color #6B7F10 on black background.


Color preview on white background

This text has color #6B7F10 on white background.


Black color preview on #6B7F10 background

This text has black color on #6B7F10 background.


White color preview on #6B7F10 background

This text has white color on #6B7F10 background.


Related colors

Complementary color

Complementary color for #hex is #9480EF.


I love getcolorcode.com

Triadic colors

1 #106B7F and #7F106B with #6B7F10 are triadic colors.

2 #107F6B and #7F6B10 with #6B7F10 are triadic colors.