COLOR #606000

HEX: #606000
RGB: (96,96,0)

Color info

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

RGB color model

#606000 color RGB value is (96,96,0).

  • red value is 96;
  • green value is 96;
  • blue value is 0.
RGB:
(96,96,0)
(38%,38%,0%)

RGB channels and saturation

R 96 of 255 = 38%
G 96 of 255 = 38%
B 0 of 255 = 0%

96
96
0

R + G + B ~ 25%. #606000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 0 = 192 (100%)
R 96 of 192 ~ 50%
G 96 of 192 ~ 50%
B 0 of 192 ~ 0%

%50
%50

CMYK color model

#606000 color CMYK value is (0,0,100,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 62.35%
CMYK:
(0,0,100,62)
C0M0Y100K62 
(0%,0%,100%,62%)
(0.00/0.00/1.00/0.62)	

CMYK percentages

%0
%0
%100
%62.35

Codes

Color #606000 in popluar color models

606000
RGB96960
HSL60°100.00%18.82%
HSB/HSV60°100.00%37.65%
CMYK0.00%0.00%100.00%
62.35%

Color #606000 in popluar number systems.

HEX606000
Decimal96960
Binary110000011000000
Octal1401400

Shades and tints

Shades of #606000

#606000
(96,96,0)
#585800
(88,88,0)
#505000
(80,80,0)
#484800
(72,72,0)
#404000
(64,64,0)
#383800
(56,56,0)
#303000
(48,48,0)
#282800
(40,40,0)
#202000
(32,32,0)
#181800
(24,24,0)
#101000
(16,16,0)
#000000
(0,0,0)

Tints of #606000

#606000
(96,96,0)
#6E6E17
(110,110,23)
#7C7C2E
(124,124,46)
#8A8A45
(138,138,69)
#98985C
(152,152,92)
#A6A673
(166,166,115)
#B4B48A
(180,180,138)
#C2C2A1
(194,194,161)
#D0D0B8
(208,208,184)
#DEDECF
(222,222,207)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606000; }

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

This text font color is #606000.


Background Color

.myBgColor { background-color: #606000; }

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

This div background color is #606000.


Border color

.myBorderColor { border: 1px solid #606000; }

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

This div border color is #606000.


Opacity

.myOpacity80 { color: #606000; opacity: 0.8; }

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

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

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

This text has shadow with #606000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606000 on black background.


Color preview on white background

This text has color #606000 on white background.



Black color preview on #606000 background

This text has black color on #606000 background.


White color preview on #606000 background

This text has white color on #606000 background.