Color Hex Logo

#609214 Color Hex

#609214
(96,146,20)
0 Favorites   0 Comments

Color spaces of #609214

RGB 9614620
HSL0.230.760.33
HSV84°86°57°
CMYK 0.340.000.86   0.43
XYZ15.229023.09514.3170
Yxy23.09510.35710.5416
Hunter Lab48.0574-27.535128.3141
CIE-Lab55.1702-35.198454.5093

#609214 color RGB value is (96,146,20).

#609214 hex color red value is 96, green value is 146 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #609214 hue: 0.23 , saturation: 0.76 and the lightness value of 609214 is 0.33.

The process color (four color CMYK) of #609214 color hex is 0.34, 0.00, 0.86, 0.43. Web safe color of #609214 is #669900. Color #609214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010010 00010100
Octal 140 222 24
Decimal 96 146 20
Hex 60 92 14

RGB Percentages of Color #609214

%36.64
%55.73
%7.63

CMYK Percentages of Color #609214

%34
%0
%86
%43

Triadic Colors of #609214

#609214 #146092 #921460

Analogous Colors of #609214

#609214 #219214 #928514

Monochromatic Colors of #609214

#609214

Complementary Color

#609214 #461492

#609214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609214 Color CSS Codes

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

#609214 Text Font Color

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

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


#609214 Background Color

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

This div background color is #609214


#609214 Border Color

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

This div border color is #609214


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,146,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609214; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609214;
  -webkit-box-shadow: 1px 1px 3px 2px #609214;
  box-shadow:         1px 1px 3px 2px #609214; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609214


Comments

No comments written yet.

Please login to write comment.