COLOR #6A740F

HEX: #6A740F RGB: (106,116,15)

Color info

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

RGB color model

#6A740F color RGB value is (106,116,15).

RGB: (106,116,15) (42%, 45%, 6%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 15 of 255 = 6%

106
116
15

R + G + B ~ 31%. #6A740F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 116 + 15 = 237 (100%)
R 106 of 237 ~ 44.73%
G 116 of 237 ~ 48.95%
B 15 of 237 ~ 6.33'%

%44.73
%48.95

CMYK color model

#6A740F color CMYK value is (9,0,87,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 87.07%
  • key color value is 54.51%
CMYK: (9,0,87,55) C9M0Y87K55 (9%,0%,87%,55%) (0.09/0.00/0.87/0.55) 

CMYK percentages

%8.62
%0
%87.07
%54.51

Codes

Color #6A740F in popluar color models

6A 74 0F
RGB 106 116 15
HSL 66° 77.10% 25.69%
HSB/HSV 66° 87.07% 45.49%
CMYK 8.62% 0.00% 87.07%
54.51%

Color #6A740F in popluar number systems.

HEX 6A 74 0F
Decimal 106 116 15
Binary 1101010 1110100 1111
Octal 152 164 17

Shades and tints

Shades of #6A740F

#6A740F
(106,116,15)
#616A0E
(97,106,14)
#58600D
(88,96,13)
#4F560C
(79,86,12)
#464C0B
(70,76,11)
#3D420A
(61,66,10)
#343809
(52,56,9)
#2B2E08
(43,46,8)
#222407
(34,36,7)
#191A06
(25,26,6)
#101005
(16,16,5)
#000000
(0,0,0)

Tints of #6A740F

#6A740F
(106,116,15)
#778024
(119,128,36)
#848C39
(132,140,57)
#91984E
(145,152,78)
#9EA463
(158,164,99)
#ABB078
(171,176,120)
#B8BC8D
(184,188,141)
#C5C8A2
(197,200,162)
#D2D4B7
(210,212,183)
#DFE0CC
(223,224,204)
#ECECE1
(236,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A740F color. Also use rgb(106,116,15) instead hex code.

Text Font Color

.myTextColor { color: #6A740F; }

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

This text font color is #6A740F.

Background Color

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

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

This div background color is #6A740F.

Border color

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

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

This div border color is #6A740F.

Opacity

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

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

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

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

This text has shadow with #6A740F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A740F.

Preview

Color preview on black background

This text has color #6A740F on black background.


Color preview on white background

This text has color #6A740F on white background.


Black color preview on #6A740F background

This text has black color on #6A740F background.


White color preview on #6A740F background

This text has white color on #6A740F background.


Related colors

Complementary color

Complementary color for #hex is #958BF0.


I love getcolorcode.com

Triadic colors

1 #0F6A74 and #740F6A with #6A740F are triadic colors.

2 #0F746A and #746A0F with #6A740F are triadic colors.