#0D927C

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

Shades of Observatory #0D927C

Tints of Observatory #0D927C

Color information

#0D927C (or 0x0D927C) is unknown color: approx Observatory. HEX triplet: 0D, 92 and 7C. RGB value is (13,146,124). Sum of RGB (Red+Green+Blue) = 13+146+124=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #0D927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D927C is #F26D83. Grayscale: #676767. Windows color (decimal): -15887748 or 8163853. OLE color: 8163853.

HSL color Cylindrical-coordinate representation of color #0D927C: hue angle of 170.08º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D927C is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB13146124-
CMYK0.9100.150.43
HSL170.08º83.65%31.18%-
HSV(B)170.08º91.1%57.25%-
XYZ14.0822.122.59-
YUV103.72139.4463.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.59%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=4.59%
G=51.59%
B=43.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131461240.9100.150.43170.0883.6531.18
HexD927C5B0F2Baa541f
Octal152221741330175325212437
Binary110110010010111110010110110111110101110101010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,124); }

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

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

 a { background-color: rgb(13,146,124); }

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

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

 span { border-color: rgb(13,146,124); }

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