#099369

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

Shades of Observatory #099369

Tints of Observatory #099369

Color information

#099369 (or 0x099369) is unknown color: approx Observatory. HEX triplet: 09, 93 and 69. RGB value is (9,147,105). Sum of RGB (Red+Green+Blue) = 9+147+105=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #099369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099369 is #F66C96. Grayscale: #646464. Windows color (decimal): -16149655 or 6918921. OLE color: 6918921.

HSL color Cylindrical-coordinate representation of color #099369: hue angle of 161.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099369 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB9147105-
CMYK0.9400.290.42
HSL161.74º88.46%30.59%-
HSV(B)161.74º93.88%57.65%-
XYZ13.121.9516.91-
YUV100.95130.2862.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 147 (57.81% from 255) = 56.32%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=3.45%
G=56.32%
B=40.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471050.9400.290.42161.7488.4630.59
Hex993695E01D2Aa2581f
Octal112231511360355224213037
Binary1001100100111101001101111001110110101010100010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099369; }

 p { color: rgb(9,147,105); }

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

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

 a { background-color: rgb(9,147,105); }

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

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

 span { border-color: rgb(9,147,105); }

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