#0f9375

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

Shades of Observatory #0F9375

Tints of Observatory #0F9375

Color information

#0F9375 (or 0x0F9375) is unknown color: approx Observatory. HEX triplet: 0F, 93 and 75. RGB value is (15,147,117). Sum of RGB (Red+Green+Blue) = 15+147+117=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9375 is #F06C8A. Grayscale: #686868. Windows color (decimal): -15756427 or 7705359. OLE color: 7705359.

HSL color Cylindrical-coordinate representation of color #0F9375: hue angle of 166.36º 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 #0F9375 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB15147117-
CMYK0.9000.200.42
HSL166.36º81.48%31.76%-
HSV(B)166.36º89.8%57.65%-
XYZ13.8422.2520.4-
YUV104.11135.2764.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=5.38%
G=52.69%
B=41.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151471170.9000.200.42166.3681.4831.76
HexF93755A0142Aa65120
Octal172231651320245224612140
Binary11111001001111101011011010010100101010101001101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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