#008D79

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

Shades of Observatory #008D79

Tints of Observatory #008D79

Color information

#008D79 (or 0x008D79) is unknown color: approx Observatory. HEX triplet: 00, 8D and 79. RGB value is (0,141,121). Sum of RGB (Red+Green+Blue) = 0+141+121=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #008D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D79 is #FF7286. Grayscale: #606060. Windows color (decimal): -16740999 or 7965952. OLE color: 7965952.

HSL color Cylindrical-coordinate representation of color #008D79: hue angle of 171.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D79 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB0141121-
CMYK100.140.45
HSL171.49º100%27.65%-
HSV(B)171.49º100%55.29%-
XYZ12.9820.4321.35-
YUV96.56141.7959.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 53.82%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=0%
G=53.82%
B=46.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0141121100.140.45171.4910027.65
Hex08D79640E2Dab641c
Octal02151711440165525314434
Binary010001101111100111001000111010110110101011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008D79; }

 p { color: rgb(0,141,121); }

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

<style>
 a { background-color: #008D79; }

 a { background-color: rgb(0,141,121); }

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

<style>
 span { border-color: #008D79; }

 span { border-color: rgb(0,141,121); }

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