Color Hex Logo

#7a921d Color Hex

#7A921D
(122,146,29)
0 Favorites   0 Comments

Color spaces of #7a921d

RGB 12214629
HSL0.200.670.34
HSV72°80°57°
CMYK 0.160.000.80   0.43
XYZ18.526724.78414.9697
Yxy24.78410.38370.5133
Hunter Lab49.7836-20.693628.9299
CIE-Lab56.8645-24.165354.1535

#7a921d color RGB value is (122,146,29).

#7a921d hex color red value is 122, green value is 146 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7a921d hue: 0.20 , saturation: 0.67 and the lightness value of 7a921d is 0.34.

The process color (four color CMYK) of #7a921d color hex is 0.16, 0.00, 0.80, 0.43. Web safe color of #7a921d is #669933. Color #7a921d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10010010 00011101
Octal 172 222 35
Decimal 122 146 29
Hex 7A 92 1D

RGB Percentages of Color #7a921d

%41.08
%49.16
%9.76

CMYK Percentages of Color #7a921d

%16
%0
%80
%43

Triadic Colors of #7a921d

#7a921d #1d7a92 #921d7a

Analogous Colors of #7a921d

#7a921d #40921d #92701d

Monochromatic Colors of #7a921d

#7a921d

Complementary Color

#7a921d #351d92

#7a921d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a921d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a921d Color CSS Codes

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

#7a921d Text Font Color

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

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


#7a921d Background Color

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

This div background color is #7a921d


#7a921d Border Color

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

This div border color is #7a921d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a921d


Comments

No comments written yet.

Please login to write comment.