Color Hex Logo

#069235 Color Hex

#069235
(6,146,53)
0 Favorites   0 Comments

Color spaces of #069235

RGB 614653
HSL0.390.920.30
HSV140°96°57°
CMYK 0.960.000.64   0.43
XYZ10.996620.85356.8137
Yxy20.85350.28440.5394
Hunter Lab45.6656-36.930823.1194
CIE-Lab52.7888-52.866339.1982

#069235 color RGB value is (6,146,53).

#069235 hex color red value is 6, green value is 146 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #069235 hue: 0.39 , saturation: 0.92 and the lightness value of 069235 is 0.30.

The process color (four color CMYK) of #069235 color hex is 0.96, 0.00, 0.64, 0.43. Web safe color of #069235 is #009933. Color #069235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010010 00110101
Octal 6 222 65
Decimal 6 146 53
Hex 6 92 35

RGB Percentages of Color #069235

%2.93
%71.22
%25.85

CMYK Percentages of Color #069235

%96
%0
%64
%43

Triadic Colors of #069235

#069235 #350692 #923506

Analogous Colors of #069235

#069235 #06927b #1d9206

Monochromatic Colors of #069235

#069235

Complementary Color

#069235 #920663

#069235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069235 Color CSS Codes

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

#069235 Text Font Color

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

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


#069235 Background Color

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

This div background color is #069235


#069235 Border Color

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

This div border color is #069235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069235


Comments

No comments written yet.

Please login to write comment.