#099376

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

Shades of Observatory #099376

Tints of Observatory #099376

Color information

#099376 (or 0x099376) is unknown color: approx Observatory. HEX triplet: 09, 93 and 76. RGB value is (9,147,118). Sum of RGB (Red+Green+Blue) = 9+147+118=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #099376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099376 is #F66C89. Grayscale: #666666. Windows color (decimal): -16149642 or 7770889. OLE color: 7770889.

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

Color convert

RGB9147118-
CMYK0.9400.200.42
HSL167.39º88.46%30.59%-
HSV(B)167.39º93.88%57.65%-
XYZ13.8222.2320.7-
YUV102.43136.7861.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=3.28%
G=53.65%
B=43.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471180.9400.200.42167.3988.4630.59
Hex993765E0142Aa7581f
Octal112231661360245224713037
Binary1001100100111110110101111001010010101010100111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099376; }

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

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

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

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

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

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

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

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