#0D8E70

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

Shades of Observatory #0D8E70

Tints of Observatory #0D8E70

Color information

#0D8E70 (or 0x0D8E70) is unknown color: approx Observatory. HEX triplet: 0D, 8E and 70. RGB value is (13,142,112). Sum of RGB (Red+Green+Blue) = 13+142+112=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8E70 is #F2718F. Grayscale: #646464. Windows color (decimal): -15888784 or 7376397. OLE color: 7376397.

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

Color convert

RGB13142112-
CMYK0.9100.210.44
HSL166.05º83.23%30.39%-
HSV(B)166.05º90.85%55.69%-
XYZ12.7620.618.63-
YUV100.01134.7665.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.87%
GREEN value IS 142 (55.86% from 255) = 53.18%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=4.87%
G=53.18%
B=41.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131421120.9100.210.44166.0583.2330.39
HexD8E705B0152Ca6531e
Octal152161601330255424612336
Binary1101100011101110000101101101010110110010100110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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