COLOR #469966

HEX: #469966
RGB: (70,153,102)

Color info

#469966 contains mainly green and blue colors. Web safe color of #469966 is #339966 (or #396).

RGB color model

#469966 color RGB value is (70,153,102).

  • red value is 70;
  • green value is 153;
  • blue value is 102.
RGB:
(70,153,102)
(27%,60%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 153 of 255 = 60%
B 102 of 255 = 40%

70
153
102

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

Portions of RGB colors in percentages

R + G + B =
70 + 153 + 102 = 325 (100%)
R 70 of 325 ~ 21.54%
G 153 of 325 ~ 47.08%
B 102 of 325 ~ 31.38%

%21.54
%47.08
%31.38

CMYK color model

#469966 color CMYK value is (54,0,33,40).

  • cyan value is 54.25%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(54,0,33,40)
C54M0Y33K40 
(54%,0%,33%,40%)
(0.54/0.00/0.33/0.40)	

CMYK percentages

%54.25
%0
%33.33
%40

Codes

Color #469966 in popluar color models

469966
RGB70153102
HSL143°37.22%43.73%
HSB/HSV143°54.25%60.00%
CMYK54.25%0.00%33.33%
40.00%

Color #469966 in popluar number systems.

HEX469966
Decimal70153102
Binary1000110100110011100110
Octal106231146

Shades and tints

Shades of #469966

#469966
(70,153,102)
#408C5D
(64,140,93)
#3A7F54
(58,127,84)
#34724B
(52,114,75)
#2E6542
(46,101,66)
#285839
(40,88,57)
#224B30
(34,75,48)
#1C3E27
(28,62,39)
#16311E
(22,49,30)
#102415
(16,36,21)
#0A170C
(10,23,12)
#000000
(0,0,0)

Tints of #469966

#469966
(70,153,102)
#56A273
(86,162,115)
#66AB80
(102,171,128)
#76B48D
(118,180,141)
#86BD9A
(134,189,154)
#96C6A7
(150,198,167)
#A6CFB4
(166,207,180)
#B6D8C1
(182,216,193)
#C6E1CE
(198,225,206)
#D6EADB
(214,234,219)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469966 color. Also use rgb(70,153,102) instead hex code.

Text Font Color

.myTextColor { color: #469966; }

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

This text font color is #469966.


Background Color

.myBgColor { background-color: #469966; }

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

This div background color is #469966.


Border color

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

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

This div border color is #469966.


Opacity

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

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

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

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

This text has shadow with #469966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469966 on black background.


Color preview on white background

This text has color #469966 on white background.



Black color preview on #469966 background

This text has black color on #469966 background.


White color preview on #469966 background

This text has white color on #469966 background.