#0F9374

Color #0F9374 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #0F9374

Tints of Observatory #0F9374

Color information

#0F9374 (or 0x0F9374) is unknown color: approx Observatory. HEX triplet: 0F, 93 and 74. RGB value is (15,147,116). Sum of RGB (Red+Green+Blue) = 15+147+116=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9374 is #F06C8B. Grayscale: #676767. Windows color (decimal): -15756428 or 7639823. OLE color: 7639823.

HSL color Cylindrical-coordinate representation of color #0F9374: hue angle of 165.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9374 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB15147116-
CMYK0.9000.210.42
HSL165.91º81.48%31.76%-
HSV(B)165.91º89.8%57.65%-
XYZ13.7822.2320.09-
YUV104134.7764.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.40%
GREEN value IS 147 (57.81% from 255) = 52.88%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=5.40%
G=52.88%
B=41.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151471160.9000.210.42165.9181.4831.76
HexF93745A0152Aa65120
Octal172231641320255224612140
Binary11111001001111101001011010010101101010101001101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F9374; }

 p { color: rgb(15,147,116); }

 H1.HeaderClassName
 {
   color: #0F9374;
 }
 .AnyTagClassName
 {
   color: #0F9374;
 }
</style>
background-color css

<style>
 a { background-color: #0F9374; }

 a { background-color: rgb(15,147,116); }

 div.DivClassName
 {
   background-color: #0F9374;
 }
 .BgClassName
 {
   background-color: #0F9374;
 }
</style>
border-color css

<style>
 span { border-color: #0F9374; }

 span { border-color: rgb(15,147,116); }

 td.TdClassName
 {
   border-color: #0F9374;
 }
 .TagClassName
 {
   border-color: #0F9374;
 }
</style>