#0B9073

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

Shades of Observatory #0B9073

Tints of Observatory #0B9073

Color information

#0B9073 (or 0x0B9073) is unknown color: approx Observatory. HEX triplet: 0B, 90 and 73. RGB value is (11,144,115). Sum of RGB (Red+Green+Blue) = 11+144+115=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #0B9073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9073 is #F46F8C. Grayscale: #646464. Windows color (decimal): -16019341 or 7573515. OLE color: 7573515.

HSL color Cylindrical-coordinate representation of color #0B9073: hue angle of 166.92º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9073 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB11144115-
CMYK0.9200.200.44
HSL166.92º85.81%30.39%-
HSV(B)166.92º92.36%56.47%-
XYZ13.2121.2619.63-
YUV100.93135.9463.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=4.07%
G=53.33%
B=42.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111441150.9200.200.44166.9285.8130.39
HexB90735C0142Ca7561e
Octal132201631340245424712636
Binary1011100100001110011101110001010010110010100111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,144,115); }

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

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

 a { background-color: rgb(11,144,115); }

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

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

 span { border-color: rgb(11,144,115); }

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