#098778

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

Shades of Observatory #098778

Tints of Observatory #098778

Color information

#098778 (or 0x098778) is unknown color: approx Observatory. HEX triplet: 09, 87 and 78. RGB value is (9,135,120). Sum of RGB (Red+Green+Blue) = 9+135+120=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #098778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098778 is #F67887. Grayscale: #5F5F5F. Windows color (decimal): -16152712 or 7898889. OLE color: 7898889.

HSL color Cylindrical-coordinate representation of color #098778: hue angle of 172.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098778 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB9135120-
CMYK0.9300.110.47
HSL172.86º87.5%28.24%-
HSV(B)172.86º93.33%52.94%-
XYZ12.1718.7420.75-
YUV95.62141.7666.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.41%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=3.41%
G=51.14%
B=45.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91351200.9300.110.47172.8687.528.24
Hex987785D0B2Fad581c
Octal112071701350135725513034
Binary100110000111111100010111010101110111110101101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098778; }

 p { color: rgb(9,135,120); }

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

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

 a { background-color: rgb(9,135,120); }

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

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

 span { border-color: rgb(9,135,120); }

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