COLOR #6A6A00

HEX: #6A6A00
RGB: (106,106,0)

Color info

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

RGB color model

#6A6A00 color RGB value is (106,106,0).

  • red value is 106;
  • green value is 106;
  • blue value is 0.
RGB:
(106,106,0)
(42%,42%,0%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 0 of 255 = 0%

106
106
0

R + G + B ~ 28%. #6A6A00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 106 + 0 = 212 (100%)
R 106 of 212 ~ 50%
G 106 of 212 ~ 50%
B 0 of 212 ~ 0%

%50
%50

CMYK color model

#6A6A00 color CMYK value is (0,0,100,58).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(0,0,100,58)
C0M0Y100K58 
(0%,0%,100%,58%)
(0.00/0.00/1.00/0.58)	

CMYK percentages

%0
%0
%100
%58.43

Codes

Color #6A6A00 in popluar color models

6A6A00
RGB1061060
HSL60°100.00%20.78%
HSB/HSV60°100.00%41.57%
CMYK0.00%0.00%100.00%
58.43%

Color #6A6A00 in popluar number systems.

HEX6A6A00
Decimal1061060
Binary110101011010100
Octal1521520

Shades and tints

Shades of #6A6A00

#6A6A00
(106,106,0)
#616100
(97,97,0)
#585800
(88,88,0)
#4F4F00
(79,79,0)
#464600
(70,70,0)
#3D3D00
(61,61,0)
#343400
(52,52,0)
#2B2B00
(43,43,0)
#222200
(34,34,0)
#191900
(25,25,0)
#101000
(16,16,0)
#000000
(0,0,0)

Tints of #6A6A00

#6A6A00
(106,106,0)
#777717
(119,119,23)
#84842E
(132,132,46)
#919145
(145,145,69)
#9E9E5C
(158,158,92)
#ABAB73
(171,171,115)
#B8B88A
(184,184,138)
#C5C5A1
(197,197,161)
#D2D2B8
(210,210,184)
#DFDFCF
(223,223,207)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A00; }

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

This text font color is #6A6A00.


Background Color

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

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

This div background color is #6A6A00.


Border color

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

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

This div border color is #6A6A00.


Opacity

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

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

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

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

This text has shadow with #6A6A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6A00 on black background.


Color preview on white background

This text has color #6A6A00 on white background.



Black color preview on #6A6A00 background

This text has black color on #6A6A00 background.


White color preview on #6A6A00 background

This text has white color on #6A6A00 background.