#0a8773

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

Shades of Observatory #0A8773

Tints of Observatory #0A8773

Color information

#0A8773 (or 0x0A8773) is unknown color: approx Observatory. HEX triplet: 0A, 87 and 73. RGB value is (10,135,115). Sum of RGB (Red+Green+Blue) = 10+135+115=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8773 is #F5788C. Grayscale: #5F5F5F. Windows color (decimal): -16087181 or 7571210. OLE color: 7571210.

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

Color convert

RGB10135115-
CMYK0.9300.150.47
HSL170.4º86.21%28.43%-
HSV(B)170.4º92.59%52.94%-
XYZ11.8818.6319.19-
YUV95.34139.0967.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.85%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=3.85%
G=51.92%
B=44.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101351150.9300.150.47170.486.2128.43
HexA87735D0F2Faa561c
Octal122071631350175725212634
Binary101010000111111001110111010111110111110101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,135,115); }

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

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

 a { background-color: rgb(10,135,115); }

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

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

 span { border-color: rgb(10,135,115); }

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