#099468

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

Shades of Observatory #099468

Tints of Observatory #099468

Color information

#099468 (or 0x099468) is unknown color: approx Observatory. HEX triplet: 09, 94 and 68. RGB value is (9,148,104). Sum of RGB (Red+Green+Blue) = 9+148+104=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #099468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099468 is #F66B97. Grayscale: #656565. Windows color (decimal): -16149400 or 6853641. OLE color: 6853641.

HSL color Cylindrical-coordinate representation of color #099468: hue angle of 161.01º degrees, saturation: 0.89, 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 #099468 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB9148104-
CMYK0.9400.300.42
HSL161.01º88.54%30.78%-
HSV(B)161.01º93.92%58.04%-
XYZ13.222.2416.69-
YUV101.42129.4562.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 148 (58.20% from 255) = 56.70%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=3.45%
G=56.70%
B=39.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91481040.9400.300.42161.0188.5430.78
Hex994685E01E2Aa1591f
Octal112241501360365224113137
Binary1001100101001101000101111001111010101010100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099468; }

 p { color: rgb(9,148,104); }

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

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

 a { background-color: rgb(9,148,104); }

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

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

 span { border-color: rgb(9,148,104); }

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