#00896E

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

Shades of Observatory #00896E

Tints of Observatory #00896E

Color information

#00896E (or 0x00896E) is unknown color: approx Observatory. HEX triplet: 00, 89 and 6E. RGB value is (0,137,110). Sum of RGB (Red+Green+Blue) = 0+137+110=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #00896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00896E is #FF7691. Grayscale: #5C5C5C. Windows color (decimal): -16742034 or 7244032. OLE color: 7244032.

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

Color convert

RGB0137110-
CMYK100.200.46
HSL168.18º100%26.86%-
HSV(B)168.18º100%53.73%-
XYZ11.7619.0217.8-
YUV92.96137.6161.7-

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) = 55.47%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=0%
G=55.47%
B=44.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal0137110100.200.46168.1810026.86
Hex0896E640142Ea8641b
Octal02111561440245625014433
Binary0100010011101110110010001010010111010101000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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