#09937C

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

Shades of Observatory #09937C

Tints of Observatory #09937C

Color information

#09937C (or 0x09937C) is unknown color: approx Observatory. HEX triplet: 09, 93 and 7C. RGB value is (9,147,124). Sum of RGB (Red+Green+Blue) = 9+147+124=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #09937C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09937C is #F66C83. Grayscale: #676767. Windows color (decimal): -16149636 or 8164105. OLE color: 8164105.

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

Color convert

RGB9147124-
CMYK0.9400.160.42
HSL170º88.46%30.59%-
HSV(B)170º93.88%57.65%-
XYZ14.1822.3822.64-
YUV103.12139.7860.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.21%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=3.21%
G=52.5%
B=44.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471240.9400.160.4217088.4630.59
Hex9937C5E0102Aaa581f
Octal112231741360205225213037
Binary1001100100111111100101111001000010101010101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09937C; }

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

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

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

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

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

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

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

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