#00937C

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

Shades of Observatory #00937C

Tints of Observatory #00937C

Color information

#00937C (or 0x00937C) is unknown color: approx Observatory. HEX triplet: 00, 93 and 7C. RGB value is (0,147,124). Sum of RGB (Red+Green+Blue) = 0+147+124=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #00937C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00937C is #FF6C83. Grayscale: #646464. Windows color (decimal): -16739460 or 8164096. OLE color: 8164096.

HSL color Cylindrical-coordinate representation of color #00937C: hue angle of 170.61º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00937C is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB0147124-
CMYK100.160.42
HSL170.61º100%28.82%-
HSV(B)170.61º100%57.65%-
XYZ14.0722.3222.64-
YUV100.42141.356.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 54.24%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=0%
G=54.24%
B=45.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0147124100.160.42170.6110028.82
Hex0937C640102Aab641d
Octal02231741440205225314435
Binary0100100111111100110010001000010101010101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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