#0D9470

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

Shades of Observatory #0D9470

Tints of Observatory #0D9470

Color information

#0D9470 (or 0x0D9470) is unknown color: approx Observatory. HEX triplet: 0D, 94 and 70. RGB value is (13,148,112). Sum of RGB (Red+Green+Blue) = 13+148+112=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9470 is #F26B8F. Grayscale: #676767. Windows color (decimal): -15887248 or 7377933. OLE color: 7377933.

HSL color Cylindrical-coordinate representation of color #0D9470: hue angle of 164º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9470 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB13148112-
CMYK0.9100.240.42
HSL164º83.85%31.57%-
HSV(B)164º91.22%58.04%-
XYZ13.6822.4418.94-
YUV103.53132.7763.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.76%
GREEN value IS 148 (58.20% from 255) = 54.21%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=4.76%
G=54.21%
B=41.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131481120.9100.240.4216483.8531.57
HexD94705B0182Aa45420
Octal152241601330305224412440
Binary11011001010011100001011011011000101010101001001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,148,112); }

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

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

 a { background-color: rgb(13,148,112); }

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

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

 span { border-color: rgb(13,148,112); }

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