#0E927A

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

Shades of Observatory #0E927A

Tints of Observatory #0E927A

Color information

#0E927A (or 0x0E927A) is unknown color: approx Observatory. HEX triplet: 0E, 92 and 7A. RGB value is (14,146,122). Sum of RGB (Red+Green+Blue) = 14+146+122=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #0E927A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E927A is #F16D85. Grayscale: #676767. Windows color (decimal): -15822214 or 8032782. OLE color: 8032782.

HSL color Cylindrical-coordinate representation of color #0E927A: hue angle of 169.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E927A is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14146122-
CMYK0.9000.160.43
HSL169.09º82.5%31.37%-
HSV(B)169.09º90.41%57.25%-
XYZ13.9722.0621.93-
YUV103.8138.2763.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.96%
GREEN value IS 146 (57.42% from 255) = 51.77%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=4.96%
G=51.77%
B=43.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141461220.9000.160.43169.0982.531.37
HexE927A5A0102Ba9521f
Octal162221721320205325112237
Binary1110100100101111010101101001000010101110101001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E927A; }

 p { color: rgb(14,146,122); }

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

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

 a { background-color: rgb(14,146,122); }

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

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

 span { border-color: rgb(14,146,122); }

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