#099179

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

Shades of Observatory #099179

Tints of Observatory #099179

Color information

#099179 (or 0x099179) is unknown color: approx Observatory. HEX triplet: 09, 91 and 79. RGB value is (9,145,121). Sum of RGB (Red+Green+Blue) = 9+145+121=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #099179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099179 is #F66E86. Grayscale: #656565. Windows color (decimal): -16150151 or 7966985. OLE color: 7966985.

HSL color Cylindrical-coordinate representation of color #099179: hue angle of 169.41º 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 #099179 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB9145121-
CMYK0.9400.170.43
HSL169.41º88.31%30.2%-
HSV(B)169.41º93.79%56.86%-
XYZ13.6921.6921.55-
YUV101.6138.9461.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 145 (57.03% from 255) = 52.73%
BLUE value IS 121 (47.66% from 255) = 44%
R=3.27%
G=52.73%
B=44%

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
Decimal91451210.9400.170.43169.4188.3130.2
Hex991795E0112Ba9581e
Octal112211711360215325113036
Binary1001100100011111001101111001000110101110101001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099179; }

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

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

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

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

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

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

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

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