COLOR #469B06

HEX: #469B06
RGB: (70,155,6)

Color info

#469B06 contains mainly green color. Web safe color of #469B06 is #339900 (or #390).

RGB color model

#469B06 color RGB value is (70,155,6).

  • red value is 70;
  • green value is 155;
  • blue value is 6.
RGB:
(70,155,6)
(27%,61%,2%)

RGB channels and saturation

R 70 of 255 = 27%
G 155 of 255 = 61%
B 6 of 255 = 2%

70
155
6

R + G + B ~ 30%. #469B06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 155 + 6 = 231 (100%)
R 70 of 231 ~ 30.3%
G 155 of 231 ~ 67.1%
B 6 of 231 ~ 2.6%

%30.3
%67.1

CMYK color model

#469B06 color CMYK value is (55,0,96,39).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 96.13%
  • key color value is 39.22%
CMYK:
(55,0,96,39)
C55M0Y96K39 
(55%,0%,96%,39%)
(0.55/0.00/0.96/0.39)	

CMYK percentages

%54.84
%0
%96.13
%39.22

Codes

Color #469B06 in popluar color models

469B06
RGB701556
HSL94°92.55%31.57%
HSB/HSV94°96.13%60.78%
CMYK54.84%0.00%96.13%
39.22%

Color #469B06 in popluar number systems.

HEX469B06
Decimal701556
Binary100011010011011110
Octal1062336

Shades and tints

Shades of #469B06

#469B06
(70,155,6)
#408D06
(64,141,6)
#3A7F06
(58,127,6)
#347106
(52,113,6)
#2E6306
(46,99,6)
#285506
(40,85,6)
#224706
(34,71,6)
#1C3906
(28,57,6)
#162B06
(22,43,6)
#101D06
(16,29,6)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #469B06

#469B06
(70,155,6)
#56A41C
(86,164,28)
#66AD32
(102,173,50)
#76B648
(118,182,72)
#86BF5E
(134,191,94)
#96C874
(150,200,116)
#A6D18A
(166,209,138)
#B6DAA0
(182,218,160)
#C6E3B6
(198,227,182)
#D6ECCC
(214,236,204)
#E6F5E2
(230,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469B06 color. Also use rgb(70,155,6) instead hex code.

Text Font Color

.myTextColor { color: #469B06; }

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

This text font color is #469B06.


Background Color

.myBgColor { background-color: #469B06; }

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

This div background color is #469B06.


Border color

.myBorderColor { border: 1px solid #469B06; }

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

This div border color is #469B06.


Opacity

.myOpacity80 { color: #469B06; opacity: 0.8; }

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

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

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

This text has shadow with #469B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469B06 on black background.


Color preview on white background

This text has color #469B06 on white background.



Black color preview on #469B06 background

This text has black color on #469B06 background.


White color preview on #469B06 background

This text has white color on #469B06 background.