#0B9167

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

Shades of Observatory #0B9167

Tints of Observatory #0B9167

Color information

#0B9167 (or 0x0B9167) is unknown color: approx Observatory. HEX triplet: 0B, 91 and 67. RGB value is (11,145,103). Sum of RGB (Red+Green+Blue) = 11+145+103=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9167 is #F46E98. Grayscale: #646464. Windows color (decimal): -16019097 or 6787339. OLE color: 6787339.

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

Color convert

RGB11145103-
CMYK0.9200.290.43
HSL161.19º85.9%30.59%-
HSV(B)161.19º92.41%56.86%-
XYZ12.7121.316.27-
YUV100.15129.6164.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 145 (57.03% from 255) = 55.98%
BLUE value IS 103 (40.62% from 255) = 39.77%
R=4.25%
G=55.98%
B=39.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111451030.9200.290.43161.1985.930.59
HexB91675C01D2Ba1561f
Octal132211471340355324112637
Binary1011100100011100111101110001110110101110100001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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