Color Hex Logo

#7ab330 Color Hex

#7AB330
(122,179,48)
0 Favorites   0 Comments

Color spaces of #7ab330

RGB 12217948
HSL0.240.580.45
HSV86°73°70°
CMYK 0.320.000.73   0.30
XYZ24.679636.59128.5584
Yxy36.59120.35340.5240
Hunter Lab60.4907-33.032433.9549
CIE-Lab66.9692-38.641157.3780

#7ab330 color RGB value is (122,179,48).

#7ab330 hex color red value is 122, green value is 179 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #7ab330 hue: 0.24 , saturation: 0.58 and the lightness value of 7ab330 is 0.45.

The process color (four color CMYK) of #7ab330 color hex is 0.32, 0.00, 0.73, 0.30. Web safe color of #7ab330 is #66cc33. Color #7ab330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110011 00110000
Octal 172 263 60
Decimal 122 179 48
Hex 7A B3 30

RGB Percentages of Color #7ab330

%34.96
%51.29
%13.75

CMYK Percentages of Color #7ab330

%32
%0
%73
%30

Triadic Colors of #7ab330

#7ab330 #307ab3 #b3307a

Analogous Colors of #7ab330

#7ab330 #39b330 #b3ab30

Monochromatic Colors of #7ab330

#7ab330

Complementary Color

#7ab330 #6930b3

#7ab330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab330 Color CSS Codes

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

#7ab330 Text Font Color

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

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


#7ab330 Background Color

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

This div background color is #7ab330


#7ab330 Border Color

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

This div border color is #7ab330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab330


Comments

No comments written yet.

Please login to write comment.