COLOR #468601

HEX: #468601 RGB: (70,134,1)

Color info

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

RGB color model

#468601 color RGB value is (70,134,1).

RGB: (70,134,1) (27%, 53%, 0%)

RGB channels and saturation

R 70 of 255 = 27%
G 134 of 255 = 53%
B 1 of 255 = 0%

70
134
1

R + G + B ~ 27%. #468601 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 134 + 1 = 205 (100%)
R 70 of 205 ~ 34.15%
G 134 of 205 ~ 65.37%
B 1 of 205 ~ 0.49'%

%34.15
%65.37

CMYK color model

#468601 color CMYK value is (48,0,99,47).

  • cyan value is 47.76%
  • magenta value is 0.00%
  • yellow value is 99.25%
  • key color value is 47.45%

CMYK: (48,0,99,47)
C48M0Y99K47 (48%, 0%, 99%, 47%)
(0.48 / 0.00 / 0.99 / 0.47)

CMYK percentages

%47.76
%0
%99.25
%47.45

Codes

Color #468601 in popluar color models

46 86 01
RGB 70 134 1
HSL 89° 98.52% 26.47%
HSB/HSV 89° 99.25% 52.55%
CMYK 47.76% 0.00% 99.25%
47.45%

Color #468601 in popluar number systems.

HEX 46 86 01
Decimal 70 134 1
Binary 1000110 10000110 1
Octal 106 206 1

Shades and tints

Shades of #468601

#468601
(70,134,1)
#407A01
(64,122,1)
#3A6E01
(58,110,1)
#346201
(52,98,1)
#2E5601
(46,86,1)
#284A01
(40,74,1)
#223E01
(34,62,1)
#1C3201
(28,50,1)
#162601
(22,38,1)
#101A01
(16,26,1)
#0A0E01
(10,14,1)
#000000
(0,0,0)

Tints of #468601

#468601
(70,134,1)
#569118
(86,145,24)
#669C2F
(102,156,47)
#76A746
(118,167,70)
#86B25D
(134,178,93)
#96BD74
(150,189,116)
#A6C88B
(166,200,139)
#B6D3A2
(182,211,162)
#C6DEB9
(198,222,185)
#D6E9D0
(214,233,208)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468601 color. Also use rgb(70,134,1) instead hex code.

Text Font Color

.myTextColor { color: #468601; }

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

This text font color is #468601.

Background Color

.myBgColor { background-color: #468601; }

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

This div background color is #468601.

Border color

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

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

This div border color is #468601.

Opacity

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

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

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

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

This text has shadow with #468601 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #468601.

Preview

Color preview on black background

This text has color #468601 on black background.


Color preview on white background

This text has color #468601 on white background.


Black color preview on #468601 background

This text has black color on #468601 background.


White color preview on #468601 background

This text has white color on #468601 background.


Related colors

Complementary color

Complementary color for #hex is #B979FE.


I love getcolorcode.com

Triadic colors

1 #014686 and #860146 with #468601 are triadic colors.

2 #018646 and #864601 with #468601 are triadic colors.