#0D9077

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

Shades of Observatory #0D9077

Tints of Observatory #0D9077

Color information

#0D9077 (or 0x0D9077) is unknown color: approx Observatory. HEX triplet: 0D, 90 and 77. RGB value is (13,144,119). Sum of RGB (Red+Green+Blue) = 13+144+119=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9077 is #F26F88. Grayscale: #656565. Windows color (decimal): -15888265 or 7835661. OLE color: 7835661.

HSL color Cylindrical-coordinate representation of color #0D9077: hue angle of 168.55º 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 #0D9077 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB13144119-
CMYK0.9100.170.44
HSL168.55º83.44%30.78%-
HSV(B)168.55º90.97%56.47%-
XYZ13.4721.3620.87-
YUV101.98137.664.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.71%
GREEN value IS 144 (56.64% from 255) = 52.17%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=4.71%
G=52.17%
B=43.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131441190.9100.170.44168.5583.4430.78
HexD90775B0112Ca9531f
Octal152201671330215425112337
Binary1101100100001110111101101101000110110010101001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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