#0A916F

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

Shades of Observatory #0A916F

Tints of Observatory #0A916F

Color information

#0A916F (or 0x0A916F) is unknown color: approx Observatory. HEX triplet: 0A, 91 and 6F. RGB value is (10,145,111). Sum of RGB (Red+Green+Blue) = 10+145+111=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #0A916F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A916F is #F56E90. Grayscale: #646464. Windows color (decimal): -16084625 or 7311626. OLE color: 7311626.

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

Color convert

RGB10145111-
CMYK0.9300.230.43
HSL164.89º87.1%30.39%-
HSV(B)164.89º93.1%56.86%-
XYZ13.1221.4618.49-
YUV100.76133.7763.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.76%
GREEN value IS 145 (57.03% from 255) = 54.51%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=3.76%
G=54.51%
B=41.73%

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
Decimal101451110.9300.230.43164.8987.130.39
HexA916F5D0172Ba5571e
Octal122211571350275324512736
Binary1010100100011101111101110101011110101110100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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