#0B906B

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

Shades of Observatory #0B906B

Tints of Observatory #0B906B

Color information

#0B906B (or 0x0B906B) is unknown color: approx Observatory. HEX triplet: 0B, 90 and 6B. RGB value is (11,144,107). Sum of RGB (Red+Green+Blue) = 11+144+107=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #0B906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B906B is #F46F94. Grayscale: #646464. Windows color (decimal): -16019349 or 7049227. OLE color: 7049227.

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

Color convert

RGB11144107-
CMYK0.9200.260.44
HSL163.31º85.81%30.39%-
HSV(B)163.31º92.36%56.47%-
XYZ12.7721.0817.31-
YUV100.01131.9464.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.20%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=4.20%
G=54.96%
B=40.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111441070.9200.260.44163.3185.8130.39
HexB906B5C01A2Ca3561e
Octal132201531340325424312636
Binary1011100100001101011101110001101010110010100011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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