#0B8771

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

Shades of Observatory #0B8771

Tints of Observatory #0B8771

Color information

#0B8771 (or 0x0B8771) is unknown color: approx Observatory. HEX triplet: 0B, 87 and 71. RGB value is (11,135,113). Sum of RGB (Red+Green+Blue) = 11+135+113=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8771 is #F4788E. Grayscale: #5F5F5F. Windows color (decimal): -16021647 or 7440139. OLE color: 7440139.

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

Color convert

RGB11135113-
CMYK0.9200.160.47
HSL169.35º84.93%28.63%-
HSV(B)169.35º91.85%52.94%-
XYZ11.7818.5918.59-
YUV95.42137.9267.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=4.25%
G=52.12%
B=43.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111351130.9200.160.47169.3584.9328.63
HexB87715C0102Fa9551d
Octal132071611340205725112535
Binary1011100001111110001101110001000010111110101001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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