#0A8978

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

Shades of Observatory #0A8978

Tints of Observatory #0A8978

Color information

#0A8978 (or 0x0A8978) is unknown color: approx Observatory. HEX triplet: 0A, 89 and 78. RGB value is (10,137,120). Sum of RGB (Red+Green+Blue) = 10+137+120=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8978 is #F57687. Grayscale: #616161. Windows color (decimal): -16086664 or 7899402. OLE color: 7899402.

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

Color convert

RGB10137120-
CMYK0.9300.120.46
HSL171.97º86.39%28.82%-
HSV(B)171.97º92.7%53.73%-
XYZ12.4619.3120.84-
YUV97.09140.9265.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.75%
GREEN value IS 137 (53.91% from 255) = 51.31%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=3.75%
G=51.31%
B=44.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101371200.9300.120.46171.9786.3928.82
HexA89785D0C2Eac561d
Octal122111701350145625412635
Binary101010001001111100010111010110010111010101100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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