#099378

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

Shades of Observatory #099378

Tints of Observatory #099378

Color information

#099378 (or 0x099378) is unknown color: approx Observatory. HEX triplet: 09, 93 and 78. RGB value is (9,147,120). Sum of RGB (Red+Green+Blue) = 9+147+120=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #099378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099378 is #F66C87. Grayscale: #666666. Windows color (decimal): -16149640 or 7901961. OLE color: 7901961.

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

Color convert

RGB9147120-
CMYK0.9400.180.42
HSL168.26º88.46%30.59%-
HSV(B)168.26º93.88%57.65%-
XYZ13.9422.2821.34-
YUV102.66137.7861.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.26%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=3.26%
G=53.26%
B=43.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471200.9400.180.42168.2688.4630.59
Hex993785E0122Aa8581f
Octal112231701360225225013037
Binary1001100100111111000101111001001010101010101000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099378; }

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

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

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

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

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

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

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

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