#0A8878

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

Shades of Observatory #0A8878

Tints of Observatory #0A8878

Color information

#0A8878 (or 0x0A8878) is unknown color: approx Observatory. HEX triplet: 0A, 88 and 78. RGB value is (10,136,120). Sum of RGB (Red+Green+Blue) = 10+136+120=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8878 is #F57787. Grayscale: #606060. Windows color (decimal): -16086920 or 7899146. OLE color: 7899146.

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

Color convert

RGB10136120-
CMYK0.9300.120.47
HSL172.38º86.3%28.63%-
HSV(B)172.38º92.65%53.33%-
XYZ12.3219.0320.79-
YUV96.5141.2666.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.76%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=3.76%
G=51.13%
B=45.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101361200.9300.120.47172.3886.328.63
HexA88785D0C2Fac561d
Octal122101701350145725412635
Binary101010001000111100010111010110010111110101100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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