Color Hex Logo

#468120 Color Hex

#468120
(70,129,32)
0 Favorites   0 Comments

Color spaces of #468120

RGB 7012932
HSL0.270.600.32
HSV96°75°51°
CMYK 0.460.000.75   0.49
XYZ10.636817.10694.1078
Yxy17.10690.33390.5371
Hunter Lab41.3605-26.475523.0638
CIE-Lab48.3944-36.611943.9470

#468120 color RGB value is (70,129,32).

#468120 hex color red value is 70, green value is 129 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #468120 hue: 0.27 , saturation: 0.60 and the lightness value of 468120 is 0.32.

The process color (four color CMYK) of #468120 color hex is 0.46, 0.00, 0.75, 0.49. Web safe color of #468120 is #339933. Color #468120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000001 00100000
Octal 106 201 40
Decimal 70 129 32
Hex 46 81 20

RGB Percentages of Color #468120

%30.30
%55.84
%13.85

CMYK Percentages of Color #468120

%46
%0
%75
%49

Triadic Colors of #468120

#468120 #204681 #812046

Analogous Colors of #468120

#468120 #20812b #778120

Monochromatic Colors of #468120

#468120

Complementary Color

#468120 #5b2081

#468120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468120 Color CSS Codes

.mybgcolor {background-color:#468120; } 
.myforecolor {color:#468120; }
.mybordercolor {border:3px solid #468120; }

#468120 Text Font Color

<p style="color:#468120">Text here</p>

This sample text font color is #468120
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#468120 Background Color

<div style="background-color:#468120">
Div content here</div>

This div background color is #468120


#468120 Border Color

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

This div border color is #468120


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,129,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468120; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468120;
  -webkit-box-shadow: 1px 1px 3px 2px #468120;
  box-shadow:         1px 1px 3px 2px #468120; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,129,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #468120">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #468120;
  -webkit-box-shadow: 1px 1px 3px 2px #468120;
  box-shadow:         1px 1px 3px 2px #468120;">
Div content here</div>

This div box has shadow with color #468120


Comments

No comments written yet.

Please login to write comment.