#098F7C

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

Shades of Observatory #098F7C

Tints of Observatory #098F7C

Color information

#098F7C (or 0x098F7C) is unknown color: approx Observatory. HEX triplet: 09, 8F and 7C. RGB value is (9,143,124). Sum of RGB (Red+Green+Blue) = 9+143+124=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #098F7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F7C is #F67083. Grayscale: #646464. Windows color (decimal): -16150660 or 8163081. OLE color: 8163081.

HSL color Cylindrical-coordinate representation of color #098F7C: hue angle of 171.49º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098F7C is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB9143124-
CMYK0.9400.130.44
HSL171.49º88.16%29.8%-
HSV(B)171.49º93.71%56.08%-
XYZ13.5721.1622.44-
YUV100.77141.1162.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.26%
GREEN value IS 143 (56.25% from 255) = 51.81%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=3.26%
G=51.81%
B=44.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91431240.9400.130.44171.4988.1629.8
Hex98F7C5E0D2Cab581e
Octal112171741360155425313036
Binary100110001111111110010111100110110110010101011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098F7C; }

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

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

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

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

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

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

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

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