#078C79

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

Shades of Observatory #078C79

Tints of Observatory #078C79

Color information

#078C79 (or 0x078C79) is unknown color: approx Observatory. HEX triplet: 07, 8C and 79. RGB value is (7,140,121). Sum of RGB (Red+Green+Blue) = 7+140+121=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #078C79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C79 is #F87386. Grayscale: #626262. Windows color (decimal): -16282503 or 7965703. OLE color: 7965703.

HSL color Cylindrical-coordinate representation of color #078C79: hue angle of 171.43º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C79 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB7140121-
CMYK0.9500.140.45
HSL171.43º90.48%28.82%-
HSV(B)171.43º95%54.9%-
XYZ12.9220.1821.3-
YUV98.07140.9463.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.61%
GREEN value IS 140 (55.08% from 255) = 52.24%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=2.61%
G=52.24%
B=45.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71401210.9500.140.45171.4390.4828.82
Hex78C795F0E2Dab5a1d
Octal72141711370165525313235
Binary11110001100111100110111110111010110110101011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,140,121); }

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

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

 a { background-color: rgb(7,140,121); }

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

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

 span { border-color: rgb(7,140,121); }

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