#078B6F

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

Shades of Observatory #078B6F

Tints of Observatory #078B6F

Color information

#078B6F (or 0x078B6F) is unknown color: approx Observatory. HEX triplet: 07, 8B and 6F. RGB value is (7,139,111). Sum of RGB (Red+Green+Blue) = 7+139+111=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #078B6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B6F is #F87490. Grayscale: #606060. Windows color (decimal): -16282769 or 7310087. OLE color: 7310087.

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

Color convert

RGB7139111-
CMYK0.9500.200.45
HSL167.27º90.41%28.63%-
HSV(B)167.27º94.96%54.51%-
XYZ12.1919.6618.19-
YUV96.34136.2764.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 139 (54.69% from 255) = 54.09%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=2.72%
G=54.09%
B=43.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71391110.9500.200.45167.2790.4128.63
Hex78B6F5F0142Da75a1d
Octal72131571370245524713235
Binary111100010111101111101111101010010110110100111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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