#0B917C

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

Shades of Observatory #0B917C

Tints of Observatory #0B917C

Color information

#0B917C (or 0x0B917C) is unknown color: approx Observatory. HEX triplet: 0B, 91 and 7C. RGB value is (11,145,124). Sum of RGB (Red+Green+Blue) = 11+145+124=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #0B917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B917C is #F46E83. Grayscale: #666666. Windows color (decimal): -16019076 or 8163595. OLE color: 8163595.

HSL color Cylindrical-coordinate representation of color #0B917C: hue angle of 170.6º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B917C is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB11145124-
CMYK0.9200.140.43
HSL170.6º85.9%30.59%-
HSV(B)170.6º92.41%56.86%-
XYZ13.921.7822.54-
YUV102.54140.1162.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.93%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=3.93%
G=51.79%
B=44.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111451240.9200.140.43170.685.930.59
HexB917C5C0E2Bab561f
Octal132211741340165325312637
Binary101110010001111110010111000111010101110101011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,145,124); }

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

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

 a { background-color: rgb(11,145,124); }

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

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

 span { border-color: rgb(11,145,124); }

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