Color Hex Logo

#78a26b Color Hex

#78A26B
(120,162,107)
0 Favorites   0 Comments

Color spaces of #78a26b

RGB 120162107
HSL0.290.230.53
HSV106°34°64°
CMYK 0.260.000.34   0.36
XYZ23.319930.895318.6442
Yxy30.89530.32010.4240
Hunter Lab55.5835-22.382119.0210
CIE-Lab62.4191-24.997924.1454

#78a26b color RGB value is (120,162,107).

#78a26b hex color red value is 120, green value is 162 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #78a26b hue: 0.29 , saturation: 0.23 and the lightness value of 78a26b is 0.53.

The process color (four color CMYK) of #78a26b color hex is 0.26, 0.00, 0.34, 0.36. Web safe color of #78a26b is #669966. Color #78a26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10100010 01101011
Octal 170 242 153
Decimal 120 162 107
Hex 78 A2 6B

RGB Percentages of Color #78a26b

%30.85
%41.65
%27.51

CMYK Percentages of Color #78a26b

%26
%0
%34
%36

Triadic Colors of #78a26b

#78a26b #6b78a2 #a26b78

Analogous Colors of #78a26b

#78a26b #6ba27a #94a26b

Monochromatic Colors of #78a26b

#78a26b

Complementary Color

#78a26b #956ba2

#78a26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a26b Color CSS Codes

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

#78a26b Text Font Color

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

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


#78a26b Background Color

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

This div background color is #78a26b


#78a26b Border Color

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

This div border color is #78a26b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,162,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78a26b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78a26b;
  -webkit-box-shadow: 1px 1px 3px 2px #78a26b;
  box-shadow:         1px 1px 3px 2px #78a26b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,162,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a26b


Comments

No comments written yet.

Please login to write comment.