COLOR #667200

HEX: #667200
RGB: (102,114,0)

Color info

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

RGB color model

#667200 color RGB value is (102,114,0).

  • red value is 102;
  • green value is 114;
  • blue value is 0.
RGB:
(102,114,0)
(40%,45%,0%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 0 of 255 = 0%

102
114
0

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

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 0 = 216 (100%)
R 102 of 216 ~ 47.22%
G 114 of 216 ~ 52.78%
B 0 of 216 ~ 0%

%47.22
%52.78

CMYK color model

#667200 color CMYK value is (11,0,100,55).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(11,0,100,55)
C11M0Y100K55 
(11%,0%,100%,55%)
(0.11/0.00/1.00/0.55)	

CMYK percentages

%10.53
%0
%100
%55.29

Codes

Color #667200 in popluar color models

667200
RGB1021140
HSL66°100.00%22.35%
HSB/HSV66°100.00%44.71%
CMYK10.53%0.00%100.00%
55.29%

Color #667200 in popluar number systems.

HEX667200
Decimal1021140
Binary110011011100100
Octal1461620

Shades and tints

Shades of #667200

#667200
(102,114,0)
#5D6800
(93,104,0)
#545E00
(84,94,0)
#4B5400
(75,84,0)
#424A00
(66,74,0)
#394000
(57,64,0)
#303600
(48,54,0)
#272C00
(39,44,0)
#1E2200
(30,34,0)
#151800
(21,24,0)
#0C0E00
(12,14,0)
#000000
(0,0,0)

Tints of #667200

#667200
(102,114,0)
#737E17
(115,126,23)
#808A2E
(128,138,46)
#8D9645
(141,150,69)
#9AA25C
(154,162,92)
#A7AE73
(167,174,115)
#B4BA8A
(180,186,138)
#C1C6A1
(193,198,161)
#CED2B8
(206,210,184)
#DBDECF
(219,222,207)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667200; }

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

This text font color is #667200.


Background Color

.myBgColor { background-color: #667200; }

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

This div background color is #667200.


Border color

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

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

This div border color is #667200.


Opacity

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

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

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

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

This text has shadow with #667200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667200 on black background.


Color preview on white background

This text has color #667200 on white background.



Black color preview on #667200 background

This text has black color on #667200 background.


White color preview on #667200 background

This text has white color on #667200 background.