COLOR #469678

HEX: #469678
RGB: (70,150,120)

Color info

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

RGB color model

#469678 color RGB value is (70,150,120).

  • red value is 70;
  • green value is 150;
  • blue value is 120.
RGB:
(70,150,120)
(27%,59%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 150 of 255 = 59%
B 120 of 255 = 47%

70
150
120

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

Portions of RGB colors in percentages

R + G + B =
70 + 150 + 120 = 340 (100%)
R 70 of 340 ~ 20.59%
G 150 of 340 ~ 44.12%
B 120 of 340 ~ 35.29%

%20.59
%44.12
%35.29

CMYK color model

#469678 color CMYK value is (53,0,20,41).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(53,0,20,41)
C53M0Y20K41 
(53%,0%,20%,41%)
(0.53/0.00/0.20/0.41)	

CMYK percentages

%53.33
%0
%20
%41.18

Codes

Color #469678 in popluar color models

469678
RGB70150120
HSL158°36.36%43.14%
HSB/HSV158°53.33%58.82%
CMYK53.33%0.00%20.00%
41.18%

Color #469678 in popluar number systems.

HEX469678
Decimal70150120
Binary1000110100101101111000
Octal106226170

Shades and tints

Shades of #469678

#469678
(70,150,120)
#40896E
(64,137,110)
#3A7C64
(58,124,100)
#346F5A
(52,111,90)
#2E6250
(46,98,80)
#285546
(40,85,70)
#22483C
(34,72,60)
#1C3B32
(28,59,50)
#162E28
(22,46,40)
#10211E
(16,33,30)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #469678

#469678
(70,150,120)
#569F84
(86,159,132)
#66A890
(102,168,144)
#76B19C
(118,177,156)
#86BAA8
(134,186,168)
#96C3B4
(150,195,180)
#A6CCC0
(166,204,192)
#B6D5CC
(182,213,204)
#C6DED8
(198,222,216)
#D6E7E4
(214,231,228)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469678 color. Also use rgb(70,150,120) instead hex code.

Text Font Color

.myTextColor { color: #469678; }

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

This text font color is #469678.


Background Color

.myBgColor { background-color: #469678; }

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

This div background color is #469678.


Border color

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

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

This div border color is #469678.


Opacity

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

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

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

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

This text has shadow with #469678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469678 on black background.


Color preview on white background

This text has color #469678 on white background.



Black color preview on #469678 background

This text has black color on #469678 background.


White color preview on #469678 background

This text has white color on #469678 background.