Color Hex Logo

#6aa34b Color Hex

#6AA34B
(106,163,75)
0 Favorites   0 Comments

Color spaces of #6aa34b

RGB 10616375
HSL0.270.370.47
HSV99°54°64°
CMYK 0.350.000.54   0.36
XYZ20.311129.766611.3316
Yxy29.76660.33070.4847
Hunter Lab54.5588-29.026025.8769
CIE-Lab61.4523-34.917039.4636

#6aa34b color RGB value is (106,163,75).

#6aa34b hex color red value is 106, green value is 163 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6aa34b hue: 0.27 , saturation: 0.37 and the lightness value of 6aa34b is 0.47.

The process color (four color CMYK) of #6aa34b color hex is 0.35, 0.00, 0.54, 0.36. Web safe color of #6aa34b is #669933. Color #6aa34b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100011 01001011
Octal 152 243 113
Decimal 106 163 75
Hex 6A A3 4B

RGB Percentages of Color #6aa34b

%30.81
%47.38
%21.80

CMYK Percentages of Color #6aa34b

%35
%0
%54
%36

Triadic Colors of #6aa34b

#6aa34b #4b6aa3 #a34b6a

Analogous Colors of #6aa34b

#6aa34b #4ba358 #96a34b

Monochromatic Colors of #6aa34b

#6aa34b

Complementary Color

#6aa34b #844ba3

#6aa34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa34b Color CSS Codes

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

#6aa34b Text Font Color

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

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


#6aa34b Background Color

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

This div background color is #6aa34b


#6aa34b Border Color

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

This div border color is #6aa34b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,163,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aa34b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aa34b;
  -webkit-box-shadow: 1px 1px 3px 2px #6aa34b;
  box-shadow:         1px 1px 3px 2px #6aa34b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,163,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa34b


Comments

No comments written yet.

Please login to write comment.