#0B8D65

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

Shades of Observatory #0B8D65

Tints of Observatory #0B8D65

Color information

#0B8D65 (or 0x0B8D65) is unknown color: approx Observatory. HEX triplet: 0B, 8D and 65. RGB value is (11,141,101). Sum of RGB (Red+Green+Blue) = 11+141+101=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 141 (55.47% from 255 or 55.73% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8D65 is #F4729A. Grayscale: #616161. Windows color (decimal): -16020123 or 6655243. OLE color: 6655243.

HSL color Cylindrical-coordinate representation of color #0B8D65: hue angle of 161.54º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8D65 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB11141101-
CMYK0.9200.280.45
HSL161.54º85.53%29.8%-
HSV(B)161.54º92.2%55.29%-
XYZ12.0120.0615.55-
YUV97.57129.9366.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.35%
GREEN value IS 141 (55.47% from 255) = 55.73%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=4.35%
G=55.73%
B=39.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111411010.9200.280.45161.5485.5329.8
HexB8D655C01C2Da2561e
Octal132151451340345524212636
Binary1011100011011100101101110001110010110110100010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,141,101); }

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

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

 a { background-color: rgb(11,141,101); }

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

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

 span { border-color: rgb(11,141,101); }

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