#0B8C7A

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

Shades of Observatory #0B8C7A

Tints of Observatory #0B8C7A

Color information

#0B8C7A (or 0x0B8C7A) is unknown color: approx Observatory. HEX triplet: 0B, 8C and 7A. RGB value is (11,140,122). Sum of RGB (Red+Green+Blue) = 11+140+122=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #0B8C7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8C7A is #F47385. Grayscale: #636363. Windows color (decimal): -16020358 or 8031243. OLE color: 8031243.

HSL color Cylindrical-coordinate representation of color #0B8C7A: hue angle of 171.63º degrees, saturation: 0.85, 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 #0B8C7A is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB11140122-
CMYK0.9200.130.45
HSL171.63º85.43%29.61%-
HSV(B)171.63º92.14%54.9%-
XYZ13.0320.2321.63-
YUV99.38140.7664.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.03%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=4.03%
G=51.28%
B=44.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111401220.9200.130.45171.6385.4329.61
HexB8C7A5C0D2Dac551e
Octal132141721340155525412536
Binary101110001100111101010111000110110110110101100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,140,122); }

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

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

 a { background-color: rgb(11,140,122); }

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

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

 span { border-color: rgb(11,140,122); }

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