Color Hex Logo

#7c9026 Color Hex

#7C9026
(124,144,38)
0 Favorites   0 Comments

Color spaces of #7c9026

RGB 12414438
HSL0.200.580.36
HSV71°74°56°
CMYK 0.140.000.74   0.44
XYZ18.635324.37155.5557
Yxy24.37150.38370.5019
Hunter Lab49.3675-19.012727.8849
CIE-Lab56.4578-21.847450.7469

#7c9026 color RGB value is (124,144,38).

#7c9026 hex color red value is 124, green value is 144 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #7c9026 hue: 0.20 , saturation: 0.58 and the lightness value of 7c9026 is 0.36.

The process color (four color CMYK) of #7c9026 color hex is 0.14, 0.00, 0.74, 0.44. Web safe color of #7c9026 is #669933. Color #7c9026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010000 00100110
Octal 174 220 46
Decimal 124 144 38
Hex 7C 90 26

RGB Percentages of Color #7c9026

%40.52
%47.06
%12.42

CMYK Percentages of Color #7c9026

%14
%0
%74
%44

Triadic Colors of #7c9026

#7c9026 #267c90 #90267c

Analogous Colors of #7c9026

#7c9026 #479026 #906f26

Monochromatic Colors of #7c9026

#7c9026

Complementary Color

#7c9026 #3a2690

#7c9026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9026 Color CSS Codes

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

#7c9026 Text Font Color

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

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


#7c9026 Background Color

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

This div background color is #7c9026


#7c9026 Border Color

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

This div border color is #7c9026


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,144,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9026


Comments

No comments written yet.

Please login to write comment.