#099176

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

Shades of Observatory #099176

Tints of Observatory #099176

Color information

#099176 (or 0x099176) is unknown color: approx Observatory. HEX triplet: 09, 91 and 76. RGB value is (9,145,118). Sum of RGB (Red+Green+Blue) = 9+145+118=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #099176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099176 is #F66E89. Grayscale: #656565. Windows color (decimal): -16150154 or 7770377. OLE color: 7770377.

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

Color convert

RGB9145118-
CMYK0.9400.190.43
HSL168.09º88.31%30.2%-
HSV(B)168.09º93.79%56.86%-
XYZ13.5121.6220.6-
YUV101.26137.4462.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.31%
GREEN value IS 145 (57.03% from 255) = 53.31%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=3.31%
G=53.31%
B=43.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91451180.9400.190.43168.0988.3130.2
Hex991765E0132Ba8581e
Octal112211661360235325013036
Binary1001100100011110110101111001001110101110101000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099176; }

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

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

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

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

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

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

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

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