Color Hex Logo

#469607 Color Hex

#469607
(70,150,7)
0 Favorites   0 Comments

Color spaces of #469607

RGB 701507
HSL0.260.910.31
HSV94°95°59°
CMYK 0.530.000.95   0.41
XYZ13.470523.13013.9556
Yxy23.13010.33210.5703
Hunter Lab48.0938-34.168328.7892
CIE-Lab55.2061-46.236456.5301

#469607 color RGB value is (70,150,7).

#469607 hex color red value is 70, green value is 150 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #469607 hue: 0.26 , saturation: 0.91 and the lightness value of 469607 is 0.31.

The process color (four color CMYK) of #469607 color hex is 0.53, 0.00, 0.95, 0.41. Web safe color of #469607 is #339900. Color #469607 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 00000111
Octal 106 226 7
Decimal 70 150 7
Hex 46 96 7

RGB Percentages of Color #469607

%30.84
%66.08
%3.08

CMYK Percentages of Color #469607

%53
%0
%95
%41

Triadic Colors of #469607

#469607 #074696 #960746

Analogous Colors of #469607

#469607 #07960f #8e9607

Monochromatic Colors of #469607

#469607

Complementary Color

#469607 #570796

#469607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469607 Color CSS Codes

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

#469607 Text Font Color

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

This sample text font color is #469607
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.


#469607 Background Color

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

This div background color is #469607


#469607 Border Color

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

This div border color is #469607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469607


Comments

No comments written yet.

Please login to write comment.