#0A886A

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

Shades of Observatory #0A886A

Tints of Observatory #0A886A

Color information

#0A886A (or 0x0A886A) is unknown color: approx Observatory. HEX triplet: 0A, 88 and 6A. RGB value is (10,136,106). Sum of RGB (Red+Green+Blue) = 10+136+106=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #0A886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A886A is #F57795. Grayscale: #5E5E5E. Windows color (decimal): -16086934 or 6981642. OLE color: 6981642.

HSL color Cylindrical-coordinate representation of color #0A886A: hue angle of 165.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A886A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB10136106-
CMYK0.9300.220.47
HSL165.71º86.3%28.63%-
HSV(B)165.71º92.65%53.33%-
XYZ11.5318.7116.64-
YUV94.91134.2667.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=3.97%
G=53.97%
B=42.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101361060.9300.220.47165.7186.328.63
HexA886A5D0162Fa6561d
Octal122101521350265724612635
Binary1010100010001101010101110101011010111110100110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,136,106); }

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

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

 a { background-color: rgb(10,136,106); }

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

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

 span { border-color: rgb(10,136,106); }

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