#09886A

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

Shades of Observatory #09886A

Tints of Observatory #09886A

Color information

#09886A (or 0x09886A) is unknown color: approx Observatory. HEX triplet: 09, 88 and 6A. RGB value is (9,136,106). Sum of RGB (Red+Green+Blue) = 9+136+106=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #09886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09886A is #F67795. Grayscale: #5E5E5E. Windows color (decimal): -16152470 or 6981641. OLE color: 6981641.

HSL color Cylindrical-coordinate representation of color #09886A: hue angle of 165.83º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09886A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB9136106-
CMYK0.9300.220.47
HSL165.83º87.59%28.43%-
HSV(B)165.83º93.38%53.33%-
XYZ11.5218.7116.64-
YUV94.61134.4266.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.59%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=3.59%
G=54.18%
B=42.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91361060.9300.220.47165.8387.5928.43
Hex9886A5D0162Fa6581c
Octal112101521350265724613034
Binary1001100010001101010101110101011010111110100110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,136,106); }

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

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

 a { background-color: rgb(9,136,106); }

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

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

 span { border-color: rgb(9,136,106); }

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