Color Hex Logo

#7c9b30 Color Hex

#7C9B30
(124,155,48)
0 Favorites   0 Comments

Color spaces of #7c9b30

RGB 12415548
HSL0.210.530.40
HSV77°69°61°
CMYK 0.200.000.69   0.39
XYZ20.567027.94127.1055
Yxy27.94120.36980.5024
Hunter Lab52.8594-23.051729.0317
CIE-Lab59.8356-26.698150.2302

#7c9b30 color RGB value is (124,155,48).

#7c9b30 hex color red value is 124, green value is 155 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #7c9b30 hue: 0.21 , saturation: 0.53 and the lightness value of 7c9b30 is 0.40.

The process color (four color CMYK) of #7c9b30 color hex is 0.20, 0.00, 0.69, 0.39. Web safe color of #7c9b30 is #669933. Color #7c9b30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011011 00110000
Octal 174 233 60
Decimal 124 155 48
Hex 7C 9B 30

RGB Percentages of Color #7c9b30

%37.92
%47.40
%14.68

CMYK Percentages of Color #7c9b30

%20
%0
%69
%39

Triadic Colors of #7c9b30

#7c9b30 #307c9b #9b307c

Analogous Colors of #7c9b30

#7c9b30 #479b30 #9b8530

Monochromatic Colors of #7c9b30

#7c9b30

Complementary Color

#7c9b30 #4f309b

#7c9b30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9b30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9b30 Color CSS Codes

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

#7c9b30 Text Font Color

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

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


#7c9b30 Background Color

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

This div background color is #7c9b30


#7c9b30 Border Color

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

This div border color is #7c9b30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,155,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 #7c9b30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9b30


Comments

No comments written yet.

Please login to write comment.