#0B8776

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

Shades of Observatory #0B8776

Tints of Observatory #0B8776

Color information

#0B8776 (or 0x0B8776) is unknown color: approx Observatory. HEX triplet: 0B, 87 and 76. RGB value is (11,135,118). Sum of RGB (Red+Green+Blue) = 11+135+118=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8776 is #F47889. Grayscale: #5F5F5F. Windows color (decimal): -16021642 or 7767819. OLE color: 7767819.

HSL color Cylindrical-coordinate representation of color #0B8776: hue angle of 171.77º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8776 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB11135118-
CMYK0.9200.130.47
HSL171.77º84.93%28.63%-
HSV(B)171.77º91.85%52.94%-
XYZ12.0718.7120.11-
YUV95.99140.4267.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.17%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=4.17%
G=51.14%
B=44.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111351180.9200.130.47171.7784.9328.63
HexB87765C0D2Fac551d
Octal132071661340155725412535
Binary101110000111111011010111000110110111110101100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,135,118); }

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

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

 a { background-color: rgb(11,135,118); }

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

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

 span { border-color: rgb(11,135,118); }

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