#008D76

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

Shades of Observatory #008D76

Tints of Observatory #008D76

Color information

#008D76 (or 0x008D76) is unknown color: approx Observatory. HEX triplet: 00, 8D and 76. RGB value is (0,141,118). Sum of RGB (Red+Green+Blue) = 0+141+118=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #008D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D76 is #FF7289. Grayscale: #606060. Windows color (decimal): -16741002 or 7769344. OLE color: 7769344.

HSL color Cylindrical-coordinate representation of color #008D76: hue angle of 170.21º 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 #008D76 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB0141118-
CMYK100.160.45
HSL170.21º100%27.65%-
HSV(B)170.21º100%55.29%-
XYZ12.7920.3620.39-
YUV96.22140.2959.37-

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) = 54.44%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=0%
G=54.44%
B=45.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0141118100.160.45170.2110027.65
Hex08D76640102Daa641c
Octal02151661440205525214434
Binary0100011011110110110010001000010110110101010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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