#09906F

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

Shades of Observatory #09906F

Tints of Observatory #09906F

Color information

#09906F (or 0x09906F) is unknown color: approx Observatory. HEX triplet: 09, 90 and 6F. RGB value is (9,144,111). Sum of RGB (Red+Green+Blue) = 9+144+111=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #09906F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09906F is #F66F90. Grayscale: #636363. Windows color (decimal): -16150417 or 7311369. OLE color: 7311369.

HSL color Cylindrical-coordinate representation of color #09906F: hue angle of 165.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09906F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB9144111-
CMYK0.9400.230.44
HSL165.33º88.24%30%-
HSV(B)165.33º93.75%56.47%-
XYZ12.9621.1518.44-
YUV99.87134.2763.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.41%
GREEN value IS 144 (56.64% from 255) = 54.55%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=3.41%
G=54.55%
B=42.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91441110.9400.230.44165.3388.2430
Hex9906F5E0172Ca5581e
Octal112201571360275424513036
Binary1001100100001101111101111001011110110010100101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09906F; }

 p { color: rgb(9,144,111); }

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

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

 a { background-color: rgb(9,144,111); }

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

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

 span { border-color: rgb(9,144,111); }

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