#0B9166

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

Shades of Observatory #0B9166

Tints of Observatory #0B9166

Color information

#0B9166 (or 0x0B9166) is unknown color: approx Observatory. HEX triplet: 0B, 91 and 66. RGB value is (11,145,102). Sum of RGB (Red+Green+Blue) = 11+145+102=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9166 is #F46E99. Grayscale: #646464. Windows color (decimal): -16019098 or 6721803. OLE color: 6721803.

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

Color convert

RGB11145102-
CMYK0.9200.300.43
HSL160.75º85.9%30.59%-
HSV(B)160.75º92.41%56.86%-
XYZ12.6621.2816.01-
YUV100.03129.1164.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 145 (57.03% from 255) = 56.20%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=4.26%
G=56.20%
B=39.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111451020.9200.300.43160.7585.930.59
HexB91665C01E2Ba1561f
Octal132211461340365324112637
Binary1011100100011100110101110001111010101110100001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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