COLOR #669260

HEX: #669260
RGB: (102,146,96)

Color info

#669260 contains red, green and blue colors in about the same proportion. Web safe color of #669260 is #669966 (or #696).

RGB color model

#669260 color RGB value is (102,146,96).

  • red value is 102;
  • green value is 146;
  • blue value is 96.
RGB:
(102,146,96)
(40%,57%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 146 of 255 = 57%
B 96 of 255 = 38%

102
146
96

R + G + B ~ 45%. #669260 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 146 + 96 = 344 (100%)
R 102 of 344 ~ 29.65%
G 146 of 344 ~ 42.44%
B 96 of 344 ~ 27.91%

%29.65
%42.44
%27.91

CMYK color model

#669260 color CMYK value is (30,0,34,43).

  • cyan value is 30.14%
  • magenta value is 0.00%
  • yellow value is 34.25%
  • key color value is 42.75%
CMYK:
(30,0,34,43)
C30M0Y34K43 
(30%,0%,34%,43%)
(0.30/0.00/0.34/0.43)	

CMYK percentages

%30.14
%0
%34.25
%42.75

Codes

Color #669260 in popluar color models

669260
RGB10214696
HSL113°20.66%47.45%
HSB/HSV113°34.25%57.25%
CMYK30.14%0.00%34.25%
42.75%

Color #669260 in popluar number systems.

HEX669260
Decimal10214696
Binary1100110100100101100000
Octal146222140

Shades and tints

Shades of #669260

#669260
(102,146,96)
#5D8558
(93,133,88)
#547850
(84,120,80)
#4B6B48
(75,107,72)
#425E40
(66,94,64)
#395138
(57,81,56)
#304430
(48,68,48)
#273728
(39,55,40)
#1E2A20
(30,42,32)
#151D18
(21,29,24)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #669260

#669260
(102,146,96)
#739B6E
(115,155,110)
#80A47C
(128,164,124)
#8DAD8A
(141,173,138)
#9AB698
(154,182,152)
#A7BFA6
(167,191,166)
#B4C8B4
(180,200,180)
#C1D1C2
(193,209,194)
#CEDAD0
(206,218,208)
#DBE3DE
(219,227,222)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669260; }

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

This text font color is #669260.


Background Color

.myBgColor { background-color: #669260; }

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

This div background color is #669260.


Border color

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

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

This div border color is #669260.


Opacity

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

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

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

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

This text has shadow with #669260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669260 on black background.


Color preview on white background

This text has color #669260 on white background.



Black color preview on #669260 background

This text has black color on #669260 background.


White color preview on #669260 background

This text has white color on #669260 background.