#099178

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

Shades of Observatory #099178

Tints of Observatory #099178

Color information

#099178 (or 0x099178) is unknown color: approx Observatory. HEX triplet: 09, 91 and 78. RGB value is (9,145,120). Sum of RGB (Red+Green+Blue) = 9+145+120=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #099178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099178 is #F66E87. Grayscale: #656565. Windows color (decimal): -16150152 or 7901449. OLE color: 7901449.

HSL color Cylindrical-coordinate representation of color #099178: hue angle of 168.97º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099178 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB9145120-
CMYK0.9400.170.43
HSL168.97º88.31%30.2%-
HSV(B)168.97º93.79%56.86%-
XYZ13.6321.6621.23-
YUV101.49138.4462.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=3.28%
G=52.92%
B=43.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91451200.9400.170.43168.9788.3130.2
Hex991785E0112Ba9581e
Octal112211701360215325113036
Binary1001100100011111000101111001000110101110101001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099178; }

 p { color: rgb(9,145,120); }

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

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

 a { background-color: rgb(9,145,120); }

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

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

 span { border-color: rgb(9,145,120); }

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