#0E9079

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

Shades of Observatory #0E9079

Tints of Observatory #0E9079

Color information

#0E9079 (or 0x0E9079) is unknown color: approx Observatory. HEX triplet: 0E, 90 and 79. RGB value is (14,144,121). Sum of RGB (Red+Green+Blue) = 14+144+121=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9079 is #F16F86. Grayscale: #666666. Windows color (decimal): -15822727 or 7966734. OLE color: 7966734.

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

Color convert

RGB14144121-
CMYK0.9000.160.44
HSL169.38º82.28%30.98%-
HSV(B)169.38º90.28%56.47%-
XYZ13.6121.4221.51-
YUV102.51138.4364.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.02%
GREEN value IS 144 (56.64% from 255) = 51.61%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=5.02%
G=51.61%
B=43.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141441210.9000.160.44169.3882.2830.98
HexE90795A0102Ca9521f
Octal162201711320205425112237
Binary1110100100001111001101101001000010110010101001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,121); }

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

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

 a { background-color: rgb(14,144,121); }

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

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

 span { border-color: rgb(14,144,121); }

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