#00896B

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

Shades of Observatory #00896B

Tints of Observatory #00896B

Color information

#00896B (or 0x00896B) is unknown color: approx Observatory. HEX triplet: 00, 89 and 6B. RGB value is (0,137,107). Sum of RGB (Red+Green+Blue) = 0+137+107=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #00896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00896B is #FF7694. Grayscale: #5C5C5C. Windows color (decimal): -16742037 or 7047424. OLE color: 7047424.

HSL color Cylindrical-coordinate representation of color #00896B: hue angle of 166.86º 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 #00896B is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB0137107-
CMYK100.220.46
HSL166.86º100%26.86%-
HSV(B)166.86º100%53.73%-
XYZ11.618.9516.96-
YUV92.62136.1161.94-

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) = 56.15%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=0%
G=56.15%
B=43.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal0137107100.220.46166.8610026.86
Hex0896B640162Ea7641b
Octal02111531440265624714433
Binary0100010011101011110010001011010111010100111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00896B; }

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

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

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

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

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

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

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

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