#0D906B

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

Shades of Observatory #0D906B

Tints of Observatory #0D906B

Color information

#0D906B (or 0x0D906B) is unknown color: approx Observatory. HEX triplet: 0D, 90 and 6B. RGB value is (13,144,107). Sum of RGB (Red+Green+Blue) = 13+144+107=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #0D906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D906B is #F26F94. Grayscale: #646464. Windows color (decimal): -15888277 or 7049229. OLE color: 7049229.

HSL color Cylindrical-coordinate representation of color #0D906B: hue angle of 163.05º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D906B is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB13144107-
CMYK0.9100.260.44
HSL163.05º83.44%30.78%-
HSV(B)163.05º90.97%56.47%-
XYZ12.7921.0917.31-
YUV100.61131.665.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.92%
GREEN value IS 144 (56.64% from 255) = 54.55%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=4.92%
G=54.55%
B=40.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131441070.9100.260.44163.0583.4430.78
HexD906B5B01A2Ca3531f
Octal152201531330325424312337
Binary1101100100001101011101101101101010110010100011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,144,107); }

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

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

 a { background-color: rgb(13,144,107); }

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

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

 span { border-color: rgb(13,144,107); }

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