#008973

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

Shades of Observatory #008973

Tints of Observatory #008973

Color information

#008973 (or 0x008973) is unknown color: approx Observatory. HEX triplet: 00, 89 and 73. RGB value is (0,137,115). Sum of RGB (Red+Green+Blue) = 0+137+115=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #008973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008973 is #FF768C. Grayscale: #5D5D5D. Windows color (decimal): -16742029 or 7571712. OLE color: 7571712.

HSL color Cylindrical-coordinate representation of color #008973: hue angle of 170.36º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008973 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB0137115-
CMYK100.160.46
HSL170.36º100%26.86%-
HSV(B)170.36º100%53.73%-
XYZ12.0419.1319.28-
YUV93.53140.1161.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 137 (53.91% from 255) = 54.37%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=0%
G=54.37%
B=45.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal0137115100.160.46170.3610026.86
Hex08973640102Eaa641b
Octal02111631440205625214433
Binary0100010011110011110010001000010111010101010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008973; }

 p { color: rgb(0,137,115); }

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

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

 a { background-color: rgb(0,137,115); }

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

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

 span { border-color: rgb(0,137,115); }

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