Color Hex Logo

#7a9635 Color Hex

#7A9635
(122,150,53)
0 Favorites   0 Comments

Color spaces of #7a9635

RGB 12215053
HSL0.210.480.40
HSV77°65°59°
CMYK 0.190.000.65   0.41
XYZ19.575026.20737.3950
Yxy26.20730.36810.4928
Hunter Lab51.1931-21.333727.2705
CIE-Lab58.2333-24.697646.3886

#7a9635 color RGB value is (122,150,53).

#7a9635 hex color red value is 122, green value is 150 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #7a9635 hue: 0.21 , saturation: 0.48 and the lightness value of 7a9635 is 0.40.

The process color (four color CMYK) of #7a9635 color hex is 0.19, 0.00, 0.65, 0.41. Web safe color of #7a9635 is #669933. Color #7a9635 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10010110 00110101
Octal 172 226 65
Decimal 122 150 53
Hex 7A 96 35

RGB Percentages of Color #7a9635

%37.54
%46.15
%16.31

CMYK Percentages of Color #7a9635

%19
%0
%65
%41

Triadic Colors of #7a9635

#7a9635 #357a96 #96357a

Analogous Colors of #7a9635

#7a9635 #4a9635 #968235

Monochromatic Colors of #7a9635

#7a9635

Complementary Color

#7a9635 #513596

#7a9635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a9635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a9635 Color CSS Codes

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

#7a9635 Text Font Color

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

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


#7a9635 Background Color

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

This div background color is #7a9635


#7a9635 Border Color

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

This div border color is #7a9635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a9635


Comments

No comments written yet.

Please login to write comment.