#09927E

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

Shades of Observatory #09927E

Tints of Observatory #09927E

Color information

#09927E (or 0x09927E) is unknown color: approx Observatory. HEX triplet: 09, 92 and 7E. RGB value is (9,146,126). Sum of RGB (Red+Green+Blue) = 9+146+126=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #09927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09927E is #F66D81. Grayscale: #666666. Windows color (decimal): -16149890 or 8294921. OLE color: 8294921.

HSL color Cylindrical-coordinate representation of color #09927E: hue angle of 171.24º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09927E is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB9146126-
CMYK0.9400.140.43
HSL171.24º88.39%30.39%-
HSV(B)171.24º93.84%57.25%-
XYZ14.1622.1223.26-
YUV102.76141.1161.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.20%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=3.20%
G=51.96%
B=44.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91461260.9400.140.43171.2488.3930.39
Hex9927E5E0E2Bab581e
Octal112221761360165325313036
Binary100110010010111111010111100111010101110101011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09927E; }

 p { color: rgb(9,146,126); }

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

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

 a { background-color: rgb(9,146,126); }

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

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

 span { border-color: rgb(9,146,126); }

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