#0D8770

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

Shades of Observatory #0D8770

Tints of Observatory #0D8770

Color information

#0D8770 (or 0x0D8770) is unknown color: approx Observatory. HEX triplet: 0D, 87 and 70. RGB value is (13,135,112). Sum of RGB (Red+Green+Blue) = 13+135+112=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8770 is #F2788F. Grayscale: #5F5F5F. Windows color (decimal): -15890576 or 7374605. OLE color: 7374605.

HSL color Cylindrical-coordinate representation of color #0D8770: hue angle of 168.69º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8770 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13135112-
CMYK0.9000.170.47
HSL168.69º82.43%29.02%-
HSV(B)168.69º90.37%52.94%-
XYZ11.7518.5818.3-
YUV95.9137.0868.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=5%
G=51.92%
B=43.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131351120.9000.170.47168.6982.4329.02
HexD87705A0112Fa9521d
Octal152071601320215725112235
Binary1101100001111110000101101001000110111110101001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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