#078B77

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

Shades of Observatory #078B77

Tints of Observatory #078B77

Color information

#078B77 (or 0x078B77) is unknown color: approx Observatory. HEX triplet: 07, 8B and 77. RGB value is (7,139,119). Sum of RGB (Red+Green+Blue) = 7+139+119=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #078B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B77 is #F87488. Grayscale: #616161. Windows color (decimal): -16282761 or 7834375. OLE color: 7834375.

HSL color Cylindrical-coordinate representation of color #078B77: hue angle of 170.91º 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 #078B77 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB7139119-
CMYK0.9500.140.45
HSL170.91º90.41%28.63%-
HSV(B)170.91º94.96%54.51%-
XYZ12.6519.8420.62-
YUV97.25140.2763.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.64%
GREEN value IS 139 (54.69% from 255) = 52.45%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=2.64%
G=52.45%
B=44.91%

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
Decimal71391190.9500.140.45170.9190.4128.63
Hex78B775F0E2Dab5a1d
Octal72131671370165525313235
Binary11110001011111011110111110111010110110101011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,139,119); }

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

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

 a { background-color: rgb(7,139,119); }

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

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

 span { border-color: rgb(7,139,119); }

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