#0a8774

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

Shades of Observatory #0A8774

Tints of Observatory #0A8774

Color information

#0A8774 (or 0x0A8774) is unknown color: approx Observatory. HEX triplet: 0A, 87 and 74. RGB value is (10,135,116). Sum of RGB (Red+Green+Blue) = 10+135+116=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8774 is #F5788B. Grayscale: #5F5F5F. Windows color (decimal): -16087180 or 7636746. OLE color: 7636746.

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

Color convert

RGB10135116-
CMYK0.9300.140.47
HSL170.88º86.21%28.43%-
HSV(B)170.88º92.59%52.94%-
XYZ11.9418.6519.49-
YUV95.46139.5967.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.83%
GREEN value IS 135 (53.12% from 255) = 51.72%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=3.83%
G=51.72%
B=44.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101351160.9300.140.47170.8886.2128.43
HexA87745D0E2Fab561c
Octal122071641350165725312634
Binary101010000111111010010111010111010111110101011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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