#0A9168

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

Shades of Observatory #0A9168

Tints of Observatory #0A9168

Color information

#0A9168 (or 0x0A9168) is unknown color: approx Observatory. HEX triplet: 0A, 91 and 68. RGB value is (10,145,104). Sum of RGB (Red+Green+Blue) = 10+145+104=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9168 is #F56E97. Grayscale: #636363. Windows color (decimal): -16084632 or 6852874. OLE color: 6852874.

HSL color Cylindrical-coordinate representation of color #0A9168: hue angle of 161.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9168 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB10145104-
CMYK0.9300.280.43
HSL161.78º87.1%30.39%-
HSV(B)161.78º93.1%56.86%-
XYZ12.7521.3116.54-
YUV99.96130.2763.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.86%
GREEN value IS 145 (57.03% from 255) = 55.98%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=3.86%
G=55.98%
B=40.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101451040.9300.280.43161.7887.130.39
HexA91685D01C2Ba2571e
Octal122211501350345324212736
Binary1010100100011101000101110101110010101110100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,145,104); }

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

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

 a { background-color: rgb(10,145,104); }

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

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

 span { border-color: rgb(10,145,104); }

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