Color Hex Logo

#0f762a Color Hex

#0F762A
(15,118,42)
0 Favorites   0 Comments

Color spaces of #0f762a

RGB 1511842
HSL0.380.770.26
HSV136°87°46°
CMYK 0.870.000.64   0.54
XYZ7.093413.22564.3694
Yxy13.22560.28730.5357
Hunter Lab36.3670-28.825818.3334
CIE-Lab43.1012-44.235433.4260

#0f762a color RGB value is (15,118,42).

#0f762a hex color red value is 15, green value is 118 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #0f762a hue: 0.38 , saturation: 0.77 and the lightness value of 0f762a is 0.26.

The process color (four color CMYK) of #0f762a color hex is 0.87, 0.00, 0.64, 0.54. Web safe color of #0f762a is #006633. Color #0f762a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110110 00101010
Octal 17 166 52
Decimal 15 118 42
Hex F 76 2A

RGB Percentages of Color #0f762a

%8.57
%67.43
%24.00

CMYK Percentages of Color #0f762a

%87
%0
%64
%54

Triadic Colors of #0f762a

#0f762a #2a0f76 #762a0f

Analogous Colors of #0f762a

#0f762a #0f765e #28760f

Monochromatic Colors of #0f762a

#0f762a

Complementary Color

#0f762a #760f5b

#0f762a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f762a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f762a Color CSS Codes

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

#0f762a Text Font Color

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

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


#0f762a Background Color

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

This div background color is #0f762a


#0f762a Border Color

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

This div border color is #0f762a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,118,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f762a


Comments

No comments written yet.

Please login to write comment.