#0F9377

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

Shades of Observatory #0F9377

Tints of Observatory #0F9377

Color information

#0F9377 (or 0x0F9377) is unknown color: approx Observatory. HEX triplet: 0F, 93 and 77. RGB value is (15,147,119). Sum of RGB (Red+Green+Blue) = 15+147+119=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9377 is #F06C88. Grayscale: #686868. Windows color (decimal): -15756425 or 7836431. OLE color: 7836431.

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

Color convert

RGB15147119-
CMYK0.9000.190.42
HSL167.27º81.48%31.76%-
HSV(B)167.27º89.8%57.65%-
XYZ13.9622.321.02-
YUV104.34136.2764.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.34%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=5.34%
G=52.31%
B=42.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151471190.9000.190.42167.2781.4831.76
HexF93775A0132Aa75120
Octal172231671320235224712140
Binary11111001001111101111011010010011101010101001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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