#0B906E

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

Shades of Observatory #0B906E

Tints of Observatory #0B906E

Color information

#0B906E (or 0x0B906E) is unknown color: approx Observatory. HEX triplet: 0B, 90 and 6E. RGB value is (11,144,110). Sum of RGB (Red+Green+Blue) = 11+144+110=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #0B906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B906E is #F46F91. Grayscale: #646464. Windows color (decimal): -16019346 or 7245835. OLE color: 7245835.

HSL color Cylindrical-coordinate representation of color #0B906E: hue angle of 164.66º 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 #0B906E is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB11144110-
CMYK0.9200.240.44
HSL164.66º85.81%30.39%-
HSV(B)164.66º92.36%56.47%-
XYZ12.9321.1418.15-
YUV100.36133.4464.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.15%
GREEN value IS 144 (56.64% from 255) = 54.34%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=4.15%
G=54.34%
B=41.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111441100.9200.240.44164.6685.8130.39
HexB906E5C0182Ca5561e
Octal132201561340305424512636
Binary1011100100001101110101110001100010110010100101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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