COLOR #6F770A

HEX: #6F770A
RGB: (111,119,10)

Color info

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

RGB color model

#6F770A color RGB value is (111,119,10).

  • red value is 111;
  • green value is 119;
  • blue value is 10.
RGB:
(111,119,10)
(44%,47%,4%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 10 of 255 = 4%

111
119
10

R + G + B ~ 32%. #6F770A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 10 = 240 (100%)
R 111 of 240 ~ 46.25%
G 119 of 240 ~ 49.58%
B 10 of 240 ~ 4.17%

%46.25
%49.58

CMYK color model

#6F770A color CMYK value is (7,0,92,53).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 91.60%
  • key color value is 53.33%
CMYK:
(7,0,92,53)
C7M0Y92K53 
(7%,0%,92%,53%)
(0.07/0.00/0.92/0.53)	

CMYK percentages

%6.72
%0
%91.6
%53.33

Codes

Color #6F770A in popluar color models

6F770A
RGB11111910
HSL64°84.50%25.29%
HSB/HSV64°91.60%46.67%
CMYK6.72%0.00%91.60%
53.33%

Color #6F770A in popluar number systems.

HEX6F770A
Decimal11111910
Binary110111111101111010
Octal15716712

Shades and tints

Shades of #6F770A

#6F770A
(111,119,10)
#656D0A
(101,109,10)
#5B630A
(91,99,10)
#51590A
(81,89,10)
#474F0A
(71,79,10)
#3D450A
(61,69,10)
#333B0A
(51,59,10)
#29310A
(41,49,10)
#1F270A
(31,39,10)
#151D0A
(21,29,10)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #6F770A

#6F770A
(111,119,10)
#7C8320
(124,131,32)
#898F36
(137,143,54)
#969B4C
(150,155,76)
#A3A762
(163,167,98)
#B0B378
(176,179,120)
#BDBF8E
(189,191,142)
#CACBA4
(202,203,164)
#D7D7BA
(215,215,186)
#E4E3D0
(228,227,208)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F770A color. Also use rgb(111,119,10) instead hex code.

Text Font Color

.myTextColor { color: #6F770A; }

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

This text font color is #6F770A.


Background Color

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

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

This div background color is #6F770A.


Border color

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

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

This div border color is #6F770A.


Opacity

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

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

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

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

This text has shadow with #6F770A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F770A on black background.


Color preview on white background

This text has color #6F770A on white background.



Black color preview on #6F770A background

This text has black color on #6F770A background.


White color preview on #6F770A background

This text has white color on #6F770A background.