#078F63

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

Shades of Observatory #078F63

Tints of Observatory #078F63

Color information

#078F63 (or 0x078F63) is unknown color: approx Observatory. HEX triplet: 07, 8F and 63. RGB value is (7,143,99). Sum of RGB (Red+Green+Blue) = 7+143+99=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #078F63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078F63 is #F8709C. Grayscale: #616161. Windows color (decimal): -16281757 or 6524679. OLE color: 6524679.

HSL color Cylindrical-coordinate representation of color #078F63: hue angle of 160.59º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F63 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB714399-
CMYK0.9500.310.44
HSL160.59º90.67%29.41%-
HSV(B)160.59º95.1%56.08%-
XYZ12.1620.5915.14-
YUV97.32128.9463.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.81%
GREEN value IS 143 (56.25% from 255) = 57.43%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=2.81%
G=57.43%
B=39.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7143990.9500.310.44160.5990.6729.41
Hex78F635F01F2Ca15b1d
Octal72171431370375424113335
Binary111100011111100011101111101111110110010100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078F63; }

 p { color: rgb(7,143,99); }

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

<style>
 a { background-color: #078F63; }

 a { background-color: rgb(7,143,99); }

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

<style>
 span { border-color: #078F63; }

 span { border-color: rgb(7,143,99); }

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