#109279

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

Shades of Observatory #109279

Tints of Observatory #109279

Color information

#109279 (or 0x109279) is unknown color: approx Observatory. HEX triplet: 10, 92 and 79. RGB value is (16,146,121). Sum of RGB (Red+Green+Blue) = 16+146+121=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #109279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109279 is #EF6D86. Grayscale: #686868. Windows color (decimal): -15691143 or 7967248. OLE color: 7967248.

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

Color convert

RGB16146121-
CMYK0.8900.170.43
HSL168.46º80.25%31.76%-
HSV(B)168.46º89.04%57.25%-
XYZ13.9422.0521.61-
YUV104.28137.4365.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.65%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=5.65%
G=51.59%
B=42.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461210.8900.170.43168.4680.2531.76
Hex109279590112Ba85020
Octal202221711310215325012040
Binary100001001001011110011011001010001101011101010001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109279; }

 p { color: rgb(16,146,121); }

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

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

 a { background-color: rgb(16,146,121); }

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

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

 span { border-color: rgb(16,146,121); }

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