#0B8E65

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

Shades of Observatory #0B8E65

Tints of Observatory #0B8E65

Color information

#0B8E65 (or 0x0B8E65) is unknown color: approx Observatory. HEX triplet: 0B, 8E and 65. RGB value is (11,142,101). Sum of RGB (Red+Green+Blue) = 11+142+101=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8E65 is #F4719A. Grayscale: #626262. Windows color (decimal): -16019867 or 6655499. OLE color: 6655499.

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

Color convert

RGB11142101-
CMYK0.9200.290.44
HSL161.22º85.62%30%-
HSV(B)161.22º92.25%55.69%-
XYZ12.1620.3615.6-
YUV98.16129.665.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=4.33%
G=55.91%
B=39.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111421010.9200.290.44161.2285.6230
HexB8E655C01D2Ca1561e
Octal132161451340355424112636
Binary1011100011101100101101110001110110110010100001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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