Color Hex Logo

#0a764a Color Hex

#0A764A
(10,118,74)
0 Favorites   0 Comments

Color spaces of #0a764a

RGB 1011874
HSL0.430.840.25
HSV156°92°46°
CMYK 0.920.000.37   0.54
XYZ7.839613.51588.6742
Yxy13.51580.26110.4501
Hunter Lab36.7638-26.273011.7456
CIE-Lab43.5304-38.948216.5815

#0a764a color RGB value is (10,118,74).

#0a764a hex color red value is 10, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #0a764a hue: 0.43 , saturation: 0.84 and the lightness value of 0a764a is 0.25.

The process color (four color CMYK) of #0a764a color hex is 0.92, 0.00, 0.37, 0.54. Web safe color of #0a764a is #006633. Color #0a764a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110110 01001010
Octal 12 166 112
Decimal 10 118 74
Hex A 76 4A

RGB Percentages of Color #0a764a

%4.95
%58.42
%36.63

CMYK Percentages of Color #0a764a

%92
%0
%37
%54

Triadic Colors of #0a764a

#0a764a #4a0a76 #764a0a

Analogous Colors of #0a764a

#0a764a #0a6c76 #0a7614

Monochromatic Colors of #0a764a

#0a764a

Complementary Color

#0a764a #760a36

#0a764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a764a Color CSS Codes

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

#0a764a Text Font Color

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

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


#0a764a Background Color

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

This div background color is #0a764a


#0a764a Border Color

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

This div border color is #0a764a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,118,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a764a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a764a;
  -webkit-box-shadow: 1px 1px 3px 2px #0a764a;
  box-shadow:         1px 1px 3px 2px #0a764a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,118,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 #0a764a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a764a


Comments

No comments written yet.

Please login to write comment.