#01896A

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

Shades of Observatory #01896A

Tints of Observatory #01896A

Color information

#01896A (or 0x01896A) is unknown color: approx Observatory. HEX triplet: 01, 89 and 6A. RGB value is (1,137,106). Sum of RGB (Red+Green+Blue) = 1+137+106=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #01896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01896A is #FE7695. Grayscale: #5C5C5C. Windows color (decimal): -16676502 or 6981889. OLE color: 6981889.

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

Color convert

RGB1137106-
CMYK0.9900.230.46
HSL166.32º98.55%27.06%-
HSV(B)166.32º99.27%53.73%-
XYZ11.5618.9416.68-
YUV92.8135.4462.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=0.41%
G=56.15%
B=43.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11371060.9900.230.46166.3298.5527.06
Hex1896A630172Ea6631b
Octal12111521430275624614333
Binary1100010011101010110001101011110111010100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01896A; }

 p { color: rgb(1,137,106); }

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

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

 a { background-color: rgb(1,137,106); }

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

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

 span { border-color: rgb(1,137,106); }

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