Color Hex Logo

#a7b74a Color Hex

#A7B74A
(167,183,74)
1 Favorites   0 Comments

Color spaces of #a7b74a

RGB 16718374
HSL0.190.430.50
HSV69°60°72°
CMYK 0.090.000.60   0.28
XYZ34.105942.576912.8992
Yxy42.57690.38070.4753
Hunter Lab65.2510-20.889433.9549
CIE-Lab71.2669-20.846052.2331

#a7b74a color RGB value is (167,183,74).

#a7b74a hex color red value is 167, green value is 183 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a7b74a hue: 0.19 , saturation: 0.43 and the lightness value of a7b74a is 0.50.

The process color (four color CMYK) of #a7b74a color hex is 0.09, 0.00, 0.60, 0.28. Web safe color of #a7b74a is #99cc33. Color #a7b74a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110111 01001010
Octal 247 267 112
Decimal 167 183 74
Hex A7 B7 4A

RGB Percentages of Color #a7b74a

%39.39
%43.16
%17.45

CMYK Percentages of Color #a7b74a

%9
%0
%60
%28

Triadic Colors of #a7b74a

#a7b74a #4aa7b7 #b74aa7

Analogous Colors of #a7b74a

#a7b74a #71b74a #b7914a

Monochromatic Colors of #a7b74a

#a7b74a

Complementary Color

#a7b74a #5a4ab7

#a7b74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b74a Color CSS Codes

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

#a7b74a Text Font Color

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

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


#a7b74a Background Color

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

This div background color is #a7b74a


#a7b74a Border Color

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

This div border color is #a7b74a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,183,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7b74a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7b74a;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b74a;
  box-shadow:         1px 1px 3px 2px #a7b74a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,183,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b74a

#a7b74a Color Palettes


Comments

No comments written yet.

Please login to write comment.