#0A9170

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

Shades of Observatory #0A9170

Tints of Observatory #0A9170

Color information

#0A9170 (or 0x0A9170) is unknown color: approx Observatory. HEX triplet: 0A, 91 and 70. RGB value is (10,145,112). Sum of RGB (Red+Green+Blue) = 10+145+112=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9170 is #F56E8F. Grayscale: #646464. Windows color (decimal): -16084624 or 7377162. OLE color: 7377162.

HSL color Cylindrical-coordinate representation of color #0A9170: hue angle of 165.33º 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 #0A9170 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB10145112-
CMYK0.9300.230.43
HSL165.33º87.1%30.39%-
HSV(B)165.33º93.1%56.86%-
XYZ13.1821.4918.78-
YUV100.87134.2763.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.75%
GREEN value IS 145 (57.03% from 255) = 54.31%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=3.75%
G=54.31%
B=41.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101451120.9300.230.43165.3387.130.39
HexA91705D0172Ba5571e
Octal122211601350275324512736
Binary1010100100011110000101110101011110101110100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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