#109078

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

Shades of Observatory #109078

Tints of Observatory #109078

Color information

#109078 (or 0x109078) is unknown color: approx Observatory. HEX triplet: 10, 90 and 78. RGB value is (16,144,120). Sum of RGB (Red+Green+Blue) = 16+144+120=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #109078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109078 is #EF6F87. Grayscale: #666666. Windows color (decimal): -15691656 or 7901200. OLE color: 7901200.

HSL color Cylindrical-coordinate representation of color #109078: hue angle of 168.75º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109078 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB16144120-
CMYK0.8900.170.44
HSL168.75º80%31.37%-
HSV(B)168.75º88.89%56.47%-
XYZ13.5821.4121.19-
YUV102.99137.5965.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=5.71%
G=51.43%
B=42.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161441200.8900.170.44168.758031.37
Hex109078590112Ca9501f
Octal202201701310215425112037
Binary10000100100001111000101100101000110110010101001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109078; }

 p { color: rgb(16,144,120); }

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

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

 a { background-color: rgb(16,144,120); }

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

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

 span { border-color: rgb(16,144,120); }

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